From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 07:26:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8FD16A4BF for ; Fri, 5 Sep 2003 07:26:03 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8104C4401E for ; Fri, 5 Sep 2003 07:26:02 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19vHXi-0001z6-00 for ; Fri, 05 Sep 2003 16:26:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19vHXg-0001yw-00 for ; Fri, 05 Sep 2003 16:26:28 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19vHXD-0002Lp-00 for ; Fri, 05 Sep 2003 16:25:59 +0200 From: "Scott I. Remick" Date: Fri, 5 Sep 2003 10:25:58 -0400 Lines: 28 Message-ID: <1q7tjaut0ukgf.1c9pj9wuuhjv4$.dlg@40tude.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Archive: encrypt User-Agent: 40tude_Dialog/2.0.5.1 Sender: news Subject: Re: VNC & ssh tunneling problem: getsockopt TCP_NODELAY error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 14:26:03 -0000 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 . 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.