User Tools

Site Tools


docu:csheet:net:misc:switch_back2_interfaces

This is an old revision of the document!


Disable netplan on Ubuntu to switch back to network iterfaces /etc/network/interfaces


Install the package for the interfaces. Configure your stuff at /etc/network/interfaces

apt install ifupdown

Start the networking service

ifdown --force enp0s3 lo && ifup -a
systemctl unmask networking
systemctl enable networking
systemctl restart networking

F*ck netplan and systemd networking in the butt

systemctl stop systemd-networkd.socket systemd-networkd \
networkd-dispatcher systemd-networkd-wait-online
systemctl disable systemd-networkd.socket systemd-networkd \
networkd-dispatcher systemd-networkd-wait-online
systemctl mask systemd-networkd.socket systemd-networkd \
networkd-dispatcher systemd-networkd-wait-online
apt-get --assume-yes purge nplan netplan.io


Source: https://tweenpath.net/ubuntu-18-04-disable-netplan-switch-networking-etc-network-interfaces/

docu/csheet/net/misc/switch_back2_interfaces.1613591937.txt.gz · Last modified: 2021/02/17 19:58 by admin