Skip to content

Instantly share code, notes, and snippets.

@KA2107
Created June 14, 2021 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KA2107/f880f9edc9651a9c01aeb29c6f8d8f98 to your computer and use it in GitHub Desktop.
Save KA2107/f880f9edc9651a9c01aeb29c6f8d8f98 to your computer and use it in GitHub Desktop.
TP-Link Archer A7 v5 - OpenWRT 21.02.0-rc2 - /etc/config/firewall - DHCPv6 Rules
config rule
option name 'Allow DHCPv6 Relay (546-to-547)'
option src 'wan'
option proto 'udp'
option family 'ipv6'
option target 'ACCEPT'
option src_port '546'
option dest_port '547'
list src_ip 'fc00::/6'
list dest_ip 'fc00::/6'
config rule
option name 'Allow DHCPv6 Relay (547-to-546)'
option src 'wan'
option proto 'udp'
option family 'ipv6'
option target 'ACCEPT'
option src_port '547'
option dest_port '546'
list src_ip 'fc00::/6'
list dest_ip 'fc00::/6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment