IPv6 Porn

Enable IPv6

Short setup notes for common NZ routers. Router menus may vary between models and firmware so you may need to dig out the manual or do a quick duckduckgo if you get stuck here.

Before you start

One NZ, 2degrees, and other ISP gateways

ISP-supplied gateways often have IPv6 on already when the service supports it. If your provider does not offer IPv6 (Spark is a common example), the gateway settings will not help.

ASUS

MikroTik RouterOS

Winbox or WebFig works the same. Replace the WAN interface name with yours (pppoe-out1, vlan10, ether1, etc.).

  1. Enable IPv6 package if needed: System → Packages (RouterOS v6) or confirm IPv6 is available (v7).
  2. IPv6 → DHCP Client → Add on the WAN interface.
    • Request: prefix (and address if your ISP needs it)
    • Pool name: e.g. pd-pool
  3. IPv6 → Address → Add on your LAN bridge/interface using pd-pool (from-pool), advertise enabled.
  4. IPv6 → ND on the LAN: advertise = yes so clients get SLAAC.
  5. Allow IPv6 through the firewall (forward/input accept for established/related, and LAN→WAN).

Quick CLI sketch:

/ipv6 dhcp-client
add interface=pppoe-out1 pool-name=pd-pool request=prefix use-peer-dns=yes

/ipv6 address
add address=::1/64 from-pool=pd-pool interface=bridge advertise=yes

/ipv6 nd
set [find interface=bridge] advertise=yes

Ubiquiti UniFi

Netgear

Still stuck?

Back to IPv6 Porn · then refresh once IPv6 is up.