如何在 MacOs 上使用 VPN 的时候管理路由
环境说明
首先链接上 VPN 网络 并查看 VPN 网卡的网关
本例中 VPN 网关是192.168.255.21
要路由的 IP 地址是10.10.10.10
(即目标服务器的 IP 地址)
增加路由
sudo route -n add -net 106.14.10.109 -netmask 255.255.255.255 -gateway 192.168.255.21
删除路由
sudo route -n add -net 106.14.10.109 -netmask 255.255.255.255 -gateway 192.168.255.21