Skip to content

Instantly share code, notes, and snippets.

@notfromstatefarm
Created June 30, 2022 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notfromstatefarm/74b3248b9081108fc73d5f83f3a09353 to your computer and use it in GitHub Desktop.
Save notfromstatefarm/74b3248b9081108fc73d5f83f3a09353 to your computer and use it in GitHub Desktop.
Split tunnel Zoom
# Zoom split tunneling
# IP addresses sourced from https://assets.zoom.us/docs/ipranges/ZoomMeetings.txt
# This will route all traffic to Zoom through the client's default network gateway instead of through the VPN
# effectively bypassing the VPN for Zoom calls.
push "route 3.7.35.0 255.255.255.128 net_gateway 1"
push "route 3.21.137.128 255.255.255.128 net_gateway 1"
push "route 3.22.11.0 255.255.255.0 net_gateway 1"
push "route 3.23.93.0 255.255.255.0 net_gateway 1"
push "route 3.25.41.128 255.255.255.128 net_gateway 1"
push "route 3.25.42.0 255.255.255.128 net_gateway 1"
push "route 3.25.49.0 255.255.255.0 net_gateway 1"
push "route 3.80.20.128 255.255.255.128 net_gateway 1"
push "route 3.96.19.0 255.255.255.0 net_gateway 1"
push "route 3.101.32.128 255.255.255.128 net_gateway 1"
push "route 3.101.52.0 255.255.255.128 net_gateway 1"
push "route 3.104.34.128 255.255.255.128 net_gateway 1"
push "route 3.120.121.0 255.255.255.128 net_gateway 1"
push "route 3.127.194.128 255.255.255.128 net_gateway 1"
push "route 3.208.72.0 255.255.255.128 net_gateway 1"
push "route 3.211.241.0 255.255.255.128 net_gateway 1"
push "route 3.235.69.0 255.255.255.128 net_gateway 1"
push "route 3.235.71.128 255.255.255.128 net_gateway 1"
push "route 3.235.72.128 255.255.255.128 net_gateway 1"
push "route 3.235.73.0 255.255.255.128 net_gateway 1"
push "route 3.235.82.0 255.255.254.0 net_gateway 1"
push "route 3.235.96.0 255.255.254.0 net_gateway 1"
push "route 4.34.125.128 255.255.255.128 net_gateway 1"
push "route 4.35.64.128 255.255.255.128 net_gateway 1"
push "route 8.5.128.0 255.255.254.0 net_gateway 1"
push "route 13.52.6.128 255.255.255.128 net_gateway 1"
push "route 13.52.146.0 255.255.255.128 net_gateway 1"
push "route 18.157.88.0 255.255.255.0 net_gateway 1"
push "route 18.205.93.128 255.255.255.128 net_gateway 1"
push "route 20.203.158.80 255.255.255.240 net_gateway 1"
push "route 20.203.190.192 255.255.255.192 net_gateway 1"
push "route 50.239.202.0 255.255.254.0 net_gateway 1"
push "route 50.239.204.0 255.255.255.0 net_gateway 1"
push "route 52.61.100.128 255.255.255.128 net_gateway 1"
push "route 52.202.62.192 255.255.255.192 net_gateway 1"
push "route 52.215.168.0 255.255.255.128 net_gateway 1"
push "route 64.125.62.0 255.255.255.0 net_gateway 1"
push "route 64.211.144.0 255.255.255.0 net_gateway 1"
push "route 64.224.32.0 255.255.224.0 net_gateway 1"
push "route 65.39.152.0 255.255.255.0 net_gateway 1"
push "route 69.174.57.0 255.255.255.0 net_gateway 1"
push "route 69.174.108.0 255.255.252.0 net_gateway 1"
push "route 99.79.20.0 255.255.255.128 net_gateway 1"
push "route 101.36.167.0 255.255.255.0 net_gateway 1"
push "route 101.36.170.0 255.255.254.0 net_gateway 1"
push "route 103.122.166.0 255.255.254.0 net_gateway 1"
push "route 111.33.115.0 255.255.255.128 net_gateway 1"
push "route 111.33.181.0 255.255.255.128 net_gateway 1"
push "route 115.110.154.192 255.255.255.192 net_gateway 1"
push "route 115.114.56.192 255.255.255.192 net_gateway 1"
push "route 115.114.115.0 255.255.255.192 net_gateway 1"
push "route 115.114.131.0 255.255.255.192 net_gateway 1"
push "route 120.29.148.0 255.255.255.0 net_gateway 1"
push "route 129.151.1.128 255.255.255.224 net_gateway 1"
push "route 129.151.1.192 255.255.255.224 net_gateway 1"
push "route 129.151.2.0 255.255.255.224 net_gateway 1"
push "route 129.151.3.160 255.255.255.224 net_gateway 1"
push "route 129.151.7.96 255.255.255.224 net_gateway 1"
push "route 129.151.11.64 255.255.255.224 net_gateway 1"
push "route 129.151.11.128 255.255.255.224 net_gateway 1"
push "route 129.151.12.0 255.255.255.224 net_gateway 1"
push "route 129.151.13.64 255.255.255.224 net_gateway 1"
push "route 129.151.15.224 255.255.255.224 net_gateway 1"
push "route 129.151.16.0 255.255.255.224 net_gateway 1"
push "route 129.151.31.224 255.255.255.224 net_gateway 1"
push "route 129.151.40.0 255.255.255.128 net_gateway 1"
push "route 129.151.40.160 255.255.255.224 net_gateway 1"
push "route 129.151.40.192 255.255.255.224 net_gateway 1"
push "route 129.151.41.0 255.255.255.128 net_gateway 1"
push "route 129.151.41.192 255.255.255.192 net_gateway 1"
push "route 129.151.42.0 255.255.255.224 net_gateway 1"
push "route 129.151.42.64 255.255.255.224 net_gateway 1"
push "route 129.151.42.128 255.255.255.192 net_gateway 1"
push "route 129.151.42.224 255.255.255.224 net_gateway 1"
push "route 129.151.43.0 255.255.255.224 net_gateway 1"
push "route 129.151.43.64 255.255.255.192 net_gateway 1"
push "route 129.151.48.0 255.255.255.224 net_gateway 1"
push "route 129.151.48.160 255.255.255.224 net_gateway 1"
push "route 129.151.49.0 255.255.255.192 net_gateway 1"
push "route 129.151.49.96 255.255.255.224 net_gateway 1"
push "route 129.151.49.128 255.255.255.224 net_gateway 1"
push "route 129.151.49.192 255.255.255.192 net_gateway 1"
push "route 129.151.50.0 255.255.255.224 net_gateway 1"
push "route 129.151.50.64 255.255.255.224 net_gateway 1"
push "route 129.151.52.128 255.255.255.192 net_gateway 1"
push "route 129.151.53.32 255.255.255.224 net_gateway 1"
push "route 129.151.53.224 255.255.255.224 net_gateway 1"
push "route 129.151.55.32 255.255.255.224 net_gateway 1"
push "route 129.151.56.32 255.255.255.224 net_gateway 1"
push "route 129.151.57.32 255.255.255.224 net_gateway 1"
push "route 129.151.60.192 255.255.255.224 net_gateway 1"
push "route 129.159.2.32 255.255.255.224 net_gateway 1"
push "route 129.159.2.192 255.255.255.224 net_gateway 1"
push "route 129.159.3.0 255.255.255.0 net_gateway 1"
push "route 129.159.4.0 255.255.254.0 net_gateway 1"
push "route 129.159.6.0 255.255.255.224 net_gateway 1"
push "route 129.159.6.96 255.255.255.224 net_gateway 1"
push "route 129.159.6.128 255.255.255.192 net_gateway 1"
push "route 129.159.6.192 255.255.255.224 net_gateway 1"
push "route 129.159.160.0 255.255.255.192 net_gateway 1"
push "route 129.159.160.64 255.255.255.224 net_gateway 1"
push "route 129.159.163.0 255.255.255.192 net_gateway 1"
push "route 129.159.163.160 255.255.255.224 net_gateway 1"
push "route 129.159.208.0 255.255.248.0 net_gateway 1"
push "route 129.159.216.0 255.255.255.192 net_gateway 1"
push "route 129.159.216.64 255.255.255.224 net_gateway 1"
push "route 129.159.216.128 255.255.255.192 net_gateway 1"
push "route 130.61.164.0 255.255.252.0 net_gateway 1"
push "route 132.226.176.0 255.255.255.128 net_gateway 1"
push "route 132.226.176.128 255.255.255.192 net_gateway 1"
push "route 132.226.177.96 255.255.255.224 net_gateway 1"
push "route 132.226.177.128 255.255.255.128 net_gateway 1"
push "route 132.226.178.0 255.255.255.224 net_gateway 1"
push "route 132.226.178.128 255.255.255.224 net_gateway 1"
push "route 132.226.178.224 255.255.255.224 net_gateway 1"
push "route 132.226.179.0 255.255.255.224 net_gateway 1"
push "route 132.226.179.64 255.255.255.224 net_gateway 1"
push "route 132.226.180.128 255.255.255.224 net_gateway 1"
push "route 132.226.183.160 255.255.255.224 net_gateway 1"
push "route 132.226.185.192 255.255.255.224 net_gateway 1"
push "route 134.224.0.0 255.255.0.0 net_gateway 1"
push "route 140.238.128.0 255.255.255.0 net_gateway 1"
push "route 140.238.232.0 255.255.252.0 net_gateway 1"
push "route 144.195.0.0 255.255.0.0 net_gateway 1"
push "route 147.124.96.0 255.255.224.0 net_gateway 1"
push "route 149.137.0.0 255.255.128.0 net_gateway 1"
push "route 150.230.224.0 255.255.255.128 net_gateway 1"
push "route 150.230.224.128 255.255.255.192 net_gateway 1"
push "route 150.230.224.224 255.255.255.224 net_gateway 1"
push "route 152.67.20.0 255.255.255.0 net_gateway 1"
push "route 152.67.118.0 255.255.255.0 net_gateway 1"
push "route 152.67.168.0 255.255.252.0 net_gateway 1"
push "route 152.67.180.0 255.255.255.0 net_gateway 1"
push "route 152.67.184.32 255.255.255.224 net_gateway 1"
push "route 152.67.240.0 255.255.248.0 net_gateway 1"
push "route 152.70.0.0 255.255.255.128 net_gateway 1"
push "route 152.70.0.128 255.255.255.192 net_gateway 1"
push "route 152.70.0.224 255.255.255.224 net_gateway 1"
push "route 152.70.1.0 255.255.255.128 net_gateway 1"
push "route 152.70.1.128 255.255.255.192 net_gateway 1"
push "route 152.70.1.192 255.255.255.224 net_gateway 1"
push "route 152.70.2.0 255.255.255.192 net_gateway 1"
push "route 152.70.7.192 255.255.255.224 net_gateway 1"
push "route 152.70.10.32 255.255.255.224 net_gateway 1"
push "route 152.70.224.32 255.255.255.224 net_gateway 1"
push "route 152.70.224.64 255.255.255.192 net_gateway 1"
push "route 152.70.224.160 255.255.255.224 net_gateway 1"
push "route 152.70.224.192 255.255.255.224 net_gateway 1"
push "route 152.70.225.0 255.255.255.128 net_gateway 1"
push "route 152.70.225.160 255.255.255.224 net_gateway 1"
push "route 152.70.225.192 255.255.255.224 net_gateway 1"
push "route 152.70.226.0 255.255.255.224 net_gateway 1"
push "route 152.70.227.96 255.255.255.224 net_gateway 1"
push "route 152.70.227.192 255.255.255.224 net_gateway 1"
push "route 152.70.228.0 255.255.255.224 net_gateway 1"
push "route 152.70.228.64 255.255.255.224 net_gateway 1"
push "route 152.70.228.128 255.255.255.224 net_gateway 1"
push "route 156.45.0.0 255.255.128.0 net_gateway 1"
push "route 158.101.64.0 255.255.255.0 net_gateway 1"
push "route 158.101.184.0 255.255.254.0 net_gateway 1"
push "route 158.101.186.0 255.255.255.128 net_gateway 1"
push "route 158.101.186.128 255.255.255.224 net_gateway 1"
push "route 158.101.186.192 255.255.255.192 net_gateway 1"
push "route 158.101.187.0 255.255.255.128 net_gateway 1"
push "route 158.101.187.160 255.255.255.224 net_gateway 1"
push "route 158.101.187.192 255.255.255.192 net_gateway 1"
push "route 160.1.56.128 255.255.255.128 net_gateway 1"
push "route 161.199.136.0 255.255.252.0 net_gateway 1"
push "route 162.12.232.0 255.255.252.0 net_gateway 1"
push "route 162.255.36.0 255.255.252.0 net_gateway 1"
push "route 165.254.88.0 255.255.254.0 net_gateway 1"
push "route 166.108.64.0 255.255.192.0 net_gateway 1"
push "route 168.138.16.0 255.255.252.0 net_gateway 1"
push "route 168.138.48.0 255.255.255.0 net_gateway 1"
push "route 168.138.56.0 255.255.248.0 net_gateway 1"
push "route 168.138.72.0 255.255.255.0 net_gateway 1"
push "route 168.138.74.0 255.255.255.128 net_gateway 1"
push "route 168.138.80.0 255.255.255.128 net_gateway 1"
push "route 168.138.80.128 255.255.255.192 net_gateway 1"
push "route 168.138.80.224 255.255.255.224 net_gateway 1"
push "route 168.138.81.0 255.255.255.0 net_gateway 1"
push "route 168.138.82.0 255.255.254.0 net_gateway 1"
push "route 168.138.84.0 255.255.255.128 net_gateway 1"
push "route 168.138.84.128 255.255.255.224 net_gateway 1"
push "route 168.138.84.192 255.255.255.192 net_gateway 1"
push "route 168.138.85.0 255.255.255.0 net_gateway 1"
push "route 168.138.86.0 255.255.254.0 net_gateway 1"
push "route 168.138.96.0 255.255.252.0 net_gateway 1"
push "route 168.138.116.0 255.255.255.224 net_gateway 1"
push "route 168.138.116.64 255.255.255.224 net_gateway 1"
push "route 168.138.116.128 255.255.255.224 net_gateway 1"
push "route 168.138.116.224 255.255.255.224 net_gateway 1"
push "route 168.138.117.0 255.255.255.224 net_gateway 1"
push "route 168.138.117.96 255.255.255.224 net_gateway 1"
push "route 168.138.117.128 255.255.255.224 net_gateway 1"
push "route 168.138.118.0 255.255.255.224 net_gateway 1"
push "route 168.138.118.160 255.255.255.224 net_gateway 1"
push "route 168.138.118.224 255.255.255.224 net_gateway 1"
push "route 168.138.119.0 255.255.255.224 net_gateway 1"
push "route 168.138.119.128 255.255.255.224 net_gateway 1"
push "route 168.138.244.0 255.255.255.0 net_gateway 1"
push "route 170.114.0.0 255.255.0.0 net_gateway 1"
push "route 173.231.80.0 255.255.240.0 net_gateway 1"
push "route 192.204.12.0 255.255.252.0 net_gateway 1"
push "route 193.122.16.0 255.255.255.128 net_gateway 1"
push "route 193.122.16.192 255.255.255.224 net_gateway 1"
push "route 193.122.17.0 255.255.255.192 net_gateway 1"
push "route 193.122.17.64 255.255.255.224 net_gateway 1"
push "route 193.122.17.224 255.255.255.224 net_gateway 1"
push "route 193.122.18.32 255.255.255.224 net_gateway 1"
push "route 193.122.18.64 255.255.255.192 net_gateway 1"
push "route 193.122.18.160 255.255.255.224 net_gateway 1"
push "route 193.122.18.192 255.255.255.224 net_gateway 1"
push "route 193.122.19.0 255.255.255.224 net_gateway 1"
push "route 193.122.19.160 255.255.255.224 net_gateway 1"
push "route 193.122.19.192 255.255.255.224 net_gateway 1"
push "route 193.122.20.224 255.255.255.224 net_gateway 1"
push "route 193.122.21.96 255.255.255.224 net_gateway 1"
push "route 193.122.32.0 255.255.255.224 net_gateway 1"
push "route 193.122.40.0 255.255.252.0 net_gateway 1"
push "route 193.122.44.0 255.255.255.0 net_gateway 1"
push "route 193.122.45.32 255.255.255.224 net_gateway 1"
push "route 193.122.45.64 255.255.255.192 net_gateway 1"
push "route 193.122.45.128 255.255.255.128 net_gateway 1"
push "route 193.122.46.0 255.255.254.0 net_gateway 1"
push "route 193.122.208.96 255.255.255.224 net_gateway 1"
push "route 193.122.216.32 255.255.255.224 net_gateway 1"
push "route 193.122.222.0 255.255.255.224 net_gateway 1"
push "route 193.122.223.128 255.255.255.224 net_gateway 1"
push "route 193.122.226.160 255.255.255.224 net_gateway 1"
push "route 193.122.231.192 255.255.255.224 net_gateway 1"
push "route 193.122.232.160 255.255.255.224 net_gateway 1"
push "route 193.122.237.64 255.255.255.224 net_gateway 1"
push "route 193.122.244.160 255.255.255.224 net_gateway 1"
push "route 193.122.244.224 255.255.255.224 net_gateway 1"
push "route 193.122.245.0 255.255.255.224 net_gateway 1"
push "route 193.122.247.96 255.255.255.224 net_gateway 1"
push "route 193.122.252.192 255.255.255.224 net_gateway 1"
push "route 193.123.0.0 255.255.224.0 net_gateway 1"
push "route 193.123.40.0 255.255.248.0 net_gateway 1"
push "route 193.123.128.0 255.255.224.0 net_gateway 1"
push "route 193.123.168.0 255.255.248.0 net_gateway 1"
push "route 193.123.192.224 255.255.255.224 net_gateway 1"
push "route 193.123.193.0 255.255.255.224 net_gateway 1"
push "route 193.123.193.96 255.255.255.224 net_gateway 1"
push "route 193.123.194.96 255.255.255.224 net_gateway 1"
push "route 193.123.194.128 255.255.255.224 net_gateway 1"
push "route 193.123.194.224 255.255.255.224 net_gateway 1"
push "route 193.123.195.0 255.255.255.224 net_gateway 1"
push "route 193.123.196.0 255.255.255.224 net_gateway 1"
push "route 193.123.196.192 255.255.255.224 net_gateway 1"
push "route 193.123.197.0 255.255.255.224 net_gateway 1"
push "route 193.123.197.64 255.255.255.224 net_gateway 1"
push "route 193.123.198.64 255.255.255.224 net_gateway 1"
push "route 193.123.198.160 255.255.255.224 net_gateway 1"
push "route 193.123.199.64 255.255.255.224 net_gateway 1"
push "route 193.123.200.128 255.255.255.224 net_gateway 1"
push "route 193.123.201.32 255.255.255.224 net_gateway 1"
push "route 193.123.201.224 255.255.255.224 net_gateway 1"
push "route 193.123.202.64 255.255.255.224 net_gateway 1"
push "route 193.123.202.128 255.255.255.192 net_gateway 1"
push "route 193.123.203.0 255.255.255.224 net_gateway 1"
push "route 193.123.203.160 255.255.255.224 net_gateway 1"
push "route 193.123.203.192 255.255.255.224 net_gateway 1"
push "route 193.123.204.0 255.255.255.224 net_gateway 1"
push "route 193.123.204.64 255.255.255.224 net_gateway 1"
push "route 193.123.205.64 255.255.255.192 net_gateway 1"
push "route 193.123.205.128 255.255.255.224 net_gateway 1"
push "route 193.123.206.32 255.255.255.224 net_gateway 1"
push "route 193.123.206.128 255.255.255.224 net_gateway 1"
push "route 193.123.207.32 255.255.255.224 net_gateway 1"
push "route 193.123.208.160 255.255.255.224 net_gateway 1"
push "route 193.123.209.0 255.255.255.224 net_gateway 1"
push "route 193.123.209.96 255.255.255.224 net_gateway 1"
push "route 193.123.210.64 255.255.255.224 net_gateway 1"
push "route 193.123.211.224 255.255.255.224 net_gateway 1"
push "route 193.123.212.128 255.255.255.224 net_gateway 1"
push "route 193.123.215.192 255.255.255.192 net_gateway 1"
push "route 193.123.216.64 255.255.255.224 net_gateway 1"
push "route 193.123.216.128 255.255.255.224 net_gateway 1"
push "route 193.123.217.160 255.255.255.224 net_gateway 1"
push "route 193.123.219.64 255.255.255.224 net_gateway 1"
push "route 193.123.220.224 255.255.255.224 net_gateway 1"
push "route 193.123.222.64 255.255.255.224 net_gateway 1"
push "route 193.123.222.224 255.255.255.224 net_gateway 1"
push "route 198.251.128.0 255.255.128.0 net_gateway 1"
push "route 202.177.207.128 255.255.255.224 net_gateway 1"
push "route 204.80.104.0 255.255.248.0 net_gateway 1"
push "route 204.141.28.0 255.255.252.0 net_gateway 1"
push "route 206.247.0.0 255.255.0.0 net_gateway 1"
push "route 207.226.132.0 255.255.255.0 net_gateway 1"
push "route 209.9.211.0 255.255.255.0 net_gateway 1"
push "route 209.9.215.0 255.255.255.0 net_gateway 1"
push "route 213.19.144.0 255.255.255.0 net_gateway 1"
push "route 213.19.153.0 255.255.255.0 net_gateway 1"
push "route 213.244.140.0 255.255.255.0 net_gateway 1"
push "route 221.122.63.0 255.255.255.0 net_gateway 1"
push "route 221.122.64.0 255.255.255.0 net_gateway 1"
push "route 221.122.88.64 255.255.255.224 net_gateway 1"
push "route 221.122.88.128 255.255.255.128 net_gateway 1"
push "route 221.122.89.128 255.255.255.128 net_gateway 1"
push "route 221.123.139.192 255.255.255.224 net_gateway 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment