Op mijn Ubuntu 22.04 krijg ik de DHCP voor IPv6 niet werkend.
Ik gebruik de volgende configuratie:
/etc/dhcpcd.conf
hostname
clientid
persistent
require dhcp_server_identifier
noipv6rs
noipv4ll
# noipv6
# noipv4
nohook resolv.conf, wpa_supplicant
# denyinterfaces *
# allowinterfaces wan
interface wan
persistent
hostname
ipv6only
noipv4
ipv6ra_noautoconf
option dhcp6_ia_pd
# option dhcp6_prefix
# option rapid_commit
# option interface_mtu
ia_pd 1 wan
# iaid 1
# ipv6
Mijn interface configuratie:
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1508
inet 192.168.11.254 netmask 255.255.255.0 broadcast 192.168.11.255
inet6 fe80::a2e:5fff:fe10:d6fa prefixlen 64 scopeid 0x20<link>
inet6 2a10:3781:54a5::2 prefixlen 48 scopeid 0x0<global>
ether 08:2e:5f:10:d6:fa txqueuelen 1000 (Ethernet)
RX packets 1557765 bytes 1521929058 (1.5 GB)
RX errors 0 dropped 163 overruns 0 frame 0
TX packets 1549581 bytes 1539958515 (1.5 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xfe500000-fe520000
vlan.6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1508
inet6 fe80::a2e:5fff:fe10:d6fa prefixlen 64 scopeid 0x20<link>
ether 08:2e:5f:10:d6:fa txqueuelen 1000 (Ethernet)
RX packets 1069536 bytes 1266453795 (1.2 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 440858 bytes 257069772 (257.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wan: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 194.145.195.28 netmask 255.255.255.255 destination 185.93.175.232
inet6 fe80::69ab:7754:e7e2:dd87 prefixlen 128 scopeid 0x20<link>
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 303823 bytes 332769104 (332.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 95911 bytes 25337674 (25.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
en als ik dan probeer een DHCP request te versturen kijg ik:
sudo dhcpcd wan
dhcpcd-10.0.8 starting
DUID 00:01:00:01:2f:30:a3:97:00:15:17:d4:62:e3
wan: IAID 77:61:6e:00
wan: IA type 25 IAID 00:00:00:01
wan: rebinding prior DHCPv6 lease
wan: REPLY6 received from fe80::8a90:9ff:fe73:402b
wan: renew in 43200, rebind in 69120, expire in 86400 seconds
lo: adding reject route to 2a10:3781:54a5::/48
wan: delegated prefix 2a10:3781:54a5::/48
wan: DHCPv6 server does not support OPTION_PD_EXCLUDE
timed out
dhcpcd exited
Enig idee wat ik fout doe?