<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Arial" size="3" style="font-size:12pt;" color="#000000">Hi all,</font><div><font face="Arial" size="3" style="font-size:12pt;" color="#000000"><br></font></div><div><font face="Arial" size="3" style="font-size:12pt;" color="#000000"><br id="FontBreak"></font><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;"> I'm using babel on some devices connected to several networks and I want them to</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  share with each other the informations regarding only one of those networks (the</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  one who connects them). For example, a node A has a interface 1 conected to the</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  network 20.0.0.0/8 and a interface 2 connected to a network 40.X.Y.0/24. With</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  several nodes I want to form a mesh network so that they can communicate each</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  other by the 20.0.0.0/8 network but I don't want them to know the 40.0.0.0/8</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  networks of the other nodes.</span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;"> </span><br style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22px;">  How can I configure babel to do it? </span><br><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" color="black" style="line-height: normal;"><br style="line-height: 22px;"></font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" color="black" style="line-height: normal;">My testbed has two laptops with babel v1.4.3, </font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;"><br style="line-height: 22px;"></font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">Laptop A:</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">eth0 10.20.30.1/24</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">wlan0 20.0.1.2/24</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;"><br style="line-height: 22px;"></font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">Laptop B:</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">eth0 10.20.30.2/24</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">wlan0 20.0.6.6/24</font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;"><br style="line-height: 22px;"></font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">both of them are running babeld as follows:  </font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;"><br style="line-height: 22px;"></font></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><font face="Arial" style="line-height: normal;">sudo babeld -C 'redistribute ip 20.0.0.0/8 allow' -C 'redistribute local deny' -h 0.5 eth0 wlan0&</font><font face="Arial" style="line-height: normal;"><br style="line-height: 22px;"></font><br>When I add an address to a wlan1 interface in laptop B such as 40.0.5.2/24, the laptop A also adds a route to that network. I don't want that. I just want them to share the 20.0.0.0/8 connections.</div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;"><br></div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri;">What am I doing wrong? Please help.</div><br><pre><font style="font-size:10pt;" size="2" face="Comic Sans MS">Best Regards,<br></font><font style="font-size:10pt;" size="2" face="Comic Sans MS">Diogo Lopes</font><font style="font-size:10pt;" size="2" face="Comic Sans MS"><br></font></pre><font style="font-size:10pt;" size="2" face="Comic Sans MS"></font></div>                                       </div></body>
</html>