If you enable dhcp client , then we will get an ip address. Vlan works correct.
Now the main task.
I need to vlan11 transfer to wlan1 interface.
/interface bridge
add name=bridge_vlan_11
/interface bridge port
add bridge=bridge_vlan_11 interface=vlan11
add bridge=bridge_vlan_11 interface=wlan1
If you add a vlan interface and a network interface to a bridge stops transmitting data.
I tried adding in the bridge ether1 and wlan1. In wlan1 set the vlan id 11 and “use tag” but it doesn’t work. How to make vlan forwarding on wifi ?
Any ip addresses or DHCP Client entries should be assigned to the BRIDGE.
That should do it for you, if I properly understand what you are trying to do.
Hope this helps!
(PS - Oh and make sure you clear the vlan-id and use-tag off the wlan1.)
(PPS - You would also need a bridge for the default vlan traffic if it is desired in this scenario. That would probably be in your default config though.)
I’m trying to connect a wAP to a 450G with multiple vlans, one for public and the other for office access, but something is wrong, so please help me.
The config is next :
wAP:
wlan1 - physical interface - use vlan service tag, ssid1, vlan id 100
wlan2 - virtual ap - use vlan service tag, ssid2, vlan id 200
vlan1 - on ether1, vlan id 100
vlan2 - on ether1, vlan id 200
bridge1 - wlan1 and vlan1
bridge2 - wlan2 and vlan2
450G :
wAP on ether1,
switch on ether4, main router with dhcp server connected to another port of the switch
Kerio Control as content filtering engine on ether5, with the other (wan) interface connected to switch
vlan1 on ether1 vlan id 100
vlan2 on ether1 vlan id 200
vlan11 on ether4 vlan id 100
vlan22 on ether5 vlan id 200
bridge1 - vlan1 and vlan11
bridge2 - vlan2 and vlan22
public access proposed via Kerio, dhcp address from Kerio’s dhcp server : wAP/wlan1-450G(vlan)-kerio-switch-main router - internet
office access proposed via switch, dhcp address from main router’s dhcp server : wAP/wlan2-450G(vlan)-switch-main router - internet
450G would be some kind of switch, without any routing or firewalling function