无法使用终端连接到网络

无法使用终端连接到网络

我一直尝试使用终端安装程序,但每次都会出现此错误:

ccmb@ccmb-HP-Pro-3330-MT:~$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
--2015-02-17 21:48:07--  https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving dl.google.com (dl.google.com)... 173.194.126.7, 173.194.126.8, 173.194.126.9, ...
Connecting to dl.google.com (dl.google.com)|173.194.126.7|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.8|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.9|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.14|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.0|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.1|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.2|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.3|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.4|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.5|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|173.194.126.6|:443... failed: Connection refused.
Connecting to dl.google.com (dl.google.com)|2404:6800:4001:800::1003|:443... failed: Network is unreachable.
ccmb@ccmb-HP-Pro-3330-MT:~$ 

有人可以帮我解决这个问题吗

  1. 使用 ping -c 4

    PING dl.l.google.com (74.125.130.91) 56(84) bytes of data.
    64 bytes from 74.125.130.91: icmp_seq=1 ttl=46 time=62.8 ms
    64 bytes from 74.125.130.91: icmp_seq=2 ttl=46 time=70.7 ms
    64 bytes from 74.125.130.91: icmp_seq=3 ttl=46 time=99.1 ms
    64 bytes from 74.125.130.91: icmp_seq=4 ttl=46 time=48.9 ms
    --- dl.l.google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3004ms
    rtt min/avg/max/mdev = 48.950/70.409/99.104/18.311 ms
    
  2. 使用 nslookup

    Server:     127.0.1.1
    Address:    127.0.1.1#53
    Non-authoritative answer:
    dl.google.com   canonical name = dl.l.google.com.
    Name:   dl.l.google.com
    Address: 74.125.130.93
    Name:   dl.l.google.com
    Address: 74.125.130.136
    Name:   dl.l.google.com
    Address: 74.125.130.190
    Name:   dl.l.google.com
    Address: 74.125.130.91
    
  3. nslookup dl.google.com 8.8.8.8

    Server:     8.8.8.8
    Address:    8.8.8.8#53
    Non-authoritative answer:
    dl.google.com   canonical name = dl.l.google.com.
    Name:   dl.l.google.com
    Address: 74.125.236.192
    Name:   dl.l.google.com
    Address: 74.125.236.199
    Name:   dl.l.google.com
    Address: 74.125.236.196
    Name:   dl.l.google.com
    Address: 74.125.236.197
    Name:   dl.l.google.com
    Address: 74.125.236.198
    Name:   dl.l.google.com
    Address: 74.125.236.194
    Name:   dl.l.google.com
    Address: 74.125.236.200
    Name:   dl.l.google.com
    Address: 74.125.236.206
    Name:   dl.l.google.com
    Address: 74.125.236.201
    Name:   dl.l.google.com
    Address: 74.125.236.193
    Name:   dl.l.google.com
    Address: 74.125.236.195
    

答案1

由于您使用的是企业局域网,请与您的 IT 部门联系,因为他们正在积极阻止您的请求,或者只需在家里或网吧执行此操作...... ;-)

相关内容