From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 19:38:38 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 ED73016A4DA for ; Sun, 9 Jul 2006 19:38:38 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (mailrtr03.reyrey.net [205.157.244.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4B243D45 for ; Sun, 9 Jul 2006 19:38:38 +0000 (GMT) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (localhost [127.0.0.1]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0J2500D57IKDTL@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 15:38:37 -0400 (EDT) Received: from mailrtr03.reyrey.net ([127.0.0.1]) by mailrtr03.reyrey.net (SMSSMTP 4.1.0.19) with SMTP id M2006070915383724486 for ; Sun, 09 Jul 2006 15:38:37 -0400 Received: from [192.168.11.28] (ns1.digitalrage.org [24.123.67.30]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTPSA id <0J2500DMDIKCTQ@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 15:38:37 -0400 (EDT) Date: Sun, 09 Jul 2006 15:38:33 -0400 From: Elijah Savage In-reply-to: <20060709190335.GC24254@jeeves.stilyagin.local> To: freebsd-questions@freebsd.org Message-id: <754F69BF-4D46-4C2C-A30A-7AE741AC892F@reyrey.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> <20060709190335.GC24254@jeeves.stilyagin.local> Subject: Re: sshd not working 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: Sun, 09 Jul 2006 19:38:39 -0000 On Jul 9, 2006, at 3:03 PM, Darrin Chandler wrote: > On Sun, Jul 09, 2006 at 02:55:41PM -0400, Elijah Savage wrote: >> I just did a fresh install of FreeBSD 6.1 I enabled ssh on startup. I >> can see that it is running from the console but it is not accepting >> ssh connections across the network. I can ping the machine and nmap >> the machine and see ssh port 22 open, also /etc/rc.conf shows ssh >> enabled what am I missing? > > Since port 22 is open, try the -v switch on the client side and see > where and what isn't working. If it's a config problem between what > the > server will accept and what the client is trying it should show up > there. > > Also check syslog to see if something funky happened on the server > side. > > -- > Darrin Chandler | Phoenix BSD Users Group > dwchandler@stilyagin.com | http://bsd.phoenix.az.us/ > http://www.stilyagin.com/ | > _______________________________________________ Well thank you for the reply but it was the network card. I am not sure if I should take it back or not. It is a brand new network D Link GigE card realtek chipset RTL8169. This was such strange behavior, I could get out from the machine but could not get into it across the network. I just replaced it with a Intel 100mb fxp0 and everything works now. Sort of sucks my server will be runnning at 100mb and every other client at GigE. I made sure my card was on the list so it could be bad I suppose. The re(4) driver supports RealTek RTL8139C+, RTL8169, RTL8169S and RTL8110S based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) * Corega CG-LAPCIGT Gigabit Ethernet (8169S) * D-Link DGE-528(T) Gigabit Ethernet (8169S) * Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) * LevelOne GNC-0105T (8169S) * PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) Thank you