admin
Admin
|
# Posted: 19 Oct 2008 22:00 - Edited by: admin
Reply
Usually all port forwarding use the same method like:
1) Go to your modem router config normally http://router_ip 2) Choose virtual server config 3) Select Start & End Port, application, protocol & etc 4) Enter your server IP 5) Save & reboot your modem.
Example 1 (SSH) I want to do port forward SSH port to my linux server (192.168.1.200) Start & End port = 22 Internal IP Address = 192.168.1.200
Example 2 (Remote Desktop) I want to do port forward for windows remote desktop (192.168.1.100) then do ssh via putty to my vmware guest OS which is linux (192.168.1.200). Start & End port = 3389 Internal IP Address = 192.168.1.100
Other Port vnc = 5900 ftp = 21 http = 80 https = 443 smtp = 25 etc...
P/S : DO NOT FORGET TO SET YOUR MODEM TO ROUTER MODE!
|