From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 03:34:39 2005 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 8C23B16A4CE for ; Sat, 19 Feb 2005 03:34:39 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A1743D2F for ; Sat, 19 Feb 2005 03:34:38 +0000 (GMT) (envelope-from jramos2@nc.rr.com) Received: from europa (cpe-024-211-212-202.nc.rr.com [24.211.212.202]) j1J3YYef000402 for ; Fri, 18 Feb 2005 22:34:35 -0500 (EST) Message-ID: <001b01c51633$eeb4d9e0$6501a8c0@europa> From: "J Ramos" To: Date: Fri, 18 Feb 2005 22:34:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Questions with configuring multiple NIC's 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: Sat, 19 Feb 2005 03:34:39 -0000 Chuck, That's odd. I went through the same procedure i went through last time, which was: # kldload sis.ko # kldload if_sis.ko # ifconfig sis0 inet 192.168.1.102 netmask 255.255.255.0 # netstat -rn ( at that time, there was no default route) # /etc/netstart ( added default route as part of the script) Now, I can ping off the local network by name, so evidently it's working. I have no idea why it wouldn't work before. More than likely in the fumbling in the dark attempt I was making, I managed to screw something up, go figure. Shutting down sis0, loading the modules for one of my wireless cards, and working through configuration also yields positive results. I'm still going to give dhclient a shot. Planning on doing some travelling in the near future, and most network access on the road is going to be DHCP, I would imagine. Fabian, Thanks for your suggestions, as well. I could ping by IP, just not off the local network. I thought that I had established a default route, I'm almost certain, but I guess I was wrong. All seems to be working now, though. Thanks again, Josh ----- Original Message ----- From: "Chuck Swiger" To: "J Ramos" Cc: Sent: Friday, February 18, 2005 9:40 PM Subject: Re: Questions with configuring multiple NIC's >J Ramos wrote: >> I've managed to get myself absolutely lost. I've got everything >> recompiled, no network interfaces on startup. I can ifconfig sis0, the >> onboard ethernet, it "works." Only problem is, I can't reach anything off >> the local network. What am I missing? I know it's something that init >> calls at startup that reads resolv.conf, etc..., but I have yet to figure >> out what. I've been Googling for a while and reading man pages; rc, >> rc.conf, resolv.conf, init, etc..., and I'm stumped. If anyone could >> offer anything it would be much appreciated. > > Probably a default route. Try "route add default _IP_of_your_router_" > Or try running dhclient. Does that give you a working network config? > > If you want to reconfigure your machine via a menu, run /stand/sysinstall, > and you can see what changing the network config from there does to > /etc/rc.conf. > > -- > -Chuck > >