Multiple mac addresses for one static host configuration.

Simon Hobson dhcp1 at thehobsons.co.uk
Tue Jun 16 14:16:58 UTC 2009


Jan Hugo Prins wrote:

>Is their some way to get around this? Maybe something with class
>declarations ? Or am i missing an option somewhere?
>
>The specific host part for this client looks like this:
>
>         host benz {
>                 option host-name "benz";
>                 hardware ethernet 00:16:36:85:B4:C9;
>                 hardware ethernet 00:18:DE:30:51:F1;
>                 fixed-address 192.168.2.73;
>         }

         host benz-wired {
                 option host-name "benz";
                 hardware ethernet 00:16:36:85:B4:C9;
                 fixed-address 192.168.2.73;
         }
         host benz-wireless {
                 option host-name "benz";
                 hardware ethernet 00:18:DE:30:51:F1;
                 fixed-address 192.168.2.73;
         }

The hostnames don't matter as long as they are unique.

-- 
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.



More information about the dhcp-users mailing list