VLANs and VirtualAP on routerboard 411AH
Posted: Fri Jan 13, 2012 7:06 pm
Hi !
I need setup routerboard 411AH with following features: some wireless clients connected to my B411AH via wireless interface are bridged to Ethernet, some other wireless clients with different SSID connected to VirtualAP which created on this wireless interface and need to bridge to the ethernet interface but in separate VLAN which created on ethernet interface.
Will this configuration work ?
The config is:
int wire set 0 name=wlan1
int ether set 0 name=ether1
interface bridge add name=bridge1
interface bridge port add interface=ether1 bridge=bridge1
interface enable wlan1
interface bridge port add interface=wlan1 bridge=bridge1
int wireless set wlan1 ssid="SSID_1"
ip address add address="10.10.53.2/24" interface=bridge1
interface wireless add name=wlan3 disabled=no master-interface=wlan1
int wireless set wlan3 ssid="SSID_3"
interface vlan add name="vlan300" vlan-id=300 disabled=no interface=ether1
interface bridge add name=bridge3
interface bridge port add interface=wlan3 bridge=bridge3
interface bridge port add interface=vlan300 bridge=bridge3
ip address add address="10.10.55.2/24" interface=bridge3
Now I can ping from my router ip (10.10.53.1) to RB411AH ip (10.10.53.2),
but I can't ping from my router ip (10.10.55.1) in VLAN300 (tagged) to RB411AH ip (10.10.55.2).
When I have deleted the bridge1 interface on my RB411AH the pings from 10.10.55.1 to 10.10.55.2
in VLAN300 were passed successfully.
Are the any errors in my config ? Is it possible to config RB411AH v5.11 to have at the same time
on ethernet port two bridges: one in tagged VLAN and another in untagged (native vlan) which
works together ?
--
Thanks in advance,
Victor.
I need setup routerboard 411AH with following features: some wireless clients connected to my B411AH via wireless interface are bridged to Ethernet, some other wireless clients with different SSID connected to VirtualAP which created on this wireless interface and need to bridge to the ethernet interface but in separate VLAN which created on ethernet interface.
Will this configuration work ?
The config is:
int wire set 0 name=wlan1
int ether set 0 name=ether1
interface bridge add name=bridge1
interface bridge port add interface=ether1 bridge=bridge1
interface enable wlan1
interface bridge port add interface=wlan1 bridge=bridge1
int wireless set wlan1 ssid="SSID_1"
ip address add address="10.10.53.2/24" interface=bridge1
interface wireless add name=wlan3 disabled=no master-interface=wlan1
int wireless set wlan3 ssid="SSID_3"
interface vlan add name="vlan300" vlan-id=300 disabled=no interface=ether1
interface bridge add name=bridge3
interface bridge port add interface=wlan3 bridge=bridge3
interface bridge port add interface=vlan300 bridge=bridge3
ip address add address="10.10.55.2/24" interface=bridge3
Now I can ping from my router ip (10.10.53.1) to RB411AH ip (10.10.53.2),
but I can't ping from my router ip (10.10.55.1) in VLAN300 (tagged) to RB411AH ip (10.10.55.2).
When I have deleted the bridge1 interface on my RB411AH the pings from 10.10.55.1 to 10.10.55.2
in VLAN300 were passed successfully.
Are the any errors in my config ? Is it possible to config RB411AH v5.11 to have at the same time
on ethernet port two bridges: one in tagged VLAN and another in untagged (native vlan) which
works together ?
--
Thanks in advance,
Victor.