Ipv6: what is the state of support in 2024 for tinypilot
- @cghague
What's the official stance on ipv6 support within tinypilot?
My colo provider is about to turn on ipv6 support and since I don't see anything ipv6 related in tinypilot's interface, I'm wondering about official support.
Thanks as always.
- CCharles Hague @cghague2024-09-03 04:36:38.808Z
Hi Larry, thanks for your great question about IPv6.
I can confirm that TinyPilot works well with IPv6, but you'll need to configure the network adapter using autoconfiguration, DHCPv6, or manually over SSH using the standard Linux tools.
I hope this is helpful. Please let me know if you have any questions!
- LLarry Rosenman @lrosenman
Where would I find the network config on the tinypilot?
- LLarry Rosenman @lrosenman
ok, I found dhcpcd.conf
--- AUTOGENERATED BY TINYPILOT - START ---
interface eth0
static ip_address=209.173.34.99/29
static routers=209.173.34.97
static ip6_address=2607:9c00:101::3/112
static domain_name_servers=209.173.34.97 8.8.8.8 1.1.1.1--- AUTOGENERATED BY TINYPILOT - END ---
how do I add the IPv6 gateway?