Video suggestion: Tailscale Exit Node for safe Public Wifi Use

Good Day, I would like to ask if you could please do a tutorial on how to setup tailscale on a raspberry pi and use it to access printer and other network services on your network from anywhere as well as a exit node for internet when using public wifi.

I have tried to do it myself but never managed to get it to work.

Thank you in advance.

Not sure if there is much demand for a video on doing with a Raspberry Pi as It works best and is more practical to use pfsense as an exit node. If you want to use Raspberry Pi or really any other Linux system as an exit node you need to make sure follow their instructions and this is the one thing that people seem to skip over and that is making sure that forwarding is enabled and restarting the system once this change is made

echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf

The full write up is here: