admin:network:connectbox

upc Connect Box

aka: Ziggo Connect Box, Unitymedia Connect Box, Compal CH7465LG-ZG

  • rapid-commit is broken ("The Connect Box supports rapid-commit and responds directly with a DHCP6 REPLY message. However, the resulting prefix-delegation does not work – it looks like the route has not been installed.")
  • delegated prefixes are not persistent – it's like dynamic IPv6. An abomination.
interfaces ethernet wan0 dhcpv6-pd {
   pd 0 {
       interface switch0 {
           host-address ::1
           no-dns
           prefix-id :0
           service slaac
       }
       prefix-length /60
   }
   rapid-commit disable
}
  • Last modified: 2019-12-20 14:21