Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

IPv6 dhcp

$
0
0

Hello Everyone,

I am trying setup prefix-delegation for DHCPv6  and on client I see error in debug log 

 

 

793	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	recv client: ether1-gateway fe80::822a:a8ff:fe4d:c16c -> fe80::4e5e:cff:fec4:5559	
794	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	type: advertise	
795	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	transaction-id: 52cf58	
796	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> clientid: 00030001 4c5e0cc4 5559	
797	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> serverid: 00010001 1f41edd4 802aa84d c16c	
798	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> ia_na:	
799	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	t1: 0	
800	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	t2: 0	
801	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	id: 0x1	
802	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> ia_addr:	
803	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	address: 2001:470:1d:ccd::1998	
804	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	valid time: 43200	
805	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	pref. time: 27000	
806	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> dns_servers:	
807	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	2001:xxxx:xxxx::8888	
808	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> ia_pd:	
809	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	t1: 0	
810	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	t2: 0	
811	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	id: 0x1	
812	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	-> status: 6 - no prefix	
813	Aug/13/2016 18:23:35	memory	dhcp, debug, packet	msg: No prefixes available for this interface.	
814	Aug/13/2016 18:23:35	memory	dhcp, debug	ia_pd: bad status in advertise: no prefix (6)	
731	Aug/13/2016 18:23:31	memory	dhcp, debug	resending..	

Here are DHCPv6 configuration.

 

volga629@canlrt01# show service dhcpv6-server shared-network-name def-ipv6 
 name-server 2001:4860:4860::8888
 subnet 2001:xxx:xx:xxx::/64 {
     address-range {
         start 2001:xxx:xx:xxx::10 {
             stop 2001:xxx:xx:xxx::1999
         }
     }
     prefix-delegation {
         start 2001:xxx:xx:xxx::2000 {
             prefix-length 60
         }
     }
 }

 From  EdgeMax Pro I can ping google ipv6 and it runing  last OS 1.9


Viewing all articles
Browse latest Browse all 20028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>