使用终端模拟器后 先连接歪屁摁

只有连接后才能看到路由表

 

 

//命令查看开启的路由表

netcfg

或者 

cat /proc/net/route

 

查看后一般的路由表可能是tun0、0x3c、ppp0

查看

ip route show table tun0

 

如果这个路由表存在,以雷电模拟器为例子

添加

ip route add 172.16.2.0/24 dev eth0 proto static scope link table tun0

//删除

ip route del 172.16.2.0/24  table tun0

相关文章:

  • 2021-11-29
  • 2021-07-21
  • 2021-12-27
  • 2021-07-17
  • 2021-04-17
  • 2021-12-11
  • 2021-08-08
  • 2021-05-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-12-10
  • 2021-09-29
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案