• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DMZ for Web Server?

Schoolies

Senior member
Do I need to setup DMZ server for my Web Server? I have tried to forward the port on my linksys router but it will not work. I have to forward port 6001 because port 80 is blocked. I can see my website if I do my local IP address, but when I try to enter the public IP address, it will tell me page can not be displayed.

I have added my outside public IP address to my IIS server.

I disconnected the router and plugged the WAN directly into my IIS server and was able to get to it by using the public IP address. So it seems like their is a problem either with the router settings or with IIS getting confused when I use the router (because the IIS server then connects to the router and get's an internal IP address).

I'm sure this has been answered before, I searched but could not find any information.
 
Why is port 80 blocked? What you should do is open up port 80 and forward that to the web server. I wouldn't recommend putting it on the DMZ as its kinda' like using a sledgehammer to crack a nut.
 
Originally posted by: Schoolies
My ISP blocks ports 80. So just forwarding should work then.

Well if your ISP blocks port 80 there isn't much you can do to use that port. You could always run the web server off another port and use the address..

your-ip-or-domain-name:new-port

Edit: Damn autolinking!
 
Yea, that's why I have zoneedit.com for my DNS. It handles the forwarding and automatically forwards to my websiteaddress:newport .

So, do you have any idea why the weg server is not working if I have forwarded the ports on my router?
 
Yea, that's why I have zoneedit.com for my DNS. It handles the forwarding and automatically forwards to my websiteaddress:newport .

So, do you have any idea why the web server is not working if I have forwarded the ports on my router?
 
DNS has nothing to do with the port being used, you still have to specify hostname:6001 if you want it to connect on that port.
 
ZoneEdit receives the request for, mydomain.com, which forwards the request to, mydomain.com:6001 . On my IIS server, I have the port set to 6001.
 
IIRC, some routers will not allow a loopback like that, so you can't test the server from the LAN side using the WAN address. Have you tried testing it from another connection? Use another computer and go on dialup for example. Or, try finding an anonymizer or language translator so it goes: you -> proxy -> server.
 
Back
Top