Skip to content

Instantly share code, notes, and snippets.

@benklop
benklop / EdgeRouter_IPv6_Commands_for_Comcast.txt
Last active December 6, 2023 05:34 — forked from mskutta/EdgeRouter_IPv6_Commands_for_Comcast.txt
EdgeRouter IPv6 Commands for Comcast
configure
# Configure Firewall
set firewall ipv6-name IPV6WAN_IN description 'IPV6WAN to internal'
set firewall ipv6-name IPV6WAN_IN default-action drop
set firewall ipv6-name IPV6WAN_IN rule 10 action accept
set firewall ipv6-name IPV6WAN_IN rule 10 state established enable
set firewall ipv6-name IPV6WAN_IN rule 10 state related enable
set firewall ipv6-name IPV6WAN_IN rule 10 log disable