linux拒接链接secureCRT ----解决方案二

原因:继上面的问题,再一次出错,这回是因为ip冲突了

解决方案:

1.首先在虚拟机ping一下外网,

ping 192.168.0.129
PING 192.168.0.129 (192.168.0.129) 56(84) bytes of data.
64 bytes from 192.168.0.129: icmp_seq=1 ttl=64 time=0.017 ms
64 bytes from 192.168.0.129: icmp_seq=2 ttl=64 time=0.035 ms
64 bytes from 192.168.0.129: icmp_seq=3 ttl=64 time=0.091 ms
64 bytes from 192.168.0.129: icmp_seq=4 ttl=64 time=0.099 ms
64 bytes from 192.168.0.129: icmp_seq=5 ttl=64 time=0.081 ms
64 bytes from 192.168.0.129: icmp_seq=6 ttl=64 time=9.18 ms
64 bytes from 192.168.0.129: icmp_seq=7 ttl=64 time=0.083 ms
64 bytes from 192.168.0.129: icmp_seq=8 ttl=64 time=0.050 ms
64 bytes from 192.168.0.129: icmp_seq=9 ttl=64 time=0.031 ms
^C
--- 192.168.0.129 ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8004ms
rtt min/avg/max/mdev = 0.017/1.074/9.184/2.867 ms

2.可以ping通之后,

[root@hdp-2 ~]# ifconfig
ens33: flags=4163  mtu 1500
        inet 192.168.0.129  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::20c:29ff:feb2:9764  prefixlen 64  scopeid 0x20
        ether 00:0c:29:b2:97:64  txqueuelen 1000  (Ethernet)
        RX packets 422  bytes 38207 (37.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 244  bytes 24279 (23.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 24  bytes 2016 (1.9 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 24  bytes 2016 (1.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

3.控制面板---->网络和 Internet---->网络连接

点击你所用的网络,右击点属性,

 

linux拒接链接secureCRT ----解决方案二_第1张图片

4.再次启动CRT就可以连接了

 

你可能感兴趣的:(CRT)