Re: [Babel-users] client to client communication using babel protocol

2015-02-19 Thread Dave Taht
On Thu, Feb 19, 2015 at 6:58 PM, pramod Jayram pramod@gmail.com 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
 j...@pps.univ-paris-diderot.fr 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
 Babel-users@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users



 ___
 Babel-users mailing list
 Babel-users@lists.alioth.debian.org
 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
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Re: [Babel-users] client to client communication using babel protocol

2015-02-19 Thread pramod Jayram
I have used traceroute and ip route but there is no route to other routers
and i have also configured the same in conf file.

thank you

On Fri, Feb 20, 2015 at 8:34 AM, Dave Taht dave.t...@gmail.com wrote:

 On Thu, Feb 19, 2015 at 6:58 PM, pramod Jayram pramod@gmail.com
 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
  j...@pps.univ-paris-diderot.fr 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
  Babel-users@lists.alioth.debian.org
  http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users
 
 
 
  ___
  Babel-users mailing list
  Babel-users@lists.alioth.debian.org
  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
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Re: [Babel-users] client to client communication using babel protocol

2015-02-15 Thread Juliusz Chroboczek
 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
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


Re: [Babel-users] client to client communication using babel protocol

2015-02-09 Thread Juliusz Chroboczek
 Consider I have three routers R1,R2,R3. Each of them are configured with an ad
 hoc network and an access point respectively. The ssid of the of the ad hoc
 network of all the routers be mesh and that of the access points be C0,C1,C2.
 The router is running on babel protocol on wireless interface. So when a
 client say laptop connects to the access point C0 and another laptop connect
 to C2 then can C0 and C2 communicate with each other at 2 hops without any
 configuration of babel?

Are the clients running Babel?

If so, then everything should happen automatically.

If not, then the routers will be able to communicate between themselves
(they're running Babel), but you will need some additional mechanism to
route packets towards the clients.

Please read redistribution in the Babel manual page and in the Babel FAQ.
Once you have done that, please come back and tell us more about your setup.

-- Juliusz

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


[Babel-users] client to client communication using babel protocol

2015-02-08 Thread sachin madhusudhana
Hello guys,I'm i newbie here..my question is as follows,
The babel protocol works fine with 2 hop or 3 hop,so what i wanted to know
is..Consider A B C as the nodes, client of A must communicate to client of
C over two hops using this protocol,if so is there is any configuration
that i should know of?
___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users