Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 19:36:43 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-questions@FreeBSD.org
Subject:   Re: network config in rc.conf does not work
Message-ID:  <Pine.BSF.4.21.0203271925080.53941-100000@wonkity.com>
In-Reply-To: <200203280224.g2S2Od3v053934@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0203271925080.53941-100000>