Does anyone know of a way I can setup a VLAN for my Android device? Android comes with the busybox version of iproute2 so ip link add ... isn’t allowed, ip will claim that add is an invalid command. There’s also no copy of vconfig. Does the Android kernel even support VLANs? If so, what’s the easiest way to get a userspace tool for managing VLANs on Android. I’m on version 2.3.3.
Does anyone know of a way I can setup a VLAN for my Android
Share
Android 4.0.4 automatically uses the VLAN tag (IEEE_802.1Q) in addition to setting the DiffServ/TOS field in the IP Header.
Older Android Versions (confirmed with 2.2.1 and 2.3.3) seem to disregard these packets – a solution might be to enable VLAN on these older Android versions.