ip6tables -A INPUT -p tcp --dport 80 -j ACCEPT on the ONT while keeping the firewall settings at low. And the requests to port 80 are still dropped (IPv6) ?brctl show ?ip6tables -I INPUT -p tcp --dport 80 -j ACCEPT[root@AONT: /]# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.4033063cb55e no ecd0
eth0.0
eth1.0
eth2.0
eth3.0
ra0.v0
ra1.v0
ra2.v0
ra3.v0
ra4.v0
rai0.v0
rai1.v0
rai2.v0
rai3.v0
rai4.v0
br_sfu 8000.4033063cb55e no wan0
-I is not working too...Yestrying to connect to port 80 of a device in your LAN from the internet
ipv6-mirror.albony.xyztcpdump -nnvvee -i any port 80
ip6tables -I FORWARD -j ACCEPT
$ nc -zv ipv6-mirror.albony.xyz 80
Connection to ipv6-mirror.albony.xyz (<redacted>) 80 port [tcp/http] succeeded!