You are not logged in.
Content of
/etc/systemd/network/20-wired.networkis
[Match]
Name=enp44s0
[Network]
DHCP=yes
IPForward=ipv4
IPv6PrivacyExtensions=yesThere are no other files in the
/etc/systemd/network/directory. With these settings, I get both IPv4 and IPv6 addresses (IPv6 with a temporary address from privacy extensions). However, if I change
IPForwardto either
ipv6or
allthe interface does not get IPv6 addresses (only link local). Is this a bug in
systemd.networkdor a problem with my config?
Offline