I'm trying to make it so that traffic from my HE ipv6 tunnel won't be routed onto my internal network. As far as I can tell, its firewall zone is not allowed to forward to my lan zone, and I even created a rule for all traffic from he:0.0.0.0/0 to lan:0.0.0.0/0:* to DROP the traffic. Yet I can still ping and connect to LAN systems from an external server. Here's my rules:
Pastebin of /etc/config/firewall here
Only custom rule is one to allow the tunnel itself to be connected (iptables -A INPUT -p 41 -i eth0 -j ACCEPT). It's running a somewhat outdated version of OpenWRT (10.03.1-RC6) but I wouldn't think that would prevent the firewall from blocking properly.