HE.com a IPV6 distribuce do LAN

Dobrý den
Možná se to tu už řešilo ale nemůžu to najít.
Mám tunel od HE.com, ale router mi nepřiděluje ipv6 adresy na lokální síti.

Ping6 z routru např na ipv6.google.com funguje.
Ping6 z koncového počítače na lokálních adresách funguje.

Moje konfigurace:
/etc/config/network

config interface ‘lan’
option ifname ‘eth0 eth2’
option force_link ‘1’
option type ‘bridge’
option proto ‘static’
option ip6assign ‘64’
option ipaddr ‘192.168.xxx.1’
option netmask ‘255.255.255.0’
option ip6hint ‘0’

config interface ‘wan6’
option ifname ‘@wan
option proto ‘6in4’
option mtu ‘1480’
option peeraddr ‘216.66.86.122’
option ip6prefix ‘2001:470:6f:303::/64’
option tunnelid ‘xxxxxx’
option username ‘XXXXXX’
option password ‘xxxxxx’
option ip6addr ‘2001:470:6e:303::2/64’

Ještě dopnňuji :
/etc/config/dhcp

config dnsmasq
option domainneeded ‘1’
option boguspriv ‘1’
option localise_queries ‘1’
option rebind_protection ‘1’
option rebind_localhost ‘1’
option expandhosts ‘1’
option readethers ‘1’
option leasefile ‘/tmp/dhcp.leases’
option resolvfile ‘/tmp/resolv.conf.auto’
option localservice ‘1’
option port ‘0’
option nonwildcard ‘0’
option dhcpscript ‘/etc/resolver/dhcp_host_domain_ng.py’
list server ‘8.8.8.8’
option authoritative ‘1’

config dhcp ‘lan’
option interface ‘lan’
option limit ‘100’
option leasetime ‘1h’
option start ‘100’
list dhcp_option ‘6,192.168.xxx.1’
list dns '2001:4860:4860::8888 ’
list dns ‘2001:4860:4860::8844’
option force ‘1’
option ra ‘server’
option dhcpv6 ‘server’
option ra_management ‘0’

IFSTATUS LAN
ifstatus lan
{
“up”: true,
“pending”: false,
“available”: true,
“autostart”: true,
“dynamic”: false,
“uptime”: 3688,
“l3_device”: “br-lan”,
“proto”: “static”,
“device”: “br-lan”,
“updated”: [
“addresses”
],
“metric”: 0,
“dns_metric”: 0,
“delegation”: true,
“ipv4-address”: [
{
“address”: “192.168.xxx.1”,
“mask”: 24
}
],
“ipv6-address”: [

],
"ipv6-prefix": [
	
],
"ipv6-prefix-assignment": [
	{
		"address": "2001:470:6f:303::",
		"mask": 64,
		"local-address": {
			"address": "2001:470:6f:303::1",
			"mask": 64
		}
	}
],
"route": [
	
],
"dns-server": [
	
],
"dns-search": [
	
],
"inactive": {
	"ipv4-address": [
		
	],
	"ipv6-address": [
		
	],
	"route": [
		
	],
	"dns-server": [
		
	],
	"dns-search": [
		
	]
},
"data": {
	
}

}

Nevíte včem mám chybu?
Děkuji Martinek