From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 08:43:10 2004 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 06E1E16A4CE for ; Tue, 20 Jan 2004 08:43:10 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985AA43D7E for ; Tue, 20 Jan 2004 08:42:07 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aiyx4-0008HV-00 for ; Tue, 20 Jan 2004 17:42:06 +0100 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 1Aiyx3-0008HN-00 for ; Tue, 20 Jan 2004 17:42:05 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Aiyx3-0003CM-00 for ; Tue, 20 Jan 2004 17:42:05 +0100 From: "Scott I. Remick" Date: Tue, 20 Jan 2004 11:42:28 -0500 Lines: 32 Message-ID: <115pumjhydr2n.1o8ac6dits3ij$.dlg@40tude.net> 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: Upgraded 5.1 -> 5.2, now VNC over SSH fails w/ TCP_NODELAY 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: Tue, 20 Jan 2004 16:43:10 -0000 Well crap, everything was going so well. I upgraded from 5.1 to 5.2 using cvsup, recompiled (nearly) all my ports (some KDE stuff is still complaining, but that shouldn't be relevant here). I have openssh installed via ports: su-2.05b# pkg_info | grep ssh openssh-3.6.1_5 OpenBSD's secure shell client and server (remote login prog And my /etc/rc.conf contains: sshd_enable="YES" sshd_program="/usr/local/sbin/sshd" Under 5.1, I'd SSH in (via PuTTY), then use port-forwarding to forward localhost:7001 to remote:5901. I could then run VNC, connect to localhost:7001, and tunnel my VNC session over SSH. Since upgrading to 5.2 (nothing else has changed), while I can still SSH in, attempting to tunnel VNC fails and I get the following error in my PuTTY log: 2004-01-20 11:34:21 Opening forwarded connection to localhost:5901 2004-01-20 11:34:22 Forwarded connection refused by server On the FreeBSD box, I see: Jan 20 11:33:57 scott sshd[78580]: error: getsockopt TCP_NODELAY: Connection reset by peer This is using the same configs, profiles, etc. Nothing has changed except the upgrade of the FreeBSD box from 5.1 to 5.2. Any thoughts?