
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Firewalls
- Date: Tue, 25 Mar 2008 15:20:00 -0600
- From: Phillip Tribble <phillip.tribble@example.com>
- Subject: [tlug] Firewalls
- User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
Greetings!
I want to be able to forward port 999 on my server to port 22 on my
Desktop so I can view my desktop computer remotely at work (If ssh can
work, I will test VNC later)
I tried the following and my nmap says the port is closed.
#iptables -P FORWARD ACCEPT
#iptables -t nat -A POSTROUTING -o lo -j MASQUERADE
#iptables -t nat -A PREROUTING -p tcp -d rusher.webhop.org --dport 999
-m state --state NEW,ESTABLISHED,RELATED -j DNAT --to 192.168.0.127:22
I appreciate any help given.
Regards,
Phil
Home |
Main Index |
Thread Index