Comment on Tailscale difficulties
codemichael@lemmy.world 2 days ago
Read this section on setting up forwarding on Linux. You’ll want to do this on the host that is running docker and it should carry down into the container itself.
Comment on Tailscale difficulties
codemichael@lemmy.world 2 days ago
Read this section on setting up forwarding on Linux. You’ll want to do this on the host that is running docker and it should carry down into the container itself.
pirateMonkey@lemmy.world 2 days ago
Thanks, I did check that my machine had IP forwarding enabled, and it does. I also ran those lines to create the config file as well, but that didn’t change anything. And I do have the lines in my compose file to advertise routes.
codemichael@lemmy.world 1 day ago
If it’s enable then this command should produce a
1
in the outputcat /proc/sys/net/ipv4/ip_forward
pirateMonkey@lemmy.world 1 day ago
Yes, it does (been checking with sysctl net.ipv4.ip_forward, but guess it’s the same thing). It seems like the issue may be that IPv6 may not be enabled within the container. It’s enabled on the host, but the docker logs say ipv6 forwarding is not enabled.
codemichael@lemmy.world 1 day ago
Did you end up enabling ipv6 as well? Did that help?