Change IP address of ethernet device while system is running
Oliver Grawert
ogra at ubuntu.com
Thu Dec 8 13:12:38 UTC 2016
hi,
Am Donnerstag, den 08.12.2016, 12:53 +0100 schrieb Christoph Pleger:
> command 'service networking restart'. But with that, the ethernet
> device
you should never ever do this since this tears out the whole networking
stack from the system ... rather run "ifdown $interfacename" and "ifup
$interfacename"
if you actually restart the networking stack, loopback devices will be
killed/restarted too (along with any daemons providing protocols though
localhost etc) ... this can for example cause dbus to restart ... which
is a very bad thing on a desktop where apps communicate through dbus.
ciao
oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20161208/3d545cd9/attachment.sig>
More information about the ubuntu-users
mailing list