Hi all,
I'm trying to have the following setup:
- Two linux hosts connected to a central host - Each linux host has a local 
route for its IP address with a /32 plen. - The central host sees and 
redistributes those /32 routes.
the central host sees the two neighbors and the routes properly (and installs
them):


prefix metric refmetric id via if installed 10.110.1.2/32 686 256 
8c:e4:92:9c:c8:10:fd:e1 fe80::1009:63ff:fec4:8b5b tap0
yes 10.110.1.4/32 768 256 5c:79:c2:cf:82:ca:d5:cb fe80::c0f:57ff:fea7:bdc4 tap0 
yes
However it's not redistributing them:

prefix metric 10.0.0.0/16 256 10.244.0.0/16 256
It is redistributing two manually defined static routes but not the incoming
routes.
Here is my babeld.conf:
interface tap0 max-rtt-penalty 256
redistribute ip 10.0.0.0/16 le 16 metric 256 redistribute ip 10.244.0.0/16 le 
16 metric 256
in ip 10.110.0.0/12 eq 32 allow redistribute ip 10.110.0.0/12 ge 32 allow # 
also tried # redistribute ip 10.110.0.0/12 ge 32 metric 256
# Nothing else in deny redistribute local deny
Any ideas?
Thanks! ~ Christian Stewart
_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to