Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tlug] Firewalls



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

Home Page Mailing List Linux and Japan TLUG Members Links