我正在使用 SSL VPN(F5 的“big-ip 边缘客户端”)来访问客户端的网络。
我注意到与其网络相关的地址是通过 VPN 路由的:
foobar@mac:~$ traceroute subdomain.client.xxx
traceroute to subdomain.client.xxx (10.254.193.78), 64 hops max, 52 byte packets
1 10.248.5.15 (10.248.5.15) 78.741 ms 78.458 ms 78.295 ms
2 10.248.5.11 (10.248.5.11) 85.875 ms 78.786 ms 78.515 ms
3 10.248.4.5 (10.248.4.5) 78.976 ms 79.368 ms 81.728 ms
虽然不在其网络上的地址不会通过 VPN 路由:
foobar@mac:~$ traceroute google.com
traceroute to google.com (172.217.17.46), 64 hops max, 52 byte packets
1 192.168.1.1 (192.168.1.1) 0.613 ms 0.326 ms 0.281 ms
2 x.qwest.net (207.109.x.x) 194.434 ms 178.721 ms 60.471 ms
3 x.inet.qwest.net (207.109.y.y) 40.290 ms 20.537 ms 20.901 ms
4 cer-edge-17.inet.qwest.net (67.14.8.90) 30.016 ms 29.993 ms 31.269 ms
5 216.111.90.126 (216.111.90.126) 103.049 ms 104.267 ms 101.551 ms
6 209.85.244.1 (209.85.244.1) 30.493 ms
209.85.143.148 (209.85.143.148) 30.415 ms
209.85.143.188 (209.85.143.188) 30.039 ms
7 72.14.237.130 (72.14.237.130) 30.311 ms
209.85.241.47 (209.85.241.47) 30.380 ms 30.432 ms
相比之下,我在另一个客户端使用了瞻博网络的 VPN。在那里,所有流量都通过 VPN 路由。
这是(拆分路由?)SSL VPN 的属性,还是客户端配置它的方式?