04-25-2006 10:07 AM
04-25-2006 10:12 AM
04-25-2006 10:46 AM
04-25-2006 11:21 AM
If your router is doing NAT, you must configure port forwarding.
Under NAT, many LAN computers with private IPs all share one single public IP. Without your help, the router does NOT know which manchne on the LAN is supposed to recevie the connection. By "forwarding" a port in the router, you are telling the router that incoming connections to port 80 of the public IP should go to a certain LAN IP.
Without port forwarding, the router can only handle outgoing connections, because then he knows where on the LAN to send the incoming return packets: To whatever machine requested them earlier. (Of course there are also ALGs and UPnP to complicate things further...)
Even if the ports are forwarded correctly, it might not be possible to connect to the server from within the LAN via the public IP. This requires implementation of a loopback proxy inside the router and not all models support this.
In any case, you need to find out what router you have, you need the router password, and you need to know how to forward ports, There is no way around it. If you don't have access to the router doing the NAT, you're out of luck.
04-25-2006 11:34 AM