0

我对 VPN 或网络没有任何经验。
我可以使用 Windows 机器(GlobalProtect 客户端)连接到公司的 VPN,但我使用的是 Linux。
我以前可以使用 Network-Manager 连接到 VPN,但现在不行了(我无法登录到 VPN,似乎--os=win需要该参数)。
我可以使用命令行毫无问题地连接到 VPN(没有错误),但无法连接到公司的计算机(管理员说他不会阻止任何东西)。
openconnect --protocol=gp vpn.host.com --os=win --csd-wrapper=hipreport.sh

在连接到 VPN 之前:

$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG    600    0        0 wlp31s0
192.168.0.0     0.0.0.0         255.255.255.0   U     600    0        0 wlp31s0

连接到 VPN 后:

$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG    600    0        0 wlp31s0
10.1.6.31       0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.1.6.32       0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.1.13.73      0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.1.13.74      0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.7.12.68      0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.7.20.0       0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.7.21.0       0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.7.26.0       0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.8.242.121    0.0.0.0         255.255.255.255 UH    0      0        0 tun0
10.10.190.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.90.0      0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.93.0      0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.98.0      0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.130.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.155.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.162.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.169.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
10.63.210.0     0.0.0.0         255.255.255.0   U     0      0        0 tun0
[vpn_host_IP]  192.168.0.1     255.255.255.255 UGH   0      0        0 wlp31s0
192.168.0.0     0.0.0.0         255.255.255.0   U     600    0        0 wlp31s0

$ ip route        
default via 192.168.0.1 dev wlp31s0 proto dhcp metric 600 
10.1.6.31 dev tun0 scope link 
10.1.6.32 dev tun0 scope link 
10.1.13.73 dev tun0 scope link 
10.1.13.74 dev tun0 scope link 
10.7.12.68 dev tun0 scope link 
10.7.20.0/24 dev tun0 scope link 
10.7.21.0/24 dev tun0 scope link 
10.7.26.0/24 dev tun0 scope link 
10.8.242.121 dev tun0 scope link 
10.10.190.0/24 dev tun0 scope link 
10.63.90.0/24 dev tun0 scope link 
10.63.93.0/24 dev tun0 scope link 
10.63.98.0/24 dev tun0 scope link 
10.63.130.0/24 dev tun0 scope link 
10.63.155.0/24 dev tun0 scope link 
10.63.162.0/24 dev tun0 scope link 
10.63.169.0/24 dev tun0 scope link 
10.63.210.0/24 dev tun0 scope link 
[vpn_host_IP] via 192.168.0.1 dev wlp31s0 src 192.168.0.107 
192.168.0.0/24 dev wlp31s0 proto kernel scope link src 192.168.0.107 metric 600 

我公司的电脑地址是10.63.155.113

ping 10.63.155.113
PING 10.63.155.113 (10.63.155.113) 56(84) bytes of data.
From 10.8.242.121 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
4

0 回答 0