edgerouter:ipv6-no-unsolicit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
edgerouter:ipv6-no-unsolicit [2015/04/27 21:31] brielleedgerouter:ipv6-no-unsolicit [2015/04/27 21:39] (current) brielle
Line 15: Line 15:
  
     set firewall ipv6-name LAN-To-Internet default-action accept     set firewall ipv6-name LAN-To-Internet default-action accept
 +    set firewall ipv6-name LAN-To-Internet description 'LAN to Internet'
 +    set firewall ipv6-name LAN-To-Internet rule 1 action accept
 +    set firewall ipv6-name LAN-To-Internet rule 1 state established enable
 +    set firewall ipv6-name LAN-To-Internet rule 1 state related enable
 +    set firewall ipv6-name LAN-To-Internet rule 2 action drop
 +    set firewall ipv6-name LAN-To-Internet rule 2 state invalid enable
  
     # Bind LAN-To-Internet rule to LAN interface 'in'     # Bind LAN-To-Internet rule to LAN interface 'in'