A VPN that jumps several times between dummy ISPs before making its way to the server (exit node).
Server Setup
LXC Setup
Proxmox Setup
curl -fsSL https://tailscale.com/install.sh | sh
nano /etc/sysctl.conf
and uncomment these linesreboot
- Follow this guide:
NETDEV=$(ip -o route get 8.8.8.8 | cut -f 5 -d " ")
sudo ethtool -K $NETDEV rx-udp-gro-forwarding on rx-gro-list off
printf '#!/bin/sh\n\nethtool -K %s rx-udp-gro-forwarding on rx-gro-list off \n' "$(ip -o route get 8.8.8.8 | cut -f 5 -d " ")" | sudo tee /etc/networkd-dispatcher/routable.d/50-tailscale
sudo chmod 755 /etc/networkd-dispatcher/routable.d/50-tailscale
sudo /etc/networkd-dispatcher/routable.d/50-tailscale
test $? -eq 0 || echo 'An error occurred.'
tailscale up --advertise-routes=192.168.2.0/24 --advertise-exit-node
Client Setup
- Ensure you have a tailscale account
curl -fsSL https://tailscale.com/install.sh | sh
systemctl start tailscaled
tailscale up --accept-routes