Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-04 Thread daggs
-devel@lists.freedesktop.org > Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask > > 02.06.2025 19:36, daggs wrote: > >> Sent: Monday, June 02, 2025 at 7:09 PM > >> From: "Andrei Borzenkov" > >> To: "daggs" > >>

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread Andrei Borzenkov
02.06.2025 19:36, daggs wrote: Sent: Monday, June 02, 2025 at 7:09 PM From: "Andrei Borzenkov" To: "daggs" Cc: systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask 02.06.2025 18:30, daggs wrote: Greetings A

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread daggs
> Sent: Monday, June 02, 2025 at 7:09 PM > From: "Andrei Borzenkov" > To: "daggs" > Cc: systemd-devel@lists.freedesktop.org > Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask > > 02.06.2025 18:30, daggs wrote: > &

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread Andrei Borzenkov
From: "Andrei Borzenkov" To: systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask 02.06.2025 16:07, daggs wrote: Greetings, I have a qemu vm which runs a systemd based buildroot image, the vm's nic is virtio, if I confi

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread daggs
/DUID  DHCPv6 Client DUID: DUID-EN/Vendor:ab11ea37c4793baab851     Sent: Monday, June 02, 2025 at 4:16 PM From: "Mantas Mikulėnas" To: "daggs" Cc: systemd-devel@lists.freedesktop.org Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask The

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread daggs
192.168.0.1 dev enp1s0 scope link src 192.168.0.10 metric 1024 > Sent: Monday, June 02, 2025 at 6:16 PM > From: "Andrei Borzenkov" > To: systemd-devel@lists.freedesktop.org > Subject: Re: [systemd-devel] accepting dhcp address only from a specific mask > > 02.06.2025 16:07

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread Andrei Borzenkov
02.06.2025 16:07, daggs wrote: Greetings, I have a qemu vm which runs a systemd based buildroot image, the vm's nic is virtio, if I configure systemd to auto start the nic, I get two ips for the only nic on the system, a valid one and in invalid one. in this case, I can only connect to local l

[systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread daggs
Greetings, I have a qemu vm which runs a systemd based buildroot image, the vm's nic is virtio, if I configure systemd to auto start the nic, I get two ips for the only nic on the system, a valid one and in invalid one. in this case, I can only connect to local lan but not outside of the last, I

Re: [systemd-devel] accepting dhcp address only from a specific mask

2025-06-02 Thread Mantas Mikulėnas
The second address looks like it comes from link-local, not from DHCP. I suspect you have a higher-priority .network file that also enables DHCP like yours does, but *also* sets "LinkLocalAddressing=both", like some of systemd's built-in example .network files tend to do. Check `networkctl status e