From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 11:52:12 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 355D316A4CE for ; Fri, 20 Feb 2004 11:52:12 -0800 (PST) Received: from clanbuckbuck.org (c-24-17-98-189.client.comcast.net [24.17.98.189]) by mx1.FreeBSD.org (Postfix) with SMTP id E3DCE43D2F for ; Fri, 20 Feb 2004 11:52:11 -0800 (PST) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 9876 invoked from network); 20 Feb 2004 19:52:11 -0000 Received: from unknown (HELO RYALLS1) (131.107.3.84) by c-24-17-98-189.client.comcast.net with SMTP; 20 Feb 2004 19:52:11 -0000 From: "Derrick Ryalls" To: , Date: Fri, 20 Feb 2004 11:52:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <001c01c3f7ea$d49490e0$0701a8c0@darryl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: configuring xl device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 19:52:12 -0000 > > Greetings, > I have a box with 5.1-release on it. I had it configured and > connected to my lan. The connection was to a switch. > ifconfig -a showed it as autosense. All was well with the > world. Relocated this box to another building (same lan). > It is connected to a 10/100 hub. Connected it and no joy. > Wouldn't talk over the network. Double checked everything. > Then I thought maybe autosense wasn't working so well. > Manually configured it ifconfig xl0 192.168.1.73 netmask > 255.255.255.0 media 100basetx mediaopt half-duplex. > > That didn't help. Double checked the hub and the port was > enabled. Replaced the drop cable. Nope. Not gonna go. Get > a no route to host. > > I would appreciate ideas here. > My guess is that you need a gateway setup. Try doing something like 'route add default xxx.xxx.xxx.xxx' where the xxx's represent your gateway ip. I am not entirely sure if I have the syntax of route add done correctly, so check with your local man page first. HTH