Web Server - Troubleshooting - NaviCOPA |
Top Previous |
|
I cannot access NaviCOPA from inside my network using for example http://192.168.22.55
I cannot access NaviCOPA from outside my network (ie via the internet) using an IP Address, eg http://194.158.2.36
I cannot access NaviCOPA from the internet using a machine name, eg http://www.myserver.com
I cannot access my virtual host www.myhost.com from inside my local network
This happens with some routers. Here is a workaround:
The HOSTS file is used by the Operating System to find IP Addresses corresponding to machine names. If not found there, the OS will go to the configured DNS machines. You can add any names you wish to it, together with the IP Address you wish to be used for each name.
The HOSTS file (note it has no file extension) is located:
Windows 95/98/ME: C:\Windows
Windows XP/Vista: C:\Windows\System32\Drivers\etc
If HOSTS does not exist, there should be a sample file called HOSTS.SAM: rename this to HOSTS.
Open HOSTS with Notepad (or any other text editor): it should have a brief explanation and one entry for the localhost (the loopback to the machine itself). Add an entry like this:
www.mydomain.com 192.168.1.1
Note that the gap between the name and the IP Address should be at least one space or tab.
Save the file.
NOTE that this will only affect this machine, modify others on your network if you want them to behave similarly.
If you wish to check that your virtual host is accessible from the internet, set your browser to use an external proxy (typically that of your ISP). Traffic from your machine will go out to the proxy, back into your network, to your server, then back by a similar route.
NaviCOPA Web Server for Windows Copyright © 2006 - 2007 InterVations, Inc. |