Skip to main content

Setting Up Tailscale

Tailscale Commands for Exit Node/Enable Subnets

Taiscale firewall and opening exit node commands

Reference: https://tailscale.com/kb/1019/subnets/?tab=linux

EXIT Node/Subnet Enable Command

sudo tailscale up --advertise-routes=192.168.1.0/24 --accept-routes --advertise-exit-node

Allowing ipv4 through exit node

echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
sudo sysctl -p /etc/sysctl.d/99-tailscale.conf

"Buy Me A Coffee"