Giter Site home page Giter Site logo

Comments (2)

iseku avatar iseku commented on July 23, 2024

通过手工配置network启用了bridge vlan filtering, 可以正常使用vlan了, 但是luci的网络配置出现不支持的网络协议, 看了下opkg源设置, 应该是集成的老版本luci-base, 不支持DSA配置, 希望能在下个版本解决这个问题.
network配置:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'xxxx:xxxx:xxxx::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan'

config device
option name 'eth0'
option macaddr 'xx:xx:xx:xx:xx:xx'

config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option netmask '255.255.255.0'
option delegate '0'
list dns '172.16.71.254'
option ipaddr '172.16.71.253'
option gateway '172.16.71.254'

config interface 'wan'
option proto 'dhcp'
option device 'br-lan.2'

config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'lan3'
list ports 'lan4'
list ports 'wan:u*'

config bridge-vlan
option device 'br-lan'
option vlan '2'

config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'lan2'
list ports 'wan:t'

config interface 'iptv'
option proto 'dhcp'
option device 'br-lan.3'
option metric '20'

config device
option name 'eth1'
option macaddr 'xx:xx:xx:xx:xx:xx'

问题截图:
2023-09-15T13-42-34 261Z

from catwrt.

miaoermua avatar miaoermua commented on July 23, 2024

那应该就是 luci 版本问题了,没玩过

from catwrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.