I'm trying to setup a internet-connected mesh as follows:
[Laptop] <-Ethernet-> [NSLM900] <-900MHz-> [NSLM900] <-Ethernet-> [Internet GW]
But I'm having a little trouble understanding how to configure the Internet-connected NSLM900. It's a single-port device connected to a dumb-switch, to-which the Internet GW is also connected. I'm not able to connect, nor do I see a DHCP lease on the WAN side of the NSLM900. A screen shot of my configuration follows. As far as I know the dumb-switch isn't stripping VLAN tags, so the lack of a VLAN-enabled switch shouldn't be the issue.
See:
http://www.aredn.org/content/device-device-linking-dtdlink
and
http://www.aredn.org/content/understanding-vlans
Thanks!
802.3ac (1998) increases max Ethernet frame size by 4 bytes to 1522. This allows for a full size frame (1500 bytes payload + ethernet encapsulation + VLAN) to transit an unmanaged "dumb" switch. Now I'm not sure exactly how many switches adopted this standard or when they adopted it if they did but even ignoring this standard change, unless your packet contained a payload greater than 1496 bytes of data adding on the VLAN header on top would still be below the pre 1998 raised max frame size and manage to pass its way through. At that point one would be playing roulette with "will this packet make it through" but any packet that isn't full frame size (and a fair number will not be its just the way packets are) will make it through even legacy gear.