just got my mirouter (with hdd - bcm4709) about a week ago,
and then... *bam* not compatible with Unifi due to lack of VLAN tagging
didn't check the spec before bough it ... since it was OpenWRT based I though I'll be safe... who know .... haih
After that I went to google abit and found out you could actually do vlan tagging in CLI,
enabled the SSH daemon then login .... totally no idea how to configure it
read up abit ... sounds like /etc/config/network should be the 1 to "manual adjust"
now the content read something like below
CODE
config switch 'eth0'
option enable '1'
option enable_vlan '1' #added by me
option reset '1' #added by me, no idea what's this
config switch_vlan 'eth0_1'
option device 'eth0'
option vlan '1'
option ports '0 2 5*'
config switch_vlan 'eth0_2'
option device 'eth0'
option vlan '2'
option vid '500' #added by me
option pvid '500' #added by me
option ports '4 5'
config interface 'loopback'
.....
config interface 'lan'
...
config interface 'wan'
option proto 'pppoe'
#option ifname 'eth0.2'
option ifname 'eth0.500' # tried eth0.2 too
.... (other pppoe parameter)
restart network by running /etc/init.d/network restart ... check the log... still timeout for PADO packet
tried diff configuration ... still the same... and apparently xiaomi remove alot of common command like 'swconfig', 'modprobe' ...etc... where most online tutorial will ask you to swconfig dev ethXXX and modprobe the 8021q ..
btw, checked the dmesg ... 802.1Q VLAN blah is there ... but when i lsmod cannot find anything like that...does it matter?
hope any OpenWRT sifu can give some advice on this.
and other OpenWRT user (especially broadcom chip) can you post your /etc/config/network here?
thanks in advance.
This post has been edited by LickGuy: Sep 18 2014, 11:48 PM
Sep 18 2014, 10:33 PM, updated 11y ago
Quote
0.0231sec
0.83
5 queries
GZIP Disabled