我在 Windows 8.1 主机上运行 Linux Mint (Cinnamon) 64 位 Live CD 和 VirtualBox。
客户机可以正常 ping 63.84.3.27 (Google),但无法访问网络。
我尝试将 DNS 从“自动”更改为 8.8.8.8、8.8.6.6 以及默认网关(10.0.2.2),但都没有帮助。
nslookup
失败
下一步我应该做什么?
mint@mint ~ $ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:35:ec:85
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::ao0:27ff:fe35:ec85/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:593 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2317887 (2.3 MB) TX bytes:71947 (71.9 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1411171017 errors:0 dropped:0 overruns:0 frame:0
TX packets:1411171017 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:119667293579 (119.6 GB) TX bytes:119667293579 (119.6 GB)
mint@mint ~ $ ping 63.84.3.27
PING 63.84.3.27 (63.84.3.27) 56(84) bytes of data.
64 bytes from 63.84.3.27: icmp_seq=1 ttl=49 time=119 ms
64 bytes from 63.84.3.27: icmp_seq=2 ttl=49 time=116 ms
64 bytes from 63.84.3.27: icmp_seq=3 ttl=49 time=46.9 ms
^C
--- 63.84.3.27 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 46.921/94.103/119.048/33.382 ms
mint@mint ~ $ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
mint@mint ~ $ ip route show
default via 10.0.2.2 dev eth0 proto static
10.0.2.0/24 dev eth0 proto kernel scope link src 10.0.2.15 metric 1
mint@mint ~ $ nslookup google.com
;; connection timed out; no servers could be reached
编辑:
mint@mint ~ $ ping www.google.com
ping: unknown host www.google.com
mint@mint ~ $ nslookup www.google.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: www.google.com
Address: 63.84.3.23
Name: www.google.com
Address: 63.84.3.24
Name: www.google.com
Address: 63.84.3.27
Name: www.google.com
Address: 63.84.3.25
Name: www.google.com
Address: 63.84.3.26
Name: www.google.com
Address: 63.84.3.22
Name: www.google.com
Address: 63.84.3.21
Name: www.google.com
Address: 63.84.3.20
mint@mint ~ $ sudo cat \etc\resolv.conf
cat: etcresolv.conf: No such file or directory
答案1
Mint 服务器遭到黑客攻击,链接的 OS ISO 受到泄露!
2016年2月20日:黑客制作了一个修改过的 Linux Mint ISO,其中包含后门,并设法入侵 Mint 网站并指向它。
看来我中了彩票!被入侵的操作系统被变成了机器人。
显然,如果您在 2 月 20 日至 21 日期间从 linuxmint.com 下载了 Linux Mint,则需要检查您的 MD5。您可能需要获取合法版本。
我找到了一份正版,你知道吗?互联网现在运行正常。