Larry:

        Two ideas I hope you can try:

1. On the PC that's having trouble connecting, please try adjusting
its MTU size.

http://www.dslreports.com/faq/695

2. On your Linux echoServer, open an SSH tunnel from TCP 443
on your external interface to TCP 1328 on the internal interface.
Here's how I do it:

% ssh -N -g -L 66.135.32.141:443:127.0.0.1:1328 [EMAIL PROTECTED]

        I'm using version version 4.3p2 of OpenSSH for that.

        What that command does is cause ssh to open a tunnel from the
port 443 on the external IP address (66.135.32.141), and securely
tunnel it to port 1328 on the loopback interface, where the echoServer
is listening. On this PC, I also have an account "echoserver" which
runs the service, hence the "[EMAIL PROTECTED]" part.

        Then, try connecting to your echoServer; just append ":443"
to the address. That will force it to connect to the SSH server first...

        Am checking with the developers to see what the error message
is actually saying.

-Scott

On Feb 14, 2008, at 8:50 PM, Larry Stanley wrote:

> Echovnc Server 1.61.  I am getting the following error and it is  
> dropping my connection.
>
> This happens when connecting from remote location through public IP  
> address NATTED to internal address.
>
> Server Ubuntu 71.0
>
> Client echovnc 2.32.
>
> It works fine from inside the LAN.
>
>
> 14 Feb 08  22:54:12 65.6.145.80.1213: Get MSG_PROXY_CONNECTED
> 14 Feb 08  22:54:13 65.6.145.80.1213: Get new msg: datalength=320
> 14 Feb 08  22:54:13 65.6.145.80.1213: Get MSG_PROXY_PUBLICKEY
> 14 Feb 08  22:54:13 65.6.145.80.1213: Buffer les then totMsgSize,  
> drop.
> 14 Feb 08  22:54:13 error ProcessReceive return -1, will close this  
> connection
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
> Echovnc-users mailing list
> Echovnc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/echovnc-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Echovnc-users mailing list
Echovnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/echovnc-users

Reply via email to