Your Server

I am trying to setup my web server. I am using IIS for Windows Sever 2003.?

So I have my website setup on my server as of now, and I have checked my public IP address and entered that into the website properties in IIS. My network consists of a cable router from the ISP connected to a Linksys private router. The Linksys router is then hooked up to the server. The files for the website are on the server already, and they are pointed to the right file. When I try to view the website in a browser, I get prompted to enter the login information to the Linksys router. When I do this, I then get an error page saying that my website is not available or something of the sort. I am soon getting a dedicated T1 with a router specifically for this. How come the website will not come up? Even if it did come up, how would I make sure the website users would not have to enter the login information? Would I have to structure the physical network differently? I am assuming I want the server placed in between the pop router and the the private network router correct?

Public Comments

  1. If you put your server outside your router, you'll have to install and configure routing services on your 2003 box. So, I propose keeping your 2003 box BEHIND your linksys private router. Now, on your 2003 box, go to a command prompt (start > run > cmd.exe) and type ipconfig. Change the IP address in the website properties to THIS address. Now, log into your linksys router's web configuration panel and find the screen for Port Forwarding or Application Access. Enter the address from the previous step and select port 80 on TCP. Repeat this for port 443 if you are going to offer HTTPS (SSL). Otherwise, you only need 1 row. Save your settings. Now, you also need to find the setting for your router which DISALLOWS remote administration. You do NOT want someone to be able to modify your linksys router from the OUTSIDE of your network. Now, from a machine NOT on your internal network, attempt to access your public ip address (you can find it by going to www.whatismyip.com) and you should have no trouble. Good luck.
  2. The main problem here seems to be that the port your are attempting to access from outside of the network is the same as the router's default remote admin port. You have a few options to fix this. 1. Disable the router's remote administration feature. 2. Change the aforementioned port. 3. Use a different port to access your site remotely (i'm assuming it's currently set to 80?) Also, make sure that Port Forwarding is properly configured on your Linksys router.
Powered by Yahoo! Answers