dick hoogendijk wrote:
> I have tow nics: a re0 (cabled) and an ath0 (wifi) card. I want the
> latter to use dhcp like this:
> 
> defaultrouter="192.168.11.1"
> hostname="arwen.nagual.st"
> ifconfig_re0="192.168.11.29 netmask 255.255.255.0"
> ifconfig_ath0="dhcp ssid air01 nwkey 0xc1e1639b753021ab6d64be2575
> hidessid authmode shared"
> 
> What happens is that the ath0 card gets loaded first (not wanted!) plus
> the dhcp setting changes my resolv.conf (not wanted either).
> 
> How do I get this changed? re0 first, than my ath0 and NO changes to
> resolv.conf?
> 
> System: freebsd-6.1R
> 


Not sure about initialising interfaces in specific order but if you
don't want to accept changes from a DHCP then:

        man dhclient.conf (look at supersede)


Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to