shutting down network interfaces

2003-12-18 Thread flux
I have two netcards and want to shut down one of them without rebooting. -- Best regards, flux mailto:[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: shutting down network interfaces

2003-12-18 Thread Kevin D. Kinsey, DaleCo, S.P.
flux wrote: I have two netcards and want to shut down one of them without rebooting. As root: #ifconfig xl1 down where xl1 is the name/number of the interface. HTH, Kevin Kinsey ___ [EMAIL PROTECTED] mailing list

Re: shutting down network interfaces

2003-12-18 Thread Sergey 'DoubleF' Zaharchenko
On Thu, 18 Dec 2003 17:02:48 -0800 flux [EMAIL PROTECTED] probably wrote: I have two netcards and want to shut down one of them without rebooting. What do you mean by shutting it down? Not sure, but may it be # ifconfig down /dev/whatever ? -- Best regards, flux

Re: shutting down network interfaces

2003-12-18 Thread Jerry McAllister
I have two netcards and want to shut down one of them without rebooting. You have been directed to the man page for ifconfig several times now. Probably it is about time to look it over. Also, try setting your system clock correctly. jerry -- Best regards, flux

Re: shutting down network interfaces

2003-12-18 Thread dave
At 08:02 PM 12/18/2003, you wrote: I have two netcards and want to shut down one of them without rebooting. man ifconfig will tell you what to do. the short answer: ifconfig interface_card down ie : ifconfig ed0 down cheers dave ___ [EMAIL