<div dir="ltr"><font face="courier new, monospace" style="background-color:rgb(255,255,255)" color="#000000"><span class="im" style="font-size:13px"><font color="#000000">Hello, <div><br></div><div>A project I've been working on requires data to be sent on multihop network.</div><div><br></div><div>I've used 3 DELL laptops which has Broadcom BCM4365 wireless hybrid adapter and a Linksys WRT 54GL router. The devices are running OLSR 0.6.7. As the loss was very high when the devices were kept afar, I've put the devices in the same room.</div><div><br></div><div>Consider device A, B, C to be the laptops and device D to be the router.</div><div>Currently all devices can communicate with each other.</div><div><br></div></font></span><span class="im" style="font-size:13px"><div><font color="#000000">Now as I wanted the devices to communicate only to its immediate neighbor, I manually blocked the 2nd hop and 3rd hop neighbors using the following command.</font></div><div><span style="color:rgb(0,0,0)">   sudo iptables -A INPUT -m mac --mac-source <mac id> -j DROP</span></div><div><font color="#000000"><br></font></div><div><font color="#000000">The device A can send data only to B blocking C and D, B can send data to A and C but blocked D, C can send data to B and D, but blocked A and D can send data to C but blocked A and B.</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">The topology being </font></div><div><font color="#000000">     A <-----> B <-----> C <-----> D</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">An example of the current routing table of A after manually blocking of other neighbors is</font></div><div><font color="#000000">  1st hop       2nd hop</font></div><div><font color="#000000">     B                 C</font></div><div><br></div></span></font><div style="font-size:13px"><font face="courier new, monospace" style="background-color:rgb(255,255,255)" color="#000000">The device A can ping its 2nd hop neighbor device C through B.</font></div><div style="font-size:13px"><span style="color:rgb(0,0,0);font-family:'courier new',monospace"><br></span></div><div style="font-size:13px"><span style="color:rgb(0,0,0);font-family:'courier new',monospace">But the device B cannot ping its 2nd hop neighbor router D.</span><font face="courier new, monospace" color="#000000"><img class="" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></font></div><div class="" style="font-size:13px"><span class="im" style="background-color:rgb(255,255,255)"><font face="courier new, monospace" color="#000000"><div>The device A cannot pass data to 3rd hop neighbor router D.</div><div>The router can ping only its immediate neighbor C.</div><div><br></div><div>Is this problem due to incompatibility of network adapters of laptop and the router? Should I replace the laptops with the routers or is there any other issue that I don't know of?<br></div><div><br></div><div>Thanks in advance.</div></font></span></div></div>