Citation :
Examples
Static Lease (MAC address hot swap)
Define a static lease for a host with MAC addresses 00:a0:24:5a:33:69 and 00:11:22:33:44:55 (handy when you use both wired and wireless connection on the same computer/laptop - of course, you can use just one MAC address) and assign the IP address 192.168.1.230 and the hostname example-host to it. We call this MAC address hot swap, since IP address stay same, but MAC address changes. config 'host'
option 'name' 'example-host'
option 'ip' '192.168.1.230'
option 'mac' '00:a0:24:5a:33:69 00:11:22:33:44:55'
|