Question

  Asked: Jan 31 2007   6:23 PM GMT
  Asked by: 111110


What is NAT port forwarding?


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

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 Exchange, Channel and DataCenter.

Looking for relevant Exchange Whitepapers? Visit the SearchExchange.com Research Library.


Discuss This Answer


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

Buddyfarr  |   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.