On 06/09/2021 00:26, Mouse wrote:
It sounds as if you might be doing (to start with the example in the dhcpd man page)host haagen { hardware ethernet 08:00:2b:4c:59:23; hardware ethernet 08:00:12:33:45:66; hardware ethernet 08:00:ff:ee:dd:b0; fixed-address 239.252.197.9; filename "/tftpboot/haagen.boot"; }Yes, that's exactly the sort of thing I'm doing.
You can just have multiple host entries with the same IP e.g host haagen-1 { hardware ethernet 08:00:2b:4c:59:23; fixed-address 239.252.197.9; filename "/tftpboot/haagen.boot"; } host haagen-2 { hardware ethernet 08:00:12:33:45:66; fixed-address 239.252.197.9; filename "/tftpboot/haagen.boot"; } That's what I do for hosts that have wifi and ethernet connections. Mike