> Or if you want a less secure way to do it (not recommended) add this to
your
> firewall script
> ipmasqadm portfw -L xxx.xxx.xxx.xxx 5900 -R xxx.xxx.xxx.xxx 5900
> Then run VNCviewer to yourfirewallhost:5900
> Note that your password will be sent in the clear. That is why this is not
> as secure.
If i enter this line:
ipmasqadm portfw -a -P tcp -L 192.168.0.9 5900 -R <MY_IP_NUMBER> 5900
(I didn't mention my real IP, the one I mentioned in the command)
I get this error:
portfw: setsockopt failed: Protocol not available
Marcel