<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hello,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I've been working with OLSR protocol and I want to reproduce a scenario with multi-hops. I'm using iperf to generate traffic data packet in the network.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">In my tests, I'm using three notebooks with backtrack linux (backtrack 5 R2). Every notebook (nodes), I labeled by N1, N2 or N3. N1 can communicate with N3 only through N2, in multiple hop way. Every node is running OLSR protocol. I try to run the iperf as a server in N1 ($ iperf -u -s -p 5000). In N3, I run the iperf as a client ($ iperf -u -c <IP_address_N1> -p 5000). In the node N3, I just run the OLSR protocol. In a single hop, I have no problem, but in multi-hop it doesn't work. OLSR is finding the multi-hop correctly, but when I try to send the data packet I get the "WARNING: did not receive ack of last datagram after 10 tries" error.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Does anyone have any idea about what could be wrong?</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Thanks,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Ricardo</div>