当我运行一个简单的程序时,发生了一件很奇怪的事情:
$ sudo tcpdump -c 10 -i wlp2s0 port 22
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on wlp2s0, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
我无法访问互联网(好像我不再连接了)。具体来说,我在 Chrome 中收到此错误:DNS_PROBE_FINISHED_NO_INTERNET
我必须切断 Wifi 然后重新打开才能再次访问互联网。
编辑1:ping 也不起作用:
~$ ping google.com
ping: google.com: Name or service not known
我在 Dell XPS 13 上运行 Ubuntu 18.04.2 LTS