eth0 - restarting withoout a reboot?
Derek Broughton
news at pointerstop.ca
Fri Jan 27 17:53:46 UTC 2006
Bob Nielsen wrote:
>
> On Jan 27, 2006, at 8:01 AM, Oscar Veloz wrote:
>
>> How does one restart eth0 from the command line without rebooting the
>> computer?
>>
>
> sudo /etc/init.d/networking restart
NO! No harm if you only _have_ one interface, but it's overkill. If you
have more than one interface, this will take them all down.
ifdown eth0
ifup eth0
--
derek
More information about the ubuntu-users
mailing list