Originally posted by: AT
Originally posted by: jimmyhaha
set up my apache web server and serv-u ftp
HAVE problem to access it using WAN address
NO problem to access it using WAN address
I have NAT enabled in my router
Ummm, I'll hazard a guess that there is a typo in your msg and you mean that you problem accessing it using WAN address and no problem using LAN address.
If so, you have to set up port forwarding on your router to forward ports 80 & 21 accessing your WAN address to your server LAN address. Refer to your router manual to see exactly how.
What he said AND you have tell the router where to forward those ports to. The actual process to do this varies from brand/model to brand/model, but basically you have to:
1. Reconfigure the filters on your router to FORWARD ports 21 & 80 instead of DROP them
2. Tell your router you want to forward all port 21 & 80 traffic to the IP of your server (internal IP assigned to the server box by either the router (DHCP) or yourself (whatever you numbered it.)
My setup at home has three boxes on a 4-port router. The router's IP is 192.168.0.1 (default) Box one (my main rig) is 192.168.0.2, server is 192.168.0.3 and my second rig is 192.168.0.4
I have my router set to forward all port 21 traffic to IP 192.168.0.3.
I hope this helps. I learned a lot of it the very hard, very frustrating way.