Wireguard Split Tunneling vs Full Tunneling
Was this helpful?
Help us improve our community guides.
Help us improve our community guides.
Connecting Your Phone to Wireguard — Step-by-step guide for your LocalNode.
Setting Up Wireguard Vpn for Remote Access — Step-by-step guide for your LocalNode.
Troubleshooting Wireguard Connection Issues — Step-by-step guide for your LocalNode.
⚠️ Advanced — requires understanding IP routing
When you connect your phone to WireGuard, you must decide what traffic goes through the tunnel. Do you want everything routed to your house, or just the traffic meant for your server?
The setting that controls this is called Allowed IPs, found inside the WireGuard app on your phone or laptop. Changing this one string of numbers drastically alters how the VPN behaves.
By default, the Allowed IPs field is set to 0.0.0.0/0, ::/0.
In networking terms, 0.0.0.0/0 means "literally every IP address on the internet".
Split tunneling tells the phone: "Only send traffic through the tunnel if I am trying to talk to the LocalNode. If I am talking to YouTube, just use the standard cellular connection."
192.168.1.0/24, 10.13.13.0/24.192.168.1.50:8096 to stream from Jellyfin instantly. You can leave the VPN running 24/7 without noticing it.💡 Tip: If you use Split Tunneling, ensure you include the WireGuard tunnel subnet (usually 10.13.13.0/24 or 10.8.0.0/24) in addition to your home LAN subnet, otherwise the connection will fail.
0.0.0.0/0.192.168.1.0/24).10.13.13.0/24).192.168.1.0/24, 10.13.13.0/24Need help? Email hello@localnode.tech or visit localnode.tech/contact.