Can we have Same hostname with different IP and MAC-ID

Rudy Zijlstra rudy at grumpydevil.homelinux.org
Wed May 6 09:57:15 UTC 2009


Op woensdag 06-05-2009 om 17:29 uur [tijdzone +0800], schreef Kumar
Samir-TKNV64:
> The following is typical entry for dhcpd.conf for allocating static IP
> Addresses.

> Can we have multiple entries of the same hostname having different
> IPAddress and MAC-ID as shown below.
>  

> host MOT-8738 {
>  ## Host MOT-8738 wih mac of 112342345 added by web on 4-26-08
>  hardware ethernet 112342345;
>  fixed-address 192.168.0.218;
>  option host-name "MOT-8738";
> }
>  
> host MOT-8738 {
>  ## Host MOT-8738 wih mac of 112342345 added by web on 4-26-08
>  hardware ethernet 112342389;
>  fixed-address 192.168.0.213;
>  option host-name "MOT-8739";
> }

host-names can be identical, identifier following the host statement has
to be unique

Cheers,

Rudy
> 




More information about the dhcp-users mailing list