0 pts.
0 pts.

Answer Wiki:
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.
Last Wiki Answer Submitted:  Feb 1, 2007  9:15 AM (GMT)  by  marcola   0 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

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.

 6,835 pts.