Static IP via Option 82 - methodology

Dave Brenner david at toledotel.com
Thu Jan 9 16:39:05 UTC 2014


On 1/9/2014 6:42 AM, perl-list wrote:
> Is this the way to do it?
>
> ------------------------
>
> host 10-24-24-9 { option agent.circuit-id = "1.21.1.4/Ethernet9";
> fixed-address 10.24.24.9; } # static by option 82 (with host line)?
>
> ------------------------

Close.

host 10-24-24-9 {
    host-identifier option agent.circuit-id "1.21.1.4/Ethernet9";
    fixed-address 10.24.24.9;
}




More information about the dhcp-users mailing list