Package: wide-dhcpv6-client Version: 20080615-19 Severity: normal Tags: ipv6
Dear Maintainer, currently, my wide-dhcpv6-client successfully gets one ipv6 address and two delegation prefixes from my upstream isp, but it does not set a default route to the next hop, rendering ipv6 to and from the outside non-working. Adding the route manually by running ip route add default via fe80::201:5cff:feb1:ade4 dev eth0 fixes it. The address comes from the log (I ran /usr/sbin/dhcp6c once manually with -d -D -f): --- log begin --- ... May/01/2019 20:09:52: client6_send: send solicit to ff02::1:2%eth0 May/01/2019 20:09:52: dhcp6_reset_timer: reset a timer on eth0, state=SOLICIT, timeo=0, retrans=1093 May/01/2019 20:09:52: client6_recv: receive advertise from fe80::201:5cff:feb1:ade4%eth0 on eth0 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option client ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:20:3e:b1:3a:00:0d:b9:20:42:30 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option server ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:1b:18:de:65:00:18:51:a6:21:ea May/01/2019 20:09:52: dhcp6_get_options: get DHCP option identity association, len 40 May/01/2019 20:09:52: IA_NA: ID=0, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA address, len 24 May/01/2019 20:09:52: copyin_option: IA_NA address: 2a02:2450:15:9000:a9b9:1a09:ab1e:1f44 pltime=604691 vltime=1209491 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=0, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:157::/64 pltime=604691 vltime=1209491 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=1, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:539::/64 pltime=604691 vltime=1209491 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option preference, len 1 May/01/2019 20:09:52: preference: 255 May/01/2019 20:09:52: client6_recvadvert: server ID: 00:01:00:01:1b:18:de:65:00:18:51:a6:21:ea, pref=255 May/01/2019 20:09:52: client6_recvadvert: unexpected advertise May/01/2019 20:09:52: client6_send: a new XID (db56d0) is generated May/01/2019 20:09:52: copy_option: set client ID (len 14) May/01/2019 20:09:52: copy_option: set server ID (len 14) May/01/2019 20:09:52: copyout_option: set IA address May/01/2019 20:09:52: copyout_option: set identity association May/01/2019 20:09:52: copy_option: set elapsed time (len 2) May/01/2019 20:09:52: copyout_option: set IA_PD prefix May/01/2019 20:09:52: copyout_option: set IA_PD May/01/2019 20:09:52: copyout_option: set IA_PD prefix May/01/2019 20:09:52: copyout_option: set IA_PD May/01/2019 20:09:52: client6_send: send request to ff02::1:2%eth0 May/01/2019 20:09:52: dhcp6_reset_timer: reset a timer on eth0, state=REQUEST, timeo=0, retrans=949 May/01/2019 20:09:52: client6_recv: receive advertise from fe80::201:5cff:feb1:ade4%eth0 on eth0 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option client ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:20:3e:b1:3a:00:0d:b9:20:42:30 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option server ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:19:43:39:5f:00:18:51:33:a0:4d May/01/2019 20:09:52: dhcp6_get_options: get DHCP option identity association, len 40 May/01/2019 20:09:52: IA_NA: ID=0, T1=302400, T2=483840 May/01/2019 20:09:52: copyin_option: get DHCP option IA address, len 24 May/01/2019 20:09:52: copyin_option: IA_NA address: 2a02:2450:15:9800:c13e:5c92:248e:3994 pltime=604800 vltime=1209600 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=0, T1=302400, T2=483840 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:805d::/64 pltime=604800 vltime=1209600 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=1, T1=302400, T2=483840 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:80c8::/64 pltime=604800 vltime=1209600 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option preference, len 1 May/01/2019 20:09:52: preference: 127 May/01/2019 20:09:52: client6_recvadvert: XID mismatch May/01/2019 20:09:52: client6_recv: receive reply from fe80::201:5cff:feb1:ade4%eth0 on eth0 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option client ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:20:3e:b1:3a:00:0d:b9:20:42:30 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option server ID, len 14 May/01/2019 20:09:52: DUID: 00:01:00:01:1b:18:de:65:00:18:51:a6:21:ea May/01/2019 20:09:52: dhcp6_get_options: get DHCP option identity association, len 40 May/01/2019 20:09:52: IA_NA: ID=0, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA address, len 24 May/01/2019 20:09:52: copyin_option: IA_NA address: 2a02:2450:15:9000:a9b9:1a09:ab1e:1f44 pltime=604691 vltime=1209491 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=0, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:157::/64 pltime=604691 vltime=1209491 May/01/2019 20:09:52: dhcp6_get_options: get DHCP option IA_PD, len 41 May/01/2019 20:09:52: IA_PD: ID=1, T1=302345, T2=483752 May/01/2019 20:09:52: copyin_option: get DHCP option IA_PD prefix, len 25 May/01/2019 20:09:52: copyin_option: IA_PD prefix: 2a02:2450:1159:539::/64 pltime=604691 vltime=1209491 May/01/2019 20:09:52: get_ia: make an IA: PD-0 May/01/2019 20:09:52: update_prefix: create a prefix 2a02:2450:1159:157::/64 pltime=604691, vltime=1209491 May/01/2019 20:09:52: ifaddrconf: failed to add an address on eth2: File exists May/01/2019 20:09:52: get_ia: make an IA: PD-1 May/01/2019 20:09:52: update_prefix: create a prefix 2a02:2450:1159:539::/64 pltime=604691, vltime=1209491 May/01/2019 20:09:52: ifaddrconf: failed to add an address on wlan0: File exists May/01/2019 20:09:52: get_ia: make an IA: NA-0 May/01/2019 20:09:52: update_address: create an address 2a02:2450:15:9000:a9b9:1a09:ab1e:1f44 pltime=604691, vltime=1209491 May/01/2019 20:09:52: ifaddrconf: failed to add an address on eth0: File exists May/01/2019 20:09:52: update_ia: failed to update an address 2a02:2450:15:9000:a9b9:1a09:ab1e:1f44 May/01/2019 20:09:52: dhcp6_remove_event: removing an event on eth0, state=REQUEST May/01/2019 20:09:52: dhcp6_remove_event: removing server (ID: 00:01:00:01:1b:18:de:65:00:18:51:a6:21:ea) May/01/2019 20:09:52: client6_recvreply: got an expected reply, sleeping. --- log end --- -- System Information: Debian Release: 9.9 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i586) Kernel: Linux 4.19.0-0.bpo.4-686 (SMP w/1 CPU core) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages wide-dhcpv6-client depends on: ii debconf [debconf-2.0] 1.5.61 ii libc6 2.24-11+deb9u4 ii lsb-base 9.20161125 ii sharutils 1:4.15.2-2+deb9u1 wide-dhcpv6-client recommends no packages. wide-dhcpv6-client suggests no packages. -- Configuration Files: /etc/wide-dhcpv6/dhcp6c.conf changed: profile default { information-only; request domain-name-servers; request domain-name; script "/etc/wide-dhcpv6/dhcp6c-script"; }; interface eth0 { send rapid-commit; send ia-na 0; send ia-pd 0; send ia-pd 1; }; id-assoc na 0 { }; id-assoc pd 0 { prefix ::/64 infinity; # Internal interface (LAN) prefix-interface eth2 { sla-len 0; sla-id 0; ifid 1; }; }; id-assoc pd 1 { prefix ::/64 infinity; # Internal interface (LAN) prefix-interface wlan0 { sla-len 0; sla-id 0; ifid 1; }; }; -- debconf information: * wide-dhcpv6-client/interfaces: eth0