Hi,

On Thu, May 18, 2023 at 04:41:58PM +0200, Michel Stam wrote:
> Do you have examples for that on relevant DHCPv6 implementations?

With ISC-DHCPv6, it's very straightforward

# global options
option dhcp6.name-servers 2001:608::2, 2001:608::1;
option dhcp6.domain-search "space.net", "test.space.net";
default-lease-time 86400;
preferred-lifetime 7200;

# Set preference to 255 (maximum) in order to avoid waiting for
# additional servers when there is only one
option dhcp6.preference 255;

# SpaceNet TestNetz wifi
subnet6 2001:608:0:99::/64 {
        range6 2001:608:0:99:a000::100 2001:608:0:99:a000::500;
        ddns-rev-domainname "ip6.arpa";
        ddns-domainname "test.space.net";
}


Gert Doering
        -- NetMaster
-- 
have you enabled IPv6 on something today...?

SpaceNet AG                      Vorstand: Sebastian v. Bomhard, Michael Emmer
Joseph-Dollinger-Bogen 14        Aufsichtsratsvors.: A. Grundner-Culemann
D-80807 Muenchen                 HRB: 136055 (AG Muenchen)
Tel: +49 (0)89/32356-444         USt-IdNr.: DE813185279

Attachment: signature.asc
Description: PGP signature

-- 
ripe-atlas mailing list
ripe-atlas@ripe.net
https://lists.ripe.net/mailman/listinfo/ripe-atlas

Reply via email to