wpte
As the starting point, could you add following recommended rules to your script
Code:
# Disable processing of any RH0 packet
# Which could allow a ping-pong of packets
ip6tables -A INPUT -m rt --rt-type 0 -j DROP
ip6tables -A OUTPUT -m rt --rt-type 0 -j DROP
ip6tables -A FORWARD -m rt --rt-type 0 -j DROP
apply rules, issue
Code:
ip6tables-save >/tmp/filter6_rules
and send result to me?
I will inject this basic rules to rc, commit to svn trunk, and then you can test new version.