From owner-freebsd-questions Wed Mar 27 18:37: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wonkity.com (wonkity.com [63.93.4.4]) by hub.freebsd.org (Postfix) with ESMTP id 4233337B41E for ; Wed, 27 Mar 2002 18:36:44 -0800 (PST) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g2S2ahuF053972 for ; Wed, 27 Mar 2002 19:36:43 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g2S2ah1L053969 for ; Wed, 27 Mar 2002 19:36:43 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Wed, 27 Mar 2002 19:36:43 -0700 (MST) From: Warren Block To: freebsd-questions@FreeBSD.org Subject: Re: network config in rc.conf does not work In-Reply-To: <200203280224.g2S2Od3v053934@wonkity.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG weiwuzhang@hotmail.com ("Zhang Weiwu") wrote: > I have following lines in rc.conf > pccard_enable="YES" > pccard_ifconfig="inet 192.168.0.104 netmask 255.255.255.0" > defaultrouter="192.168.0.1" My Netgear FA410TX is the same ed0 device, and works similarly (it's not ready in time for the default router setting). Here's the best combination I've found so far: removable_interfaces="ed0" pccard_enable="YES" pccard_flags="-z" pccard_beep="0" ifconfig_ed0="inet 10.0.0.100 netmask 255.255.255.0 media 100baseTX" defaultrouter="10.0.0.1" The card seems to take a very long time to come up. With this setup, it pops up and starts working shortly after the "login:" prompt is shown. And at least I don't have to do the ifconfig manually every time. > Please do not reply to this address, use zhangweiwu@private.21cn.com > instead, as you can find in mail header. Sorry, 21cn.com has been blocked here for spamming. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message