Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
according your desc, internet has no deals with stb vlan, so it's not worth to
add 1st port to 231 vlan, so suggested scheme is like below:
vlan1: 2 3 4 8t
vlan2: 0 8t
vlan231: 0t 1 8t
via nvram you can only configure 0-15 vlans (nvram show | grep '^vlan[0-9].*='
| sort). so the only way at the moment is to make /usr/local/sbin/port-boot
script with robocfg call at the moment the only
Original comment by themiron.ru
on 30 Apr 2013 at 6:31
[deleted comment]
Yes, i'm use /usr/local/sbin/post-boot. But untagged vlan also need for STB
because IGMP traffic there.
Thank you.
Original comment by kolu...@gmail.com
on 30 Apr 2013 at 6:55
or, here's another solution, add 224 as vlan tag shift, vlan2 (wan of rt-n16)
became vlan226, vlan1 (lan of rt-n16) - vlan225, and vlan7 - vlan231 as the
goal.
select stb port in web ui and make nvram changes:
nvram set vlan0tag=224
nvram set vlan7hwname=et0
nvram set vlan7ports="0t 1" (pass vlan231 to LAN4 port only, not to cpu)
nvram set wandevs=vlan226
nvram set wan_ifname=vlan226
nvram set wan_ifnames=vlan226
nvram set landevs="vlan225 wl0"
nvram set lan_ifnames="vlan225 eth1"
nvram commit
after reboot you should get the following without robocfg call.
vlan225: 2 3 4 8t
vlan226: 0 1 8t
vlan231: 0t 1
Original comment by themiron.ru
on 1 May 2013 at 10:33
Wow...
Thank you.
But instead you example i've got next output from robocfg:
1: vlan1: 2 3 4 8u
2: vlan2: 0 1 8u
7: vlan7: 0 1
225: vlan225: 2 3 4 8t
226: vlan226: 0 1 8t
231: vlan231: 0t 1
All works normally, but seems like miracle )))
Original comment by kolu...@gmail.com
on 2 May 2013 at 4:42
Original issue reported on code.google.com by
kolu...@gmail.com
on 30 Apr 2013 at 2:32