nunchuckmadness;
Ok next up is:
Code:
ls -al /run/systemd/network/
do you see similar:
10-netplan-enp4s0.network
where *my* interface is known as "enp4s0" - yours may well be different.
Mine looks like:
Code:
[Match]
Name=enp4s0
[Network]
DHCP=ipv4
LinkLocalAddressing=ipv6
[DHCP]
RouteMetric=100
UseMTU=true
also is the symbolic link present:
Code:
ls -al /etc/resolv.conf
such as my result:
Code:
lrwxrwxrwx 1 root root 39 Apr 3 2018 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
looking for that goof - somewhere
Bookmarks