How to restart network on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org

The Network Icon will disappear. To turn on the network again, left click on the top right corner arrow down, locate your network interface and click Connect.


This is a companion discussion topic for the original entry at https://linuxconfig.org/how-to-restart-network-on-ubuntu-18-04-bionic-beaver-linux

Bibelo

Please provide useful info

systemctl restart systemd-networkd

foo bar

Too bad none of the command line options work on bionic by default anymore. By default they use netplan, ifup/ifdown/nmcli is not installed by default, the init scripts are not there and it’s no longer network-manager or NetworkManager.service anymore.

the only what worked for me was:

sudo netplan apply

1 Like

Thanks for the input. Article is now updated to include the netplan option…!!!