Changes

Jump to navigation Jump to search
no edit summary
Line 79: Line 79:  
   # 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
 
   #
 
   #

Navigation menu