linux下ping命令出现ping: sendto: Network is unreachable

问题:ping外网出现:

     sendto: Network is unreachable

 

查看:

    #route

    Route命令 : 在数据包没有有效传递的情况下,可以利用route命令查看路由表

[root@tiny4412:/]#route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0

    发现,是由于网关,没有配置网关(gateway)

 

解决:

   

[root@tiny4412:/]#route add default gw 192.168.1.1
[root@tiny4412:/]#route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0

 

测试:

[root@tiny4412:/]#ping 119.75.217.56
PING 119.75.217.56 (119.75.217.56): 56 data bytes
64 bytes from 119.75.217.56: seq=0 ttl=50 time=20.468 ms
64 bytes from 119.75.217.56: seq=1 ttl=50 time=19.113 ms
64 bytes from 119.75.217.56: seq=2 ttl=50 time=18.814 ms
64 bytes from 119.75.217.56: seq=3 ttl=50 time=18.906 ms
64 bytes from 119.75.217.56: seq=4 ttl=50 time=18.859 ms
64 bytes from 119.75.217.56: seq=5 ttl=50 time=18.704 ms
64 bytes from 119.75.217.56: seq=6 ttl=50 time=19.050 ms
64 bytes from 119.75.217.56: seq=7 ttl=50 time=20.514 ms
64 bytes from 119.75.217.56: seq=8 ttl=50 time=21.355 ms
^C
--- 119.75.217.56 ping statistics ---
9 packets transmitted, 9 packets received, 0% packet loss
round-trip min/avg/max = 18.704/19.531/21.355 ms

 

转载于:https://www.cnblogs.com/chu-yi/p/10768626.html

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值