I'm using a GL-X3000 router and trying to access my devices via IPv6 from the internet. I've SSHed into the router and changed my firewall rules, but I'm still unable to establish a connection. Here’s what I’ve done so far:
config zone
option name 'wan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'ACCEPT'
option masq '1'
option mtu_fix '1'
config rule
option name 'Allow-IPv6-WAN'
option src 'wan'
option proto 'tcp udp'
option target 'ACCEPT'
option family 'ipv6'
Despite these steps, I'm still unable to access my devices. I suspect there might be an issue with the IPv6 firewall rules or a misconfiguration I might have overlooked.
Any advice on what could be causing this or how to properly configure the firewall to allow IPv6 traffic would be greatly appreciated!