Re: how to add flags to ifconfig at boot
- From: David Kelly <dkelly@xxxxxxxxxx>
- Date: Mon, 18 Sep 2006 12:40:11 -0500
On Mon, Sep 18, 2006 at 12:38:30PM -0400, Robert Huff wrote:
David Kelly writes:
Or if one needs to ifconfig earlier in the startup process then put
one's script in /etc/start_if.em0
It is my understanding (and experience) this only works when
ifconfig_em0=""
in /etc/rc.conf.
True only if your options for ifconfig in rc.conf would clear or
override whatever it is you put in /etc/start_if_em0. As long as its
something that can be done with multiple ifconfigs then all is fine.
For example this works fine in /etc/start_if.xl0:
#!/bin/sh
ifconfig xl0 lladdr 00:01:23:45:67:89
with this in rc.conf:
ifconfig_xl0="DHCP"
--
David Kelly N4HHE, dkelly@xxxxxxxxxx
========================================================================
Whom computers would destroy, they must first drive mad.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: how to add flags to ifconfig at boot
- From: Bill Schoolcraft
- Re: how to add flags to ifconfig at boot
- References:
- how to add flags to ifconfig at boot
- From: Per olof Ljungmark
- Re: how to add flags to ifconfig at boot
- From: Lowell Gilbert
- Re: how to add flags to ifconfig at boot
- From: David Kelly
- Re: how to add flags to ifconfig at boot
- From: Robert Huff
- how to add flags to ifconfig at boot
- Prev by Date: Re: Dell DRAC 5 cards and 6.1-RELEASE
- Next by Date: Re: which xorg file??
- Previous by thread: Re: how to add flags to ifconfig at boot
- Next by thread: Re: how to add flags to ifconfig at boot
- Index(es):
Relevant Pages
|
|