<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi!<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">root@GW:~# ip route</div><div class=""><div dir="ltr" class=""><a href="http://192.168.3.0/24" class="">192.168.3.0/24</a> dev eth0.1  proto kernel  scope link  src 192.168.3.1<br class="">192.168.3.135 via 192.168.3.135 dev eth0.1  proto babel onlink<br class=""><a href="http://192.168.4.0/24" class="">192.168.4.0/24</a> via 192.168.3.135 dev eth0.1  proto babel onlink<br class="">192.168.4.1 via 192.168.3.135 dev eth0.1  proto babel onlink<br class=""></div></div></blockquote><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class="">I currently dont have Wan port connected anywhere on GW router at the moment, is this why I cant see <a href="http://0.0.0.0/0" class="">0.0.0.0/0</a> on 2ND?<br class=""></div></div></blockquote><div><br class=""></div>Yes, but it's not sufficient.  The "redistribute" command tells Babel to pick routes from the kernel, so you must have a default route installed on your gateway, such that Babel can redistribute it.  For testing, you may use a static route, with some kind of "ip route add 0.0.0.0/0 dev … via … proto static".</div><div><br class=""></div><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class="">Is this configuration OK?<br class=""></div></div></blockquote><div><br class=""></div>Not sufficient, for reasons detailed here:</div><div><br class=""></div><div><div>    <a href="http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html" class="">http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html</a></div><div><br class=""></div><div>Matthieu</div></div><br class=""></div></body></html>