Skip to content

Instantly share code, notes, and snippets.

@bruvv
Last active September 21, 2021 10:43
Show Gist options
  • Save bruvv/5e0ba7fc9125d0b6b2bda808ffbe90a4 to your computer and use it in GitHub Desktop.
Save bruvv/5e0ba7fc9125d0b6b2bda808ffbe90a4 to your computer and use it in GitHub Desktop.
Fix KPN ipv6 with UDM (pro)

Steps

  1. Get into the unifios shell on your udm

    unifi-os shell
  2. Download udm-boot_1.0.5_all.deb and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev

    curl -L https://udm-boot.boostchicken.dev -o udm-boot_*_all.deb
    dpkg -i udm-boot_*_all.deb
    exit
  3. install the ipv6 fix for KPN:

    cd /mnt/data/on_boot.d/10-fix_ipv6.sh
    curl -L https://udm-boot.boostchicken.dev -o udm-boot_*_all.deb
    dpkg -i udm-boot_*_all.deb
    exit

(source: https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script#steps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment