On Thu, Feb 19, 2015 at 6:58 PM, pramod Jayram <[email protected]> wrote: > Hello everyone, > Even i have the same problem. I have created two wireless network one in > ap mode and other in adhoc mode with two different ip address which assigns > ip to clients using dhcp. But a client (not running babel) connected to ap > cannot find the route generated by the mesh node(router running babel on > wireles interface) running babeld i.e it cannot ping any other nodes > available in the network. Is there something that i should be aware of?
ip route and traceroute are you friends here. Taking a guess, it is likely you need to be exporting the entire /24 from the network you wish to have people connect to. by default, babel only exports p2p interfaces, e.g. /32 routes. put into the the mesh node´s babeld.conf the x.y.z.q. ip address ranges it uses. redistribute local ip x.y.z.q/24 ge 24 allow > Thanks > regards > > On Sun, Feb 15, 2015 at 6:30 PM, Juliusz Chroboczek > <[email protected]> wrote: >> >> > I am in no way an expert with babeld, but I will try to answer your >> > question. >> >> Everything you say is correct. >> >> -- Juliusz >> >> _______________________________________________ >> Babel-users mailing list >> [email protected] >> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users > > > > _______________________________________________ > Babel-users mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users -- Dave Täht thttp://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

