Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 10:25:58 -0400
From:      "Scott I. Remick" <scott@sremick.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: VNC & ssh tunneling problem: getsockopt TCP_NODELAY error
Message-ID:  <1q7tjaut0ukgf.1c9pj9wuuhjv4$.dlg@40tude.net>
References:  <mye6t8qkqddf$.srxvcfxkt792$.dlg@40tude.net> <Pine.GSO.4.44.0309051450091.7770-100000@mail.ilrt.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Sep 2003 14:51:08 +0100 (BST), Jan Grant wrote:

> I'd still recommend double-checking with sockstat on the BSD box, (and
> netstat -an on the windows box, but I don't think that's the problem).

Sure... you help me, I help you help me. :)

-bash-2.05b$ sockstat -l | grep vnc
scott    Xvnc       60273 0  tcp4   *:6001                *:*
scott    Xvnc       60273 1  stream /tmp/.X11-unix/X1
scott    Xvnc       60273 3  tcp4   *:5901                *:*
scott    Xvnc       60273 4  tcp4   *:5801                *:*

So it IS listening on 5901. Also:

su-2.05b# strobe -b 5900 -e 5910 localhost
strobe 1.05 (c) 1995-1999 Julian Assange <proff@iq.org>.
localhost  5901 unassigned   unknown
                -> RFB 003.003\n

Amongst other things, netstat -ab reports on the Windows machine:

TCP    127.0.0.1:7001         0.0.0.0:0              LISTENING
TCP    127.0.0.1:7002         0.0.0.0:0              LISTENING
TCP    127.0.0.1:7003         0.0.0.0:0              LISTENING

...which makes sense, since I'm getting through enough to trigger the error
on the FreeBSD system.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1q7tjaut0ukgf.1c9pj9wuuhjv4$.dlg>