I’ve actually been looking into this some myself. There seems to be nothing in terms of documentation or walk throughs aimed at the average home based self-hoster.
I haven’t tried setting my home systems up with IPv6 yet, been working on other projects, but here is what I have figured out so far.
While they are not compatible with each other, IPv6 is essentially a 1 for 1 drop-in replacement for IPv4. The symbols are different, but they do the exact same thing in the exact same way with DNS still only providing the server’s “phone number” and the client saying which port it wants. Instead of an A record, you would use an AAAA record at the DNS provider to point to your server.
This is fine and straight forward if your running off a VPS, just point the DNS to your server’s IPv6 address. Where I’m lost at is what happens when IPv6 packets hits your home network.
Unanswered Questions:
- Are my home servers behind a NAT firewall or is the server’s address that I get from my gateway (IPv6) directly accessible from the internet.
- If I’m behind a NAT, how do I designate the port number in my reverse proxy config (Caddy Server in my case).
- If the server’s address is directly accessible via the internet without a firewall at the router, WTF is my ISP thinking!?