Leo Ruan
Leo Ruan
I try to add a hook script (/usr/libexec/dhcpcd-hooks/40-fallback) to solve the problem. See below that sends 'renew' to dhcpcd manager. ```sh if [ "$reason" = "STATIC" ] && [ "$profile"...
@perkelix we intend no ipv4 link local address but a specific static IP. I tested with adding the waitip 4 to /etc/dhcpcd.conf. The dhcpcd still fall into the static IP...
@rsmarples thanks! As a compromise, the ipv4ll is working with DISCOVER in parallel. Maybe an option could be added to specify the link local address with a range for ipv4ll....
@rsmarples Good question :) For historical reason, installers does configuration on the device via Ethernet interface in early phase - when no router available (even no wall-power) and device is...
We have a very old remote-program running in Windows PC. The remote program requests **IP address** of device for connection. In device initial setup, a static IP address is requested...