Fix for no network inside Docker container

Force netplan to use DHCP only on interface e* and not also on the docker interface
This commit is contained in:
Igor Pecovnik 2024-07-25 05:58:09 +02:00 committed by August
parent 392d5cb2ca
commit 68d9251e7b

View File

@ -10,7 +10,7 @@ network:
ethernets:
all-eth-interfaces:
match:
name: "*"
name: "e*"
dhcp4: yes
dhcp6: yes
ipv6-privacy: yes # Enabled by default on most current systems, but networkd currently doesn't enable IPv6 privacy by default, see https://man.archlinux.org/man/systemd.network.5