<div dir="ltr"><div>thanks<br></div>let's try it !<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/8 Matthieu Boutier <span dir="ltr"><<a href="mailto:boutier@pps.univ-paris-diderot.fr" target="_blank">boutier@pps.univ-paris-diderot.fr</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div><div><div class="im"><blockquote type="cite"><div dir="ltr">
<div><div><div><div>Before beginning the tests  in real life, i would like to know if anyone of you could make it work properly and share its configuration (my thoughts are about the need to use, or to not use, a bridge interface "br0") :</div>

</div>- Bridge : What is the recommended configuration refering bridging : should i create a bridge (br0) for wlan0 and wlan1 or not ?<br></div></div></div></blockquote><div><br></div></div><div>No ! Or babeld will not be able to use each interface, as it should.</div>
<div class="im"><br><blockquote type="cite"><div dir="ltr"><div><div>- IP Addresses :<br>   -> must i assign a unique IP address do each wlan interface (or a unique to br0)<br></div></div></div></blockquote><div><blockquote type="cite">
<div dir="ltr"><div><div>   -> if i must assign two different IP addresses (one per wlan interface), must i assign an IP address in different or same subnet (<a href="http://192.168.1.0/28" target="_blank">192.168.1.0/28</a> and <a href="http://192.168.2.0/28" target="_blank">192.168.2.0/28</a> <u>OR</u> both in <a href="http://192.168.1.0/28" target="_blank">192.168.1.0/28</a>) ?<br>
</div></div></div></blockquote><br></div></div><div>For this purpose, we use one unique IP address for all interfaces.  For example, on omicron (openwrt) we use :</div><div>$ cat /etc/config/network</div><div>[…]</div><div>
<div>config interface 'wifi0'</div><div><span style="white-space:pre-wrap">   </span>option ifname 'wlan0'</div><div><span style="white-space:pre-wrap">    </span>option proto 'static'</div><div><span style="white-space:pre-wrap">    </span>option ipaddr '<a href="http://192.168.4.39/32" target="_blank">192.168.4.39/32</a>'</div>
<div><span style="white-space:pre-wrap">  </span>list ip6addr '2001:41d0:1:f19f:e246:9aff:fe4e:912e/128'</div><div><span style="white-space:pre-wrap">  </span>list ip6addr '2001:05c0:1505:6b00:e246:9aff:fe4e:912e/128'</div>
<div><br></div><div>config interface 'wifi1'</div><div><span style="white-space:pre-wrap">  </span>option ifname 'wlan1'</div><div><span style="white-space:pre-wrap">    </span>option proto 'static'</div>
<div><span style="white-space:pre-wrap">  </span>option ipaddr '<a href="http://192.168.4.39/32" target="_blank">192.168.4.39/32</a>'</div><div>        list ip6addr '2001:41d0:1:f19f:e246:9aff:fe4e:912e/128'  </div>
<div>        list ip6addr '2001:05c0:1505:6b00:e246:9aff:fe4e:912e/128'</div><div>[…]</div><div><br></div><div>Note there is two v6 addresses, but they are on both interfaces.</div></div><div class="im"><br><blockquote type="cite">
<div dir="ltr"><div><div>- Babeld : as i could read in the docs, i should then start babeld with option "wlan0 wlan1"<br></div></div></div></blockquote><div><br></div></div>Yes, or alternatively, put "interface wlan0" and "interface wlan1" in the config file.</div>
<div><div class="im"><br><blockquote type="cite"><div dir="ltr"><div><div>
</div></div><div>thanks a lot in advance for your help<br></div></div></blockquote><div><br></div></div>You're welcome !</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Matthieu</div><div><br></div>
</font></span></div></div></blockquote></div><br></div>