No internet connection
  1. Home
  2. Technical Support

Ipv6: what is the state of support in 2024 for tinypilot

By Larry Rosenman @lrosenman
    2024-08-31 08:31:30.457Zassigned to
    • @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.

    • 3 replies
    1. C

      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!

      1. LLarry Rosenman @lrosenman
          2024-09-06 16:52:52.994Z

          Where would I find the network config on the tinypilot?

          1. LLarry Rosenman @lrosenman
              2024-09-06 17:03:27.102Z

              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?