[B.A.T.M.A.N.] Problems to add Batman-adv in wlan0 Nanostation M5

2012-07-31 Thread Esteban Municio
Hi all I`m working on a academic develop project for improve the networks in rural areas in Peru. We are doing some test with 6 Nanostation M5 for create a mesh network. I tried Commotion software with OLSR and all was Ok. Now, we are testing BATMAN, with OpenWRT and batman-adv module, but I

[B.A.T.M.A.N.] Problems with internet connection in a mesh-network, (and dhcp and wireless access)

2012-08-02 Thread Esteban Municio
Hi all I wrote recently about problems with our batman-adv mesh implementation in a development proyect in Peru: https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-August/007820.html Now we are having problems again. Our mesh-network are formed with Ubiquiti nanostation M5 nodes running

Re: [B.A.T.M.A.N.] Problems with internet connection in a mesh-network, (and dhcp and wireless access)

2012-08-03 Thread Esteban Municio
. Any idea or advice? Thanks you Regards Esteban 2012/8/3 Sven Eckelmann s...@narfation.org: On Thursday 02 August 2012 19:35:34 Esteban Municio wrote: Hi all I wrote recently about problems with our batman-adv mesh implementation in a development proyect in Peru: https://lists.open-mesh.org

Re: [B.A.T.M.A.N.] Problems with internet connection in a mesh-network, (and dhcp and wireless access)

2012-08-03 Thread Esteban Municio
Solved! It was a fool thing. I needed to add /sbin/iptables -t nat -A POSTROUTING -o wan interface -j MASQUERADE to the gateway node. A L3 matter! The help came from forum.openwrt , but thanks for your patience ;-) Regards Esteban 2012/8/3 Esteban Municio emuni...@gmail.com: More

[B.A.T.M.A.N.] Change metric and priorize links with the best Bandwidth

2012-08-13 Thread Esteban Municio
Hi all I'm asking myself if should be possible change the actual metric(TQ) in batman-adv or if there is a tool to configurte it. We are deploying a rural mesh network where the nodes generally will be static in the same place, but maybe the links beetwen the nodes will have a unnestable

[B.A.T.M.A.N.] How to force a specific network topology

2012-09-07 Thread Esteban Municio
Hi list Is there any way to block some links between nodes in order to force a specific network topology in batman-adv? Por example, if y have 3 nodes A, B, C and I want to create a string topology A - B - C, where A can not connect directly with C, how could I get it without move far away the

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
Canada next week... Cheers, Martin PS: Sorry for top posting. This Android client want let me change it :( Sven Eckelmann s...@narfation.org wrote: On Friday 07 September 2012 16:58:33 Esteban Municio wrote: Hi list Is there any way to block some links between nodes in order to force

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
? Thanks you 2012/9/10 Esteban Municio emuni...@gmail.com: Hi Sven I don't understand very well what are you meaning. Now I have 1 bridge over with batman-adv: batctl if add wlan0 brctl addbr mesh-bridge brctl addif mesh-bridge eth0 brctl addif mesh-bridge bat0 Then, should I add a bridge

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-10 Thread Esteban Municio
Thanks you very much Gui and Sven Now I understand the configuration and install ebtables has seem quite simple. Regards 2012/9/10 Gui Iribarren g...@altermundi.net: On Mon, Sep 10, 2012 at 12:18 PM, Esteban Municio emuni...@gmail.com wrote: Hi Sven I don't understand very well what

Re: [B.A.T.M.A.N.] How to force a specific network topology

2012-09-14 Thread Esteban Municio
mode or make a transparent bridge(that I don't know how do it) Other solutios would be simulate the network, or add a OMG filter patch to batman-adv. Am I correct? Regards 2012/9/13 Esteban Municio emuni...@gmail.com: Hi again I'm still having problems with this issue I can not bridge wlan0

Re: [B.A.T.M.A.N.] A batman-adv success story

2012-11-19 Thread Esteban Municio
Thanks Gui for share your experiences. As soon as we can give formal results from our implementation in Huancavelica, (Peru) we'll share it too. PD: it's nice the test of the roaming through the river ;-) 2012/11/16 Gui Iribarren g...@altermundi.net: On Fri, Nov 2, 2012 at 7:57 PM, Gioacchino

[B.A.T.M.A.N.] Compile batman-adv code

2012-11-22 Thread Esteban Municio
Hi I wrote this question to the VillageTelco group, but I think that it fix better in this list. We want make some test with batman-adv and we would like change some parameter of the code. So I suppose that I have to add the new code to the trunk of openwrt and compile them together(batman-adv

Re: [B.A.T.M.A.N.] Compile batman-adv code

2012-11-22 Thread Esteban Municio
I'm not understanding well your advices... What should we do for try our own changes in the code of batman-adv? You should just clean the batman-adv part of openwrt after each change instead of compiling everything again. You can for example modify the prepare part of the Makefile script of

Re: [B.A.T.M.A.N.] Compile batman-adv code

2012-11-22 Thread Esteban Municio
I already told you. You can do it with `make package/batman-adv/{clean,prepare,compile,install}` But first you have to compile a complete image of openwrt and flash your device with it. All following builds for this image/kernel can be done using `make

Re: [B.A.T.M.A.N.] Batman-Adv iptables mac filtering

2012-12-27 Thread Esteban Municio
Could you use ebtables instead? 2012/12/17 Marek Lindner lindner_ma...@yahoo.de: On Tuesday, December 18, 2012 08:10:30 HeXiLeD wrote: This is probably a openwrt question but even so it might have some impact on batman-adv. I am planing to use mac filtering through iptables on openwrt with a