Skip to content

Instantly share code, notes, and snippets.

@mitcdh
Created February 28, 2018 07:12
Show Gist options
  • Save mitcdh/ea9803b9158f214b130520372693b99b to your computer and use it in GitHub Desktop.
Save mitcdh/ea9803b9158f214b130520372693b99b to your computer and use it in GitHub Desktop.
USG IPv6 over PPPoE gateway config for Unifi versions 5.7.x
{
"interfaces":{
"ethernet":{
"eth0":{
"pppoe":{
"0":{
"ipv6":{
"address":{
"autoconf":"''"
},
"dup-addr-detect-transmits":"1",
"enable":"''"
}
}
}
}
}
},
"protocols":{
"static":{
"interface-route6":{
"::/0":{
"next-hop-interface":{
"pppoe0":"''"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment