-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"
> >>
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
> 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:
> &
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
/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
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
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
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
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