On 5/27/06, Imran Imtiaz <[EMAIL PROTECTED]> wrote:
how can I bring down (disable) a network interface after the system start? what 
would I've to type in /etc/rc.conf file?


Do you mean disable it completely, or do you need to run some network
apps and then disable it?

To disable an interface completely put something like this in rc.conf:
--
ifconfig_<interface>="down"
--
or just leave it out altogeather.

Otherwise you will probably have to have your script do it's thing and
then disable the network, with "ifconfig <interface> down".


--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
_______________________________________________
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