I have a server which OS is Ubuntu 18.04.03 configured four IP addresses on four different interfaces. Now there is a interface I need to restart, and I can not interfere with other three interfaces. So I think I can't using sudo netplan apply
. Is there any way to restart specificed interface?
Thankyou in advance!
Running
sudo netplan apply
should not cause interfaces to be brought down, if there are no changes to the configuration for those interfaces. So this should be safe to run. If you find that this command restarts interfaces whose configuration has not changed, that's a bug and should be reported at https://bugs.launchpad.net/netplan.You can down and up the connection for particular interface with root permissions.
Then reboot the system.