You need to specify the destination for the client, you specify the port, proxy info, but you are specifying only 80 as the server, try changing it to
htc -F 5900 -P proxyserver.mydomain:80 -A user:password serverip:80 also make sure you have loopback enabled on the server, or else you will just get the loopback connections aren't allowed message. -----Original Message----- From: jaroslaw.blaszczak [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 3:44 AM To: [EMAIL PROTECTED] Subject: VNC over proxy via Http tunnel I have problems with connecting to VNC server behind firewall, proxy on 80, allowing traffic on 80 port. Server is running on public address in internet. I run : hts -F 127.0.0.1:5900 80 on client site I run : htc -F 5900 -P proxyserver.mydomain:80 -A user:password 80 _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
