multiple hardware ethernet statements per host

Chris Cohen kildau-ml at gmx.de
Sun Aug 3 09:20:22 UTC 2008


Hello,

I have a small home network with a laptop that connects via wlan and sometimes 
via a l2 vpn. I want dhcpd to assign the same ip address both times so I 
thought having something like:

host laptop.example.org {
        fixed-address 10.1.16.11;
        hardware ethernet ff:ff:ff:ff:ff;
	hardware ethernet ff:ff:ff:ff:fe;
        }

Is this the correct way of doing this?

-- 
Thank you
Chris


More information about the dhcp-users mailing list