"Hello world"
Anyone out there who can kick me into touch why this is not working 

World (real viewerr IPRH80:5901 ->   
                                RH80 (iptables)  
                                         -> w2k-vnc (real 336 server on
5900

Setting in RH80
iptables -A  INPUT -p tcp -m tcp --dport 5901 --syn -j  ACCEPT
        This works I can telnet the vncserver on RH80 5901 and establish
        a viewer connection to RH80, I can -j DROP/REJECT

        From RH80 I can telnet and vncview w2k-vnc on 5900

now setting 
iptables -t nat -A PREROUTING -p tcp -d RH80-IP --dport 5901 -j DNAT
--to-destination w2k-IP:5900

leaves me stuck with with both vncviewer and telnet telling me that the
cannot connect to server

Dietmar
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to