Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-05 Thread Mauricio Tavares
On Mon, Dec 5, 2016 at 12:55 PM, Aaron Z wrote: > On Mon, Dec 5, 2016 at 11:54 AM, Mauricio Tavares wrote: >> I will need to look up on this command's man page >> (https://wiki.openwrt.org/doc/techref/swconfig) later. For instance, >> what do the members=X and untag=Y fields report? > I am not s

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-05 Thread Aaron Z
On Mon, Dec 5, 2016 at 11:54 AM, Mauricio Tavares wrote: > I will need to look up on this command's man page > (https://wiki.openwrt.org/doc/techref/swconfig) later. For instance, > what do the members=X and untag=Y fields report? I am not sure, I ran across it trying to get things to work with m

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-05 Thread Mauricio Tavares
On Mon, Dec 5, 2016 at 8:47 AM, Aaron Z wrote: > Not sure if this is how you intended it, but currently, you have it > setup so that untagged traffic from Vlan2 will go to ports 0 1 and 2. > Tagged traffic from vlan 2 will go to ports 3 and 5. > No ports are setup with untagged traffic from port 3

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-05 Thread Aaron Z
Not sure if this is how you intended it, but currently, you have it setup so that untagged traffic from Vlan2 will go to ports 0 1 and 2. Tagged traffic from vlan 2 will go to ports 3 and 5. No ports are setup with untagged traffic from port 3 and ports 3 and 5 should see tagged traffic from vlan 3

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-02 Thread Mauricio Tavares
On Thu, Dec 1, 2016 at 5:34 PM, David Lang wrote: > > On Thu, 1 Dec 2016, Mauricio Tavares wrote: > >>> >>> When I connect to my switch, the switch claims it can see traffic on >>> vlan 2 at that port but nothing on vlan 3. What kind of traffic? > > > remember that it will only send traffic out af

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-01 Thread David Lang
On Thu, 1 Dec 2016, Mauricio Tavares wrote: When I connect to my switch, the switch claims it can see traffic on vlan 2 at that port but nothing on vlan 3. What kind of traffic? remember that it will only send traffic out after it resolves the IP to a mac address. so on VLAN 3 it may very we

Re: [OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-01 Thread Mauricio Tavares
On Thu, Dec 1, 2016 at 2:35 PM, Mauricio Tavares wrote: > This is a WNDR3700v2 running > > I setup two vlans and port 3 (physical port 1) as the trunk: > > config interface lan > option ifname eth0.2 > option type bridge > option protostatic > option ipadd

[OpenWrt-Users] Need a bit of a refresh with vlan tagging

2016-12-01 Thread Mauricio Tavares
This is a WNDR3700v2 running I setup two vlans and port 3 (physical port 1) as the trunk: config interface lan option ifname eth0.2 option type bridge option protostatic option ipaddr 192.168.2.1 option netmask 255.255.255.0 option dns