From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 01:46:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E29F116A420 for ; Tue, 28 Feb 2006 01:46:08 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CAC43D46 for ; Tue, 28 Feb 2006 01:46:08 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by xproxy.gmail.com with SMTP id h28so661167wxd for ; Mon, 27 Feb 2006 17:46:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T5/6Fl0u03rsnrdvmLnWZRLkqfyBsJ2xUZHesILygdRkZiJrImlJkecKRsCPr3W8bowKcBMehjSq864O+t5nGtbVYcpHDHeJyOWRzKSdx/HGWuzH/jysce0C4aGD/NNy1/zaHIG4Dj9TrqbIK6lgHzlx1Og43rEWPvDiobH+P4E= Received: by 10.70.26.13 with SMTP id 13mr100638wxz; Mon, 27 Feb 2006 17:46:07 -0800 (PST) Received: by 10.70.18.13 with HTTP; Mon, 27 Feb 2006 17:46:07 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 17:46:07 -0800 From: "Kurt Buff" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: SSHD working in a funky fashion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 01:46:09 -0000 All, I have set up a desktop box with 3 dual port Intel NICs as a router, which function it seems to be performing just fine. I used to be able to ssh into the box from my Windows machines with no problem, but now it hangs after I enter the user name - it won't come back with the password prompt. It's FreeBSD 6.0 Release, and I've installed samba/cups on it, with nothing else on it. I'm not seeing any particular errors in syslog or in dmesg, except when I try to connect to via putty from my Windows boxen. Then it says: sshd: fatal: timeout before authentication from 192.168.11.63 I'm not having this problem with my other FreeBSD 6.0 Release boxes, which are running things like ntop and postfix/amavisd-new/clamav/spamassassin. Can anyone point me in a useful direction for troubleshooting this? Thanks Kurt