Am 06.09.23 um 09:37 schrieb Marco:
Am 06.09.2023 09:24 schrieb Anssi Saari:That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org.With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit interface identifier to create the link-local address. The rest is being done with router advertisement and optionally with DHCPv6.
I get it working. Some options are renamed in different systemd versions. I use 252. FYI. root@s920:/etc/systemd/network# cat 60-ppp.network [Match] Type=ppp [Network] IPv6AcceptRA=yes DHCP=ipv6 root@s920:/etc/systemd/network# cat enp1s0f0.network [Match] Name=enp1s0f0 [Network] IPv6SendRA=yes IPv6AcceptRA=no DHCPPrefixDelegation=yes [IPv6SendRA] EmitDNS=no EmitDomains=noenp1s0f0 is my LAN interface and I don't want to use the DNS Server of my ISP.