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:
parent
392d5cb2ca
commit
68d9251e7b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user