iBabajan / tomato-sdhc-vlan

Automatically exported from code.google.com/p/tomato-sdhc-vlan
0 stars 0 forks source link

Linksys e4200v1 VLAN 802.1q support confirmation #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Web GUI -> Advanced -> VLAN on Linksys e4200 v1
2. Click on any vlan
3. Check that you cannot set tagging for any ports

What version of the product are you using? On what operating system?
Tomato v1.28.0496 MIPSR2-Toastman-VLAN-RT-N K26 USB VPN-NOCAT

Please provide any additional information below.

I tried to set VLAN configuration with NetGear GS105E Unmanaged Plus and 
Linksys e4200v1. WAN port of e4200 has been marked as vlan1 and vlan2 with 
tagging (via Web GUI by setting trunk_vlan_supported to 1) and has been 
connected to port 4 of GS105e. On the GS105E has been set: VID of 4 and 5 ports 
to 2; VID of 1-3 ports to 1; 5 port - vlan2 with untag. 4 port to vlan1 and 
vlan2 with tagging; 1-3 ports to vlan1 with untag mark. Then after settings 
confirmation and reboot:
on port 5 connection - can reach only WAN interface, on port 3 - LAN interface 
IP and so on.

Please make advanced-vlan.asp supported board check like this:

// TESTED ONLY ON WRT54G v2 (boardtype 0x0101) and WRT54GL v1.1 (boardtype 
0x0467)
// attempt of cross-referencing boardtypes/routers mentioned on id.c and the 
wiki page above
switch(nvram['boardtype']) {
case '0x0467':  // WRT54GL 1.x, WRT54GS 3.x/4.x
case '0x048e':  // WL-520GU, WL-500G Premium v2
case '0x04ef':  // WRT320N/E2000
case '0x04cf':  // WRT610Nv2/E3000, RT-N16
case '0xF52C':  // e4200v1
trunk_vlan_supported = 1;
break;
default:
break;
}

Thank you in advance!

Original issue reported on code.google.com by v.heat...@gmail.com on 20 Mar 2012 at 8:14

GoogleCodeExporter commented 8 years ago

Original comment by augu...@bott.com.br on 6 Apr 2012 at 6:56

GoogleCodeExporter commented 8 years ago
Done.

Original comment by augu...@bott.com.br on 15 Jun 2012 at 7:04