Closed drankinatty closed 6 months ago
Did you try using the device enp5s0
instead of eth0
in /etc/network/interfaces
? That would be the first thing I would try since that is the device being assigned the random MAC address.
Did you try using the device
enp5s0
instead ofeth0
in/etc/network/interfaces
? That would be the first thing I would try since that is the device being assigned the random MAC address.
enp5s0 is the device name being used on the host computer, not on the Duo.
It's working OK here, but note that the correct syntax is "...hw ether...", not just "hw" by itself. Was that a typo on your part (OP), or is there a documentation error somewhere?
similar: #27
This can be closed - thank you for looking at it. It was a fat-finger error in the config file (my fault). Great little board.
I have followed the directions for providing a fixed MAC Address when using the IO Board modifying
/etc/network/interfaces
and adding:And I've configured
dhcpd.conf
to sendhostname
so the server can update the local DNS with forward and reverse mapping for the IP address handed out to the duo. However, on reboot, the MAC address is different resulting in a different address being assigned each time.With
/etc/network/interfaces
as shown above, the local dhcp server sees:So despite having
pre-up ifconfig eth0 hw 72:a2:bb:83:cf:12
set in/etc/network/interfaces
, the server sees the MAC Address of the duo as16:a7:65:c0:63:f3
.Is there something else required to have the IO Board appear at a fixed MAC?