Changes
Jump to navigation
Jump to search
Line 79:
Line 79:
− +
Raspberry Pi IPv6 firewall tester installation (view source)
Revision as of 17:59, 31 December 2012
, 17:59, 31 December 2012no edit summary
# Allow router advertisements to support SLAAC address allocation
# Allow router advertisements to support SLAAC address allocation
# ensure hop-limit (hl) is 255
# ensure hop-limit (hl) is 255
-A ICMP6FLTR -p ipv6-icmp --icmpv6-type router-advertisement --match hl --hl-eq 255 -j ACCEPT
-A ICMP6FLTR -p ipv6-icmp --icmpv6-type router-advertisement --source fe80::/10 --match hl --hl-eq 255 -j ACCEPT
-A ICMP6FLTR -p ipv6-icmp --icmpv6-type router-solicitation --match hl --hl-eq 255 -j ACCEPT
-A ICMP6FLTR -p ipv6-icmp --icmpv6-type router-solicitation --match hl --hl-eq 255 -j ACCEPT
#
#