From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <52020C25.9080705@gmail.com> Date: Wed, 07 Aug 2013 10:58:13 +0200 From: Fernando Pizarro MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [B.A.T.M.A.N.] DAT issue Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Hi all! I'm playing with OpenWRT and BATMAN advance and I had configured one essid to serve dynamic vlans via freeradius reply attributes. I have a bridge (br0) with bat0, wireless and ethernet interface, and hostapd creates a new bridge by vlan (brvlanX) with vlanX and wlan1.X succefully. Br0 has configured a VLAN and IP to connect with every other nodes. There is the same explanation, but schematic: Wireless: phy0 -> wlan0 -> bat0 phy1 -> wlan1 -> wlan1.1 \ --> wlan1.N Hostapd bridge: wlan1 -> brvlan1 -> {wlan1.1; vlan1} \ --> brvlanN -> {wlan1.N; vlanN} Ethernet bridge: br0 -> {bat0; eth0; wlan1} \ --> br0.X == IP/NETMASK When I look at batman dat table there aren't any registry, but variuos stations are connected. Why is that? What's wrong in my config? Thanks a lot. Fernando.