codemichael
@codemichael@lemmy.world
- Comment on Tailscale difficulties 1 day ago:
Did you end up enabling ipv6 as well? Did that help?
- Comment on Tailscale difficulties 1 day ago:
If it’s enable then this command should produce a
1
in the outputcat /proc/sys/net/ipv4/ip_forward
- Comment on Tailscale difficulties 1 day 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 Restricted Tailscale docker instance 5 months ago:
Yes, you can run Tailscale in a container. You could create a second VLAN, attach it to your hosts interface, add a macvlan docker interface to the container and put it directly on your network.
If you have concerns about the software running on your host I would recommend getting a dedicated piece of hardware instead (rpi, zimaboard, etc).
How paranoid are you wanting to be? You can either go Headscale, or Tailnet Lock (my preference) to give your self some peace of mind. It completely depends on your threat model, which you didn’t mention.