Re: systemd-networkd: IPv6 prefix delegation lost when changing prefixes

2020-04-16 Thread Tobias Brink
For anyone stumbling upon this in the future, there is some more discussion on the systemd-devel mailing list: https://lists.freedesktop.org/archives/systemd-devel/2020-April/044358.html and I opened an issue on GitHub: https://github.com/systemd/systemd/issues/15455 Tobias Brink writes: >

Re: systemd-networkd: IPv6 prefix delegation lost when changing prefixes

2020-04-12 Thread Andrei POPESCU
On Du, 12 apr 20, 15:32:29, Tobias Brink wrote: > > Thanks for the info, but I will rather contact systemd upstream about > this, so that this software can be fixed. Great attitude and thanks for your contribution :) Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser signature

Re: systemd-networkd: IPv6 prefix delegation lost when changing prefixes

2020-04-12 Thread Tobias Brink
Hello Vincent, Vincent Truchseß writes: > I've had the same Issue here delegating prefixes to my VPN-Gateway in my > home-hetwork. Good to know that it's not just me. For posterity, I did some further tests: * It does not matter if the router sets the "Other Configuration" or the "Managed" f

Re: systemd-networkd: IPv6 prefix delegation lost when changing prefixes

2020-04-10 Thread Vincent Truchseß
Hi Tobias, I've had the same Issue here delegating prefixes to my VPN-Gateway in my home-hetwork. My solution back then was to ditch systemd-networkd for this setup and rely on configuring dhcpcd and radvd accordingly. Systemd's DHCP-implementation seems to a little bit out of whack, depending on

systemd-networkd: IPv6 prefix delegation lost when changing prefixes

2020-04-10 Thread Tobias Brink
Hello debian-user, I have an internet connection via a router provided by my ISP. I have a Linux box (Debian Buster) between this router and my internal network in order to provide nicer firewalling and some services like OpenVPN, wifi for guests without access to the internal network, and so on.