<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt"><br />
Hi All<br />
I have created Dynamic vlan in Wifi network.And according to station mac address a particular vlan is assigning.Stations who&nbsp; are in a same vlan is communicating with each other. Now the problem is, whenever i am assigning a particular station to another vlan then bridging is not working(brctl refusing the virtual wlan0 interface).<br />
I am configuring the hostapd like below<br />
/etc/hostapd/hostapd.conf&nbsp;&nbsp; file contains <br />
<br />
ctrl_interface=/var/run/hostapd<br />
ctrl_interface_group=0<br />
interface=wlan0<br />
driver=nl80211<br />
channel=6<br />
hw_mode=g<br />
ssid=xyz<br />
dynamic_vlan=1<br />
vlan_file=/etc/hostapd/hostapd.vlan<br />
vlan_tagged_interface=eth0<br />
macaddr_acl=1<br />
accept_mac_file=/etc/hostapd/hostapd.accept<br />
<br />
/etc/hostapd/hostapd.vlan file contains<br />
<br />
# VLAN ID to network interface mapping<br />
10&nbsp;&nbsp; &nbsp;wlan0.10<br />
20&nbsp;&nbsp; &nbsp;wlan0.20<br />
*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wlan0.#<br />
<br />
/etc/hostapd/hostapd.accept file contains<br />
<br />
84:c9:b2:76:07:c9 10<br />
1c:6f:65:db:ff:2d 10<br />
bc:77:37:17:8e:64 20<br />
00:21:5c:8b:00:4f 20<br />
<br />
After this i am running hostapd and it is working fine and it created vlan bridged interface brvlan10 and brvlan20.After assigning the ip addresses for both the interfaces ,successfully working<br />
Here the problem comes when i am modify&nbsp; the hostapd.accept file like below<br />
<br />
84:c9:b2:76:07:c9 20<br />
1c:6f:65:db:ff:2d 10<br />
bc:77:37:17:8e:64 10<br />
00:21:5c:8b:00:4f 20<br />
<br />
i.e i have assigned the mac addresses into different vlan then brctl refusing the wireless interface(wlan0.10 and wlan0.20) from brvlan10 and brvlan20.And station is not able to connect the AP.<br />
Please can anyone tell me why these problem is happening<br />
<br />
Thanks and Regards<br />
Suman Pandit&nbsp; <br />
<br />
<div id="divSignature"></div></span>