Skip to content

Instantly share code, notes, and snippets.

@xpwn3rx
xpwn3rx / cl-ipv6-udm-pro.md
Last active December 30, 2025 19:44 — forked from bgrewell/he-ipv6-udm-pro.md
This gist explains how to set up IPv6 connectivity on your Ubiquiti UDM Pro or similar Ubiquiti devices using a Centurylink 6rd tunnel. Enable free IPv6 access to your network without relying on ISP support.

Forked from a lot of hard work done by Ben Grewell - Here: https://gist.github.com/bgrewell/faee67342085fb8fe98b446feeb10ced

Setup IPv6 Tunnel on Unifi Dream Machine Pro

This document has been updated based on setting this up for Centurylink 6RD IPv6

Setup Address Allocation

Run these commands from your UDM via SSH to obtain your IPv6 delegated prefix information for Centurylink:

LOCAL_IPv4=/sbin/ip route get 205.171.2.64 | awk -F"src " 'NR==1{split($2,a," ");print a[1]}'