1、桥接模式(Bridged AP Mode ):
通过OpenWrt 设备做桥,连接到OpenWrt的无线设备是由此网段192.168.1.0网段中的路由来分配IP地址的,所以此网段中的所有设备都是互通互连的!
OpenWrt设备的桥接配置方式:
root@OpenWrt:~# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'

本文介绍了OpenWrt的两种工作模式:桥接模式和路由模式。在桥接模式下,OpenWrt设备作为桥,192.168.1.0网段内的所有设备互通;而在路由模式中,OpenWrt设备自身分配IP,导致不同网段设备无法直接通信。详细配置方法及重启步骤参照官方文档。
订阅专栏 解锁全文
2565

被折叠的 条评论
为什么被折叠?



