Fix PD for DHCPv6

Rudy Zijlstra rudy at grumpydevil.homelinux.org
Wed Jan 3 13:59:09 UTC 2018


Hi,


Op 03-01-18 om 14:05 schreef alpha_one_x86:
>
> Hi,
>
> How fix my PD for DHCPv6:
>
> subnet6 2803:1920:0:1::/64 {
>     option dhcp6.name-servers 2803:1920:0:1::1, 2001:4860:4860::8888;
>         prefix6 2803:1920:0:2:: 2803:1920:0:ff:: /64;
>
>     host laptop{
>         hardware ethernet b8:2a:72:9e:2a:26;
>         fixed-address6 2803:1920:0:1::2;
>     }
>
>     host test{
>         hardware ethernet 80:14:a8:5f:32:e4;
>         fixed-address6 2803:1920:0:1::3;
>     }
>
>     host test2{
>         hardware ethernet 80:14:a8:87:d2:15;
>         fixed-address6 2803:1920:0:1::4;
>     }
> }
>
> Cheers
>
>
Additionally, move the host definitions  out of the subnet definitions.
host definitions are always global

Cheers

Rudy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20180103/800c189d/attachment.html>


More information about the dhcp-users mailing list