Re: [systemd-devel] networkd: Link local static IP address behind NAT

2023-01-24 Thread Thomas Burghout
Thank you Mike and Andrei. Having the dedicated address section with Scope=global solved our issue. We did investigate the Scope option, but did not realize it was both available in the Route and Address section. Thanks again.

[systemd-devel] networkd: Link local static IP address behind NAT

2023-01-18 Thread Thomas Burghout
On 18.01.20233 04:06, Andrei Borzenkov wrote: > On 17.01.2023 18:28, Thomas Burghout wrote: > > inet 169.254.146.171/16 brd 169.254.255.255 scope link eth0 > > Is it output from the correct system? Because address is different. I do > not see how "ping -I 169.254.

[systemd-devel] networkd: Link local static IP address behind NAT

2023-01-17 Thread Thomas Burghout
address and produces the address with scope global. networkd does not show any warnings or errors in the log. Is there a configuration option we are missing? With kind regards, Thomas Burghout