What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Adding vlan to lan bridge

Algimantas

Occasional Visitor
Hello,
I would like to add vlan6 to br0 bridge.
I tried changing nvram directly like nvram set "lan_ifnames=vlan1 vlan6 eth1 eth2" but after reboot everything goes to default.

Any ideas?
 
Did you commit it?
 
on MIPS
Code:
robocfg vlan 6 ports "0t 8t"
vconfig add eth0 6
brctl addif br0 vlan6

on ac56/68
Code:
robocfg vlan 6 ports "4t 5t"
vconfig add eth0 6
brctl addif br0 vlan6

add it to a script
 
Last edited:
Very poor taste to insult someone when you're looking for 'support'.

And btw, he supports what he releases, not every possible usage that random people can dream up. ;)
 
insult I do not want anyone

Fair enough.

Patience (specifically the lack of it) shows the opposite of what you intend though. :)
 
Fair enough.

Patience (specifically the lack of it) shows the opposite of what you intend though. :)

:D:D
on ac56/68
Code:
robocfg vlan 6 ports "0t 5t"
vconfig add eth0 6
brctl addif br0 vlan6
add it to a script

It's not work :confused:
 
re read the thread; though i don't think you know what you want.

you might want

robocfg vlan 1 ports ""
robocfg vlan 6 ports "0 1 2 3 4t 5t"

or

robocfg vlan 1 ports "0 1 2 4 5t"
robocfg vlan 6 ports "3 4t 5t"

or

robocfg vlan 1 ports "0 1 2 4 5t"
robocfg vlan 6 ports "3t 4t 5t"
 
Last edited:
That's what I want, and Algimantas too, we have
vlan6ports=2 3 4t 5
vlan1ports= 0 1 5*
vlan6 is a IPTV tagget, everything work fine, but IPTV traffic don't forward to vlan1 ports and wifi. Using Tomato firmware i can use this command (nvram set "lan_ifnames=vlan1 vlan6 eth1 eth2"), then iptv enable on all ports and WIFI.
I do not know any other way to multicast traffic was on lan port and WIFI. IGMP proxy and IGMP snooping don't help, maybe need try do that with iptables, but i don't now how.
 
Last edited:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top