Hi Song,<div><br></div><div>   Thanks for your help, but I would like to know how to enable the multi-hop (just like in <a href="http://www.olsr.org/docs/report_html/node27.html">http://www.olsr.org/docs/report_html/node27.html</a>).</div>
<div><br></div><div>Do you have any idea how I can enable this functionality?</div><div><br></div><div>Best regards,</div><div>Ricardo.</div><div><br><div class="gmail_quote">On Thu, Oct 11, 2012 at 5:28 PM, Song Gao <span dir="ltr"><<a href="mailto:song.gao.beta@gmail.com" target="_blank">song.gao.beta@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's possible to use block certain node at link layer by using<br>
iptables with --mac option. Check this page out:<br>
<a href="http://www.cyberciti.biz/tips/iptables-mac-address-filtering.html" target="_blank">http://www.cyberciti.biz/tips/iptables-mac-address-filtering.html</a><br>
<br>
By blocking certain nodes from one node based on mac address, OLSRd<br>
control messages are also blocked, as a result, OLSRd would consider<br>
the blocked nodes not reachable, and build multi-hop routing tables.<br>
<br>
Kind regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Song Gao<br>
<a href="http://song.gao.io/" target="_blank">http://song.gao.io/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Oct 11, 2012 at 3:09 PM, Ben West <<a href="mailto:me@benwest.name">me@benwest.name</a>> wrote:<br>
> How are the laptops actually building the connections w/ each other?  I.e.<br>
> over their wifi adapters, or over a wired LAN?<br>
><br>
> Also, how are you ensuring the route N1 -> N2 -> N3?  If the laptops are<br>
> meshing wirelessly, it may be difficult to ensure OLSR actually choses your<br>
> desired route, due to transient fluctuations in wifi signal quality.<br>
><br>
> If you are not already doing so, I would recommend using the LinkQualityMult<br>
> parameter on each node specify negative biases for the node(s) you do not<br>
> want to be that node's next hop.<br>
><br>
> On Thu, Oct 11, 2012 at 9:36 PM, Ricardo T. Macedo <<a href="mailto:rmacedo1987@gmail.com">rmacedo1987@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hello,<br>
>><br>
>> I've been working with OLSR protocol and I want to reproduce a scenario<br>
>> with multi-hops. I'm using iperf to generate traffic data packet in the<br>
>> network.<br>
>> In my tests, I'm using three notebooks with backtrack linux (backtrack 5<br>
>> R2). Every notebook (nodes), I labeled by N1, N2 or N3. N1 can communicate<br>
>> with N3 only through N2, in multiple hop way. Every node is running OLSR<br>
>> protocol. I try to run the iperf as a server in N1 ($ iperf -u -s -p 5000).<br>
>> In N3, I run the iperf as a client ($ iperf -u -c <IP_address_N1> -p 5000).<br>
>> In the node N3, I just run the OLSR protocol. In a single hop, I have no<br>
>> problem, but in multi-hop it doesn't work. OLSR is finding the multi-hop<br>
>> correctly, but when I try to send the data packet I get the "WARNING: did<br>
>> not receive ack of last datagram after 10 tries" error.<br>
>><br>
>> Does anyone have any idea about what could be wrong?<br>
>><br>
>> Thanks,<br>
>> Ricardo<br>
>><br>
>> --<br>
>> Olsr-users mailing list<br>
>> <a href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
>> <a href="https://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Ben West<br>
> <a href="mailto:me@benwest.name">me@benwest.name</a><br>
><br>
><br>
> --<br>
> Olsr-users mailing list<br>
> <a href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
> <a href="https://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
</div></div></blockquote></div><br></div>