markdown 树莓派零usb + wlan双网络添加网关联网

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 树莓派零usb + wlan双网络添加网关联网相关的知识,希望对你有一定的参考价值。

错误的网关表

```
pi@pi_zerow:~ $ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.137.1   0.0.0.0         UG    0      0        0 usb0
192.168.123.0   0.0.0.0         255.255.255.0   U     0      0        0 wlan0
192.168.137.0   0.0.0.0         255.255.255.0   U     0      0        0 usb0
```

添加wlan网关

```
sudo route add default gw 192.168.123.1 wlan0
```

正确的网关表

```
pi@pi_zerow:~ $ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.123.1   0.0.0.0         UG    0      0        0 wlan0
0.0.0.0         192.168.137.1   0.0.0.0         UG    0      0        0 usb0
192.168.123.0   0.0.0.0         255.255.255.0   U     0      0        0 wlan0
192.168.137.0   0.0.0.0         255.255.255.0   U     0      0        0 usb0
```

以上是关于markdown 树莓派零usb + wlan双网络添加网关联网的主要内容,如果未能解决你的问题,请参考以下文章

树莓派上使用mdk3对无线热点进行DoS攻击

1. 树莓派:eth桥接到wlan口,共享上网

树莓派 | 串口03 - 使用串口方式远程登陆树莓派终端

在 python 中使用树莓派蓝牙时遇到问题

树莓派2 + ubuntu rtl8188 wlan0 eth0 nodevice

树莓派-开箱到点亮一些坑(无屏无wlan无直连键鼠)