Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-23 Thread Topi Miettinen
On 23.10.2022 13.57, Arseny Maslennikov wrote: On Sun, Oct 23, 2022 at 09:30:16AM +0300, Topi Miettinen wrote: On 22.10.2022 15.55, Ian Pilcher wrote: On 10/19/22 17:05, Ian Pilcher wrote: (I know that systemd-networkd can allocate subnets from the delegated prefix to local interfaces, but tha

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-23 Thread Arseny Maslennikov
On Sun, Oct 23, 2022 at 09:30:16AM +0300, Topi Miettinen wrote: > On 22.10.2022 15.55, Ian Pilcher wrote: > > On 10/19/22 17:05, Ian Pilcher wrote: > > > (I know that systemd-networkd can allocate subnets from the delegated > > > prefix to local interfaces, but that's not what I need to do in this

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Topi Miettinen
On 22.10.2022 15.55, Ian Pilcher wrote: On 10/19/22 17:05, Ian Pilcher wrote: I've managed to get systemd-networkd to request and IPv6 prefix from my ISP, and I can see it the journal.  Now I need to programmatically retrieve it, so that my home-grown scripts can set up the various routes, addre

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Ian Pilcher
On 10/22/22 10:37, Kenneth Porter wrote: The command "ip addr" will display your address assignments. It won't show the delegated prefix, though, because it isn't assigned to any interface. -- Google

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Kenneth Porter
The command "ip addr" will display your address assignments.

Re: [systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-22 Thread Ian Pilcher
On 10/19/22 17:05, Ian Pilcher wrote: I've managed to get systemd-networkd to request and IPv6 prefix from my ISP, and I can see it the journal.  Now I need to programmatically retrieve it, so that my home-grown scripts can set up the various routes, address, firewall rules, etc. (I know that sy

[systemd-devel] Getting delegated IPv6 prefix from systemd-networkd

2022-10-19 Thread Ian Pilcher
I've managed to get systemd-networkd to request and IPv6 prefix from my ISP, and I can see it the journal. Now I need to programmatically retrieve it, so that my home-grown scripts can set up the various routes, address, firewall rules, etc. (I know that systemd-networkd can allocate subnets fro