TODO
SSH to your UDM
ssh root@<udm ip address>
<enter the password you set when prompted>
Configure the IPv6 Tunnel - You get the addresses from the Tunnel Details page on TunnelBroker
ip tunnel add he-ipv6 mode sit remote <server ipv4 address> local <client ipv4 address> ttl 255
ip link set he-ipv6 up
ip addr add <client ipv6 address> dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr
Test Connectivity from UDM
ping 2600::
Setup Address Allocation
TODO
Yep all of that is done and seemingly working, but I've just run nmap from my vps and got this (this is the IPv6 of my UDM-SE);
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0)
25/tcp filtered smtp
80/tcp open http
443/tcp open ssl/https
465/tcp filtered smtps
6789/tcp open ibm-db2-admin?
7443/tcp open ssl/oracleas-https?
8080/tcp open http-proxy
8443/tcp open ssl/https-alt
None of these have been proactively opened by me.