Results 1 to 3 of 3
i have a VPN network with private IP address, and I need to permit access to one station from VPN, from outside. The server is with public IP address.
The ...
- 10-24-2006 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 17
port forward on Linux
i have a VPN network with private IP address, and I need to permit access to one station from VPN, from outside. The server is with public IP address.
The server is with Linux, and I use iptables for firewall rules.
The VPN, is configured from routers and I do not have access to them.
Any ideea how to make this ? I guess I may use port forward and an aplicatian like vnc. Thank you.
- 10-25-2006 #2Just Joined!
- Join Date
- Mar 2005
- Posts
- 17
I have trying with /sbin/iptables -t nat -A PREROUTING -p tcp -d xxx.xxx.xxx.xxx --dport 8888 -j DNAT --to-destination 192.168.1.2:80
, but doesn't work.
The destination station is with Windows Xp. Does matter this?
- 10-25-2006 #3
Could you give some more details? I just found http://www.linuxforums.org/forum/lin...onnection.html which has a very good NW config description
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds


Reply With Quote