This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docu:csheet:net:misc:switch_back2_interfaces [2021/02/17 19:56] – created admin | docu:csheet:net:misc:switch_back2_interfaces [2021/02/17 20:20] (current) – admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
\\ | \\ | ||
- | Install the package for the interfacees | + | Install the package for the interfaces. Configure your stuff at **/ |
<code bash> | <code bash> | ||
apt install ifupdown | apt install ifupdown | ||
Line 17: | Line 17: | ||
F*ck netplan and systemd networking in the butt | F*ck netplan and systemd networking in the butt | ||
<code bash> | <code bash> | ||
- | systemctl stop systemd-networkd.socket systemd-networkd | + | systemctl stop systemd-networkd.socket systemd-networkd networkd-dispatcher systemd-networkd-wait-online |
- | networkd-dispatcher systemd-networkd-wait-online | + | systemctl disable systemd-networkd.socket systemd-networkd networkd-dispatcher systemd-networkd-wait-online |
- | systemctl disable systemd-networkd.socket systemd-networkd | + | systemctl mask systemd-networkd.socket systemd-networkd networkd-dispatcher systemd-networkd-wait-online |
- | 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 | apt-get --assume-yes purge nplan netplan.io | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | Source: https:// |