Skip to content

Instantly share code, notes, and snippets.

@nomaster
Created March 14, 2020 10:03
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 nomaster/2c26bec701e72b53c2276e46eda39aac to your computer and use it in GitHub Desktop.
Save nomaster/2c26bec701e72b53c2276e46eda39aac to your computer and use it in GitHub Desktop.
UniFi office.nomaster.cc
config.system_cfg.1=ebtables.101.cmd=-t nat -I GUESTIN 1 -p IPv6 -d b4:fb:e4:24:0a:f1 -j ACCEPT
config.system_cfg.2=ebtables.102.cmd=-t nat -I GUESTIN 3 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type router-solicitation -j ACCEPT
config.system_cfg.3=ebtables.103.cmd=-t nat -I GUESTIN 4 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type neighbour-advertisement -j ACCEPT
config.system_cfg.4=ebtables.104.cmd=-t nat -I GUESTIN 5 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type neighbour-solicitation -j ACCEPT
config.system_cfg.5=ebtables.105.cmd=-t nat -I GUESTOUT 1 -p IPv6 -s b4:fb:e4:24:0a:f1 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment