  | |  | apache won 't work behind NAT router? | apache won 't work behind NAT router? 2004-03-15 - By Brian Dessent
ksc133 wrote:
> i follow your advise and setup another machine to do a dial-up and now i > can see my webpage when i key in my domain "technet.dyndns.biz" > regarding the ipNAT loopback... i telnet into my router and can't seems > to have that function? my is a low-end router/switch. the web interface > also don't seems to have that fuction. all it can do is static IP or > port forwarding. only... > anyway thanks for your help...
Add a line to your 'hosts' file as follows:
127.0.0.1 technet.dyndns.biz
That will cause requests to go directly to the local machine rather than trying to access it by its external IP address. This is a work-around for routers that do not support loopback.
Brian
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |