Transfer VLAN tagged packets over WLAN?
Posted
by
stefan.at.wpf
on Server Fault
See other posts from Server Fault
or by stefan.at.wpf
Published on 2013-11-08T18:09:02Z
Indexed on
2013/11/10
3:58 UTC
Read the original article
Hit count: 633
I have the following composition of devices:
[selfmade router] - ethernet - [WLAN router 1] ----- wlan ------ [WLAN router 2]
WLAN router 2 has 5 ethernet ports, each as an own VLAN, so 5 VLANs. I want to manage the routing and firewalling between those VLANs at selfmade router. What technique would I use to pass the tagged vlan packets from WLAN router 2 to selfmade router?
Could I use a bridge from WLAN router 2 to WLAN router 1 which itself has a bridge from WLAN router 1 to selfmade router or do I have a wrong understanding of a bridge?
Thanks for any hint on this :-)
© Server Fault or respective owner