技术文章 openwrt下VLAN的配置 hqy 发表于2020-04-22 浏览2762 评论0 想要改变你的路由器wan口和lan口配置或者添加wan口等就需要用到vlan配置openwrt中的配置文件为/etc/config/network如下将port0设置为wan口config switch_vlan option device eth0 option vlan 0 option p
技术文章 openwrt 配置网桥 vlan 多个wan口 以及web界面配置总结 hqy 发表于2020-04-22 浏览2888 评论0 如题。现在对近两天对于openwrt的网桥配置进行总结。以备后用。 参考的资料:http://blog.csdn.net/jk110333/article/details/45177693http://see.sl088.com/wiki/Openwrt_Wan%E6%A1%A5%E6%8E%A5Lan其实这跟自己的版本有些差别,主要是根据wiki上的文章:http://wiki.openwrt.org/doc/recipes/bridgedap进行参考。下面列出我的配置文件路径及内容