Re: [systemd-devel] systemd-networkd: IPv6 prefix delegation disabled by ipv6forwarding=true

2025-01-13 Thread Kevin P. Fleming
On Mon, Jan 13, 2025, at 12:58, Barry Scott wrote: > This sets net.ipv6.conf.all.forwarding = 1 but, prefix delegation is broken. > > If I remove Ipv6Forwarding=true and then set > net.ipv6.conf.all.forwarding = 1 mnaually forwarding works. It could be useful to note that this setting does not a

Re: [systemd-devel] systemd-networkd: IPv6 prefix delegation disabled by ipv6forwarding=true

2025-01-13 Thread Adam Nielsen
> The IPv6 is a /48. > > I have the IPv4 all working well. > > But the IPv6 configuration I cannot figure out. I have a similar set up and have this working. > [Network] > Address=2001x:x::x::1 You are specifying a /24 for IPv4, but nothing for IPv6. I'd suggest adding a /64 if you want to de

[systemd-devel] systemd-networkd: IPv6 prefix delegation disabled by ipv6forwarding=true

2025-01-13 Thread Barry Scott
I'm building a router for my home using Fedora server as the base. I have a ISP that provides me with a IPv4 and Ipv6 over PPPoE. The IPv6 is a /48. I have the IPv4 all working well. But the IPv6 configuration I cannot figure out. I have two interface named internal and external. In /etc/syst