Hi!

> root@GW:~# ip route
> 192.168.3.0/24 <http://192.168.3.0/24> dev eth0.1  proto kernel  scope link  
> src 192.168.3.1
> 192.168.3.135 via 192.168.3.135 dev eth0.1  proto babel onlink
> 192.168.4.0/24 <http://192.168.4.0/24> via 192.168.3.135 dev eth0.1  proto 
> babel onlink
> 192.168.4.1 via 192.168.3.135 dev eth0.1  proto babel onlink

> I currently dont have Wan port connected anywhere on GW router at the moment, 
> is this why I cant see 0.0.0.0/0 <http://0.0.0.0/0> on 2ND?

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".

> Is this configuration OK?

Not sufficient, for reasons detailed here:

    http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html 
<http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html>

Matthieu

_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to