soundcheck wrote: > Triode. > > Have a look here: https://wiki.archlinux.org/index.php/Dhcpcd and the > dhcpcd.conf man-page. > > Some ideas. > > If I look at the /etc/dhcpcd.conf > > Attributes: > > hostname > duid > persistant > > are activated. > > I'm wondering if these should be changed (deactivated) for testing in > Phase1/2. Especially this duid option might be causing issues. > > > clientid (MAC) > > only should be turned on. It's off by default. > > Further the option > > noarp > > can be added. > > Cheers
Yep thanks - I suspected duid vs clientid, but hadn't had time to try until this evening - looks like swapping to clientid works. What was happening is that udhcp (phase1) and systemd-networkd (phase 2) use clientid, but at the final reboot it moved to dhcpcd which defaults to using duid. I will update the build scripts to use clientid. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
