IPv6 VPN: Wireguard VPN Server with IPv6 Tunnel Broker, the systemd-networkd Way
Saturday, January 9, 2021
Finally, no /etc/network/interfaces and wg-quick
I like IPv6, but Cox’s IPv6 network is suboptimal.
I like the idea of a VPN providing millions of IPv6 addresses to its clients.
Wireguard, it seems, is the obvious choice for creating an IPv6 VPN.
Yes, I did set up Wireguard servers before using Debian, /etc/network/interfaces and wg-quick. It was not the best experience. Since I was using Hurricane Electric’s IPv6 tunnel broker to provide public IPv6 addresses to clients, I need to write the tunnel configuration in /etc/network/interfaces, and then set up Wireguard with wg-quick.…