Hi, I am trying to connect (using vncviewer) to my WinXP machine at home from my Win2k machine at work. First, I tried to use httptunnel. I am able to use httptunnel to tunnel through the proxy and ssh to my FreeBSD machine that is at home. I tried to do the same thing for vnc, but that didn't work. I have the httptunnel server running on my Windows machine at home, but using vncviewer through httptunnel (I use localhost::5900) just crashes vnc and the httptunnel. At least I suppose it's crashing because nothing really happens and 'htc' disappears from the process list. Since this didn't work, I tried to use desproxy. Desproxy gave me a redirect error:
------------------- TCP port 8888 Bound & Listening Press <Control+C> to Quit Connection request from 127.0.0.1, port 1757 Connecting to http proxy (xxx.xxx.xxx.xxx:1080) Date: Thu, 26 Feb 2004 18:00:11 GMT Content-Length: 257 Content-Type: text/html Server: NetCache appliance (NetApp/5.5D7DEBUG6) Location: http://xxx.xxx.com/proxy/403.asp Expires: 0 <HTML> <HEAD><TITLE>302 Moved Temporarily</TITLE></HEAD> <BODY> <H1>Moved Temporarily<H1> <H4> You are being redirected to a new location because:<P> Access denied by access control list. </H4> <HR> </BODY> </HTML> connect_host_to_proxy: ERROR Connection #0: end of connection ----------------------- I then found out that the proxy we use at work uses NTLM authentication. So after this, I tried to find a way to tunnel through the NTLM proxy and found Harmen's java VNC patch. When I tried that, I got the SAME redirect error. The full error is as follows: --------------------------------------------- C:\jvncviewer>java -cp vncviewer.jar vncviewer HOST xxx.xxx.xxx.xxx PORT 5900 PROXY HOST1 my.proxy.com PROXYPORT1 1080 //hw// Using one proxy //hw// Connect: xxx.xxx.xxx.xxx //hw// Proxyhost: HTTP/1.0 302 Redirect java.io.EOFException at java.io.DataInputStream.readFully(Unknown Source) at java.io.DataInputStream.readFully(Unknown Source) at rfbProto.readVersionMsg(rfbProto.java) at vncviewer.connectAndAuthenticate(vncviewer.java) at vncviewer.run(vncviewer.java) at java.lang.Thread.run(Unknown Source) java.io.EOFException --------------------------------------------- Why is this happening? And also WHAT is happening? Thanks! -Vivin _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list