I'm helping someone with their Tailscale exit node on a Raspberry Pi. It was running fine until the IP forwarding on the Pi somehow disabled itself (user didn't do anything).
I had them run the following commands to re-enable IP forwarding:But running
and does not work.
I tried and also with no luck.
Any ideas other than a complete reinstall of the OS?
I had them run the following commands to re-enable IP forwarding:
Code:
echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.confCode:
echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.confCode:
sudo sysctl -p /etc/sysctl.d/99-tailscale.confCode:
systemctl status sysctlCode:
sudo systemctl start sysctlI tried
Code:
sudo apt-get install systemdCode:
systemctl daemon-reloadAny ideas other than a complete reinstall of the OS?
Statistics: Posted by TheWiredNomad — Fri Jul 19, 2024 8:00 pm — Replies 2 — Views 66