56 Posts in 20 Topics by 17 members
IPv6 Trial
Page: 1 | Go to End | |
Author | Topic: DHCPv6 doesn't seem to be working | 2121 Views |
DHCPv6 doesn't seem to be working 
27 June 2010 at 12:36am
I'm not sure if it's my problem, I upgraded the firmware, but I'm using the same exact settings as before, I've tried many others but I'm just getting the same non-error
root@Tick:~# cat /var/etc/dhcp6c.conf
interface pppoa-wan {
send ia-pd 0;
send rapid-commit;
request domain-name-servers;
};
id-assoc pd 0 {
prefix-interface br-lan {
sla-id 2;
sla-len 8;
};
};
root@Tick:~# logread
Jun 27 00:10:41 Tick user.notice root: starting dhcp6c
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: get_duid: extracted an existing DUID from /var/dhcp6c_duid: 00:01:00:01:c7:92:bd:16:00:1b:11:28:00:00
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[interface] (9)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <5>[pppoa-wan] (9)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>begin of closure [{] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[send] (4)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[ia-pd] (5)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[0] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[send] (4)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[rapid-commit] (12)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[request] (7)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[domain-name-servers] (19)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of closure [}] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[id-assoc] (8)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <13>[pd] (2)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <13>[0] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <13>begin of closure [{] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[prefix-interface] (16)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <5>[br-lan] (6)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>begin of closure [{] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[sla-id] (6)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[2] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[sla-len] (7)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>[8] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of closure [}] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of closure [}] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: cfdebug_print: <3>end of sentence [;] (1)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: configure_pool: called
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3321]: clear_poolconf: called
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=INIT, timeo=0, retrans=27
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: client6_send: a new XID (e11655) is generated
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:10:41 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=0, retrans=1071
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:10:42 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=1, retrans=2096
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:10:44 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=2, retrans=4342
Jun 27 00:10:46 Tick daemon.info radvd[3363]: version 1.6 started
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:10:49 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=3, retrans=8274
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:10:57 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=4, retrans=17173
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:11:14 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=5, retrans=32791
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:11:47 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=6, retrans=67988
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:12:55 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=7, retrans=128040
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: copy_option: set client ID (len 14)
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: copy_option: set rapid commit (len 0)
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: copy_option: set elapsed time (len 2)
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: copy_option: set option request (len 2)
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: copyout_option: set IA_PD
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: client6_send: send solicit to ff02::1:2
Jun 27 00:15:03 Tick daemon.debug dhcp6c[3324]: dhcp6_reset_timer: reset a timer on pppoa-wan, state=SOLICIT, timeo=8, retrans=130032
is ff02::1:2 proper? that doesn't seem right.
I'll move back to my old firmware see if it starts working again (I have a rotation system between two identical routers)
I'll set it up tomorrow and I'll report back if I remember
Re: DHCPv6 doesn't seem to be working 
29 June 2010 at 7:42pm
OK just tried my old router, that was working on IPv6, and it's not anymore, so not sure what's going on
Re: DHCPv6 doesn't seem to be working 
1 July 2010 at 6:24pm
OK seems to be working now, mite have been a problem with clock sync
2121 Views | ||
Go to Top |