无线网络共享到CM3计算板调试时 connect: Network is unreachable

1、问题描述

硬件连接:电脑(有线+无线) <--有线-->  CM计算板(或其他Linux),

端口:电脑共享的有线网口 192.168.137.1 , CM3配置静态IP 192.168.137.120/24

CM3ping 不通,报错:

connect: Network is unreachable

2、问题分析

 查看路由:route

192.168.137.0   0.0.0.0         255.255.255.0   U     202    0        0 eth0

从192.168.137.0 出去的,应该从192.168.137.1出去,所以增加一条路由即可。

3、解决办法

增加路由

pi@EIRIPI:~$ sudo route  add default gw 192.168.137.1

再次查看:route

pi@EIRIPI:~$ route

Kernel IP routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

default         LAPTOP-BETB550K 0.0.0.0         UG    0      0        0 eth0

192.168.137.0   0.0.0.0         255.255.255.0   U     202    0        0 eth0

再次测试:


pi@EIRIPI:~$ ping www.baidu.com
PING www.a.shifen.com (14.215.177.38) 56(84) bytes of data.
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=1 ttl=53 time=32.8 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=2 ttl=53 time=32.9 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=3 ttl=53 time=33.3 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=4 ttl=53 time=33.5 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=5 ttl=53 time=33.5 ms

添加默认路由即可解决。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值