PFSense IPv6
Version vom 12. März 2024, 09:44 Uhr von Thomas.will (Diskussion | Beiträge)
- cat /var/dhcpd/etc/dhcpd6.conf
option domain-name "tuxmen.de";
option ldap-server code 95 = text;
option domain-search-list code 119 = text;
default-lease-time 7200;
max-lease-time 86400;
log-facility local7;
one-lease-per-client true;
deny duplicates;
ping-check true;
update-conflict-detection false;
authoritative;
subnet6 2003:a:32a:1700::/64 {
range6 2003:a:32a:1700::1000 2003:a:32a:1700::2000;
option domain-name "xinux.org";
do-forward-updates false;
#option dhcp6.name-servers --;
}
ddns-update-style none;
- /usr/local/sbin/dhcpd -6 -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid vtnet0