当我连接到公司 VPN 网络时,一切正常,但每次 20-30 分钟后我的互联网连接就会中断。我尝试 ping URL 或 IP 地址,但甚至连 ping 都不起作用。唯一的解决办法就是关闭我的 wifi 然后重新打开。
我使用 Ubuntu 18.04.2 LTS。
我还检查了系统日志,似乎该日志是在网络中断时出现的:
gnome-shell[2573]: Removing a network device that was not added
我已尝试过:
:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10243ms
:~$ cat /etc/resolv.conf
search XXX.com YYY.com ZZZ.com
nameserver good-ip
nameserver good-ip
:~$ ping google.com
^C
:~$ traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
你知道是什么原因导致此问题吗?
编辑:
我也尝试使用以太网电缆,但大约 50 分钟后,同样的事情再次发生。