Temat: [SOLVED]Nftables w OpenWRT nie przepuszcza ruchu Ipv6
Cześć
Ipv6 mam w ramach interfejsu 6in4-henet.
Na routerze Ipv6 chodzi prawidłowo:
# OpenWRT ### 09:36 Router : ~
# root ~> ping6 -c1 google.com
PING google.com (2a00:1450:401b:810::200e): 56 data bytes
64 bytes from 2a00:1450:401b:810::200e: seq=0 ttl=121 time=14.238 ms
--- google.com ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 14.238/14.238/14.238 msale z komputera już nie
ping6 -c1 google.com
PING google.com(waw07s06-in-x0e.1e100.net (2a00:1450:401b:80e::200e)) 56 data bytes
From 2001:470:71:11::1 (2001:470:71:11::1) icmp_seq=1 Destination unreachable: Port unreachable
--- google.com ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0msRouting na obu urządzeniach się zgadza, adresy komputer dostaje przez autokonfigurację bezstanową
# ip -6 r s
2001:470:71:11::/64 dev net proto kernel metric 256 pref medium
fd2c:9fd7:c7c1::/64 dev net proto kernel metric 256 pref medium
fe80::/64 dev net proto kernel metric 256 pref medium
default via fe80::a263:91ff:fe7d:585a dev net proto ra metric 1024 expires 1454sec mtu 1280 hoplimit 64 pref mediumNa OpenWRT 21.02 z iptables wszystko brykało poprawnie w takiej samej konfiguracji.
Po wyłączeniu firewalla przez
/etc/init.d/firewall stop
Ipv6 działa normalnie.