I'm trying to secure a Ipv6 connection to my router but for some reason whatever configuration i try i always fail to even get pass the ipv6 ping test at Luci interface. I use Airties Air5650 in bridge mode and Xiaomi AC - 2350 as my router. Here is my config:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdd0:40f3:540b::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config device
option name 'eth0.1'
option macaddr '88:c3:97:85:e0:88'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option device 'eth0.2'
option proto 'pppoe'
option username '*****'
option password '*******'
option ipv6 'auto'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix '56'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 0t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 0t'
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
option ndp 'hybrid'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
list ra_flags 'none'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'wan6'
option interface 'wan6'
option ignore '1'
option ra 'relay'
option dhcpv6 'relay'
option ndp 'relay'
list ra_flags 'none'
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Realtek RTL8822CE 802.11ac PCIe Adapter
Physical Address. . . . . . . . . : 28-CD-C4-**-A1-5D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2a02:ff0:***:dc9a::e05(Preferred)
Lease Obtained. . . . . . . . . . : Tuesday, 10 May 2022 02:25:53
Lease Expires . . . . . . . . . . : Tuesday, 10 May 2022 14:25:53
IPv6 Address. . . . . . . . . . . : 2a02:ff0:***:dc9a:45ff:1e49:7ea1:cd93(Preferred)
IPv6 Address. . . . . . . . . . . : fdd0:40f3:****::e05(Preferred)
Lease Obtained. . . . . . . . . . : Tuesday, 10 May 2022 02:25:54
Lease Expires . . . . . . . . . . : Tuesday, 10 May 2022 14:25:53
IPv6 Address. . . . . . . . . . . : fdd0:****:540b:0:45ff:1e49:7ea1:cd93(Preferred)
Link-local IPv6 Address . . . . . : fe80::****:1e49:7ea1:cd93%5(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.208(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Monday, 9 May 2022 18:07:51
Lease Expires . . . . . . . . . . : Tuesday, 10 May 2022 14:25:52
Default Gateway . . . . . . . . . : fe80::8ac3:97ff:fe85:e088%5
192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 69782980
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-28-7E-D0-1A-F8-0D-AC-1A-07-4A
DNS Servers . . . . . . . . . . . : fdd0:****:540b::1
192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled