I'm pretty frustrated here, and it really doesnt make sense. I had these 3 lines in my rc.local in my last machine, but the hd blew up today, so I had to reinstall, and now when I run these 3 commands:
/usr/sbin/ipmasqadm portfw -a -P tcp -L 208.142.86.2 5900 -R 192.168.0.2
5900
/usr/sbin/ipmasqadm portfw -a -P tcp -L 208.142.86.2 9999 -R 192.168.0.3
6499
/usr/sbin/ipmasqadm portfw -a -P tcp -L 208.142.86.2 9998 -R 192.168.0.4
3389
All 3 lines are the same, but only one of the ports are open,. the rest are filtered, and can't be reached:
thall@wampa thall]$ nmap 208.142.86.2 -p 1-9999
Starting nmap V. 2.54BETA22 (
www.insecure.org/nmap/ )
Interesting ports on (208.142.86.2):
(The 9995 ports scanned but not shown below are in state: closed)
Port State Service
22/tcp open ssh
5900/tcp filtered vnc
9998/tcp open unknown
9999/tcp filtered unknown
Please help, im getting frustrated here!