> I have the Display number on the server set to 59716 which > translates to 80. > And on the Viewer 65616 which translates to 80 as well. I still can't > connect through my two firewalls. Can someone tell me if I > am doing this > right!
Er, how can 59716 translate to 80 and 65616 translate to 80? As I understand it port = display + 5900 So display = port - 5900 for ports >= 5900 display = port - 5900 + 65536 for ports between 1 and 5899 If you want port 80, display = 80 - 5900 + 65536 = 59716, not 65616 Make sure you have the display right on the server by telneting to port 80 FROM THE SERVER TO THE SERVER. If you get the RFB response, you're good. Then try VNC'ing FROM THE SERVER TO THE SERVER with the client to make sure you have the display right on the client. All this can be done without involving the firewall. Once you have the numbers right, then try from the client. _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
