<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; "><div dir="ltr"><div><div style="line-height: 22px; color: rgb(68, 68, 68); font-family: Calibri; "><span class="Apple-style-span" style="font-family: Arial; ">Laptop A:</span></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></div></div></blockquote></div><div><div class="hmmessage" style="font-size: 12pt; "><div dir="ltr"><div><div style="color: rgb(68, 68, 68); "><font class="Apple-style-span" face="Arial"><br></font></div></div></div></div></div><div><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; "><div dir="ltr"><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></div></div></div></div></blockquote></div><div><br></div><div>In the manpages, you will found:</div><div><div> If action is not specified, it defaults to allow.</div><div><br></div><div>so you missed a 'redistribute deny'.</div><div># And if you want to reditribute the addresses of your routers, 'redistribute local ip 20.0.0.0/8 allow'.</div><div><br></div><div>redistribute ip 20.0.0.0/8 allow</div><div>redistribute deny</div><div><div># redistribute local ip 20.0.0.0/8 allow</div><div>redistribute local deny</div></div><div><br></div><div>Matthieu</div></div><div><br></div></body></html>