Question

Asked:
Asked By:
Jan 31 2007   6:23 PM GMT
111110   0 pts.

What is NAT port forwarding?


Hardware, Networking, Network management software, Networking services, DNS, Security, Remote management, Network protocols, Servers, Microsoft Windows, Protocol analysis, DHCP, Switches, Hubs, Network applications management, Routers, Microsoft Office, Management, Cabling, TCP, OS, Desktops, Access, SQL Server, Availability, Ping, Lotus Domino, DataCenter, Instant Messaging, Exchange

Describe in brief how you would set up port forwarding on a NAT router to allow a PC on the LAN to publish its web to the internet.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Hi...

It's fairly simple depending on what equipment you are using for your router/firewall but here are the basics.

The following are examples:

You have a range of public IP addresses avaiable from your ISP 66.77.88.99 - 66.77.88.110 and your internal IP address scheme is 192.168.0.0 class C 255.255.255.0.

Your work station that you want to open the web services to has a static IP address of 192.168.0.100 (note: must be static).

What you need now is to pick an available IP address from your public IP address and say we pick 66.77.88.110.

Now you must tell the router that any external requests to 66.77.88.110 must be redirected to 192.168.0.100.

After the mapping above has been done you must then tell the router/firewall what types of traffice you want to allow through to 192.168.0.100 such as HTTP or port 80, FTP, POP3, SMTP and so on.

Those are the principles and will not change from router to router or firewall to firewall.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on DataCenter, Networking and Security.

Looking for relevant DataCenter Whitepapers? Visit the SearchDataCenter.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Buddyfarr   6740 pts.  |   Feb 22 2008  1:48AM GMT

that is true, if you are using a simple NAT firewall like a netgear one all you have to do is go to your browser and type in the address, usually 192.168.0.1 and hit enter.

If it doesn’t already have a password set one immediately.
Then go to the Port Forwarding link on the left.
If web is the only thing you want to do then add the HTTP and HTTPS (secure HTTP) service and enter the IP address of your internal server that is running the web server.

then the router will forward all incoming traffic for port 80 (HTTP) and 443 (HTTPS) to that internal server.

if you want to do email then use port 25 for SMTP, and port 110 for POP3.
For remote desktop support use port 3389.