Comment on Tailscale difficulties
codemichael@lemmy.world 3 weeks agoIf it’s enable then this command should produce a 1
in the output
cat /proc/sys/net/ipv4/ip_forward
Comment on Tailscale difficulties
codemichael@lemmy.world 3 weeks agoIf it’s enable then this command should produce a 1
in the output
cat /proc/sys/net/ipv4/ip_forward
pirateMonkey@lemmy.world 3 weeks 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 3 weeks ago
Did you end up enabling ipv6 as well? Did that help?
pirateMonkey@lemmy.world 3 weeks ago
Yes, I believe I made the stupid mistake of not restarting after enabling. Once I did that the warning went away and I was able to enable subnets, but I’m still not able to see my local services (where I try to access via the IP of the host given by Tailscale or the magicDNS address). So, progress!