All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] First batman tests
@ 2007-02-14 12:37 Benjamin Henrion
  2007-02-15 14:58 ` elektra
  2007-02-16 18:35 ` axel
  0 siblings, 2 replies; 3+ messages in thread
From: Benjamin Henrion @ 2007-02-14 12:37 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi,

We met with several people in Brussels active on the reseaucitoyen
project to test Batman.

Our configuration was 4 laptops like this:

laptop1 <----ethernet----> laptop2
+                                               +
+                                               +
+                                               +
wlan1                                    wlan11
+                                               +
+                                               +
+                                               +
laptop3 <----ethernet----> laptop4

With 8 different IPs for the 8 interfaces.

We launched batman-0.10 on all the nodes, but it appeared that one of
the interfaces was not reachable via ping. And the experience was
reproductible when we restarted the dameon, sometimes with a different
IP unreachable.

We are going to test the same configuration soon to see if batman
chooses the fastest route in terms of throughput.

Best,

--
Benjamin Henrion <bhenrion at ffii.org>
FFII Brussels - +32-484-566109 - +32-2-4148403

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] First batman tests
  2007-02-14 12:37 [B.A.T.M.A.N.] First batman tests Benjamin Henrion
@ 2007-02-15 14:58 ` elektra
  2007-02-16 18:35 ` axel
  1 sibling, 0 replies; 3+ messages in thread
From: elektra @ 2007-02-15 14:58 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi -

please use the most recent version in the download section for your 
tests. There are known bugs in 0.1.

Happy routing!

cu elektra
> Hi,
>
> We met with several people in Brussels active on the reseaucitoyen
> project to test Batman.
>
> Our configuration was 4 laptops like this:
>
> laptop1 <----ethernet----> laptop2
> +                                               +
> +                                               +
> +                                               +
> wlan1                                    wlan11
> +                                               +
> +                                               +
> +                                               +
> laptop3 <----ethernet----> laptop4
>
> With 8 different IPs for the 8 interfaces.
>
> We launched batman-0.10 on all the nodes, but it appeared that one of
> the interfaces was not reachable via ping. And the experience was
> reproductible when we restarted the dameon, sometimes with a different
> IP unreachable.
>
> We are going to test the same configuration soon to see if batman
> chooses the fastest route in terms of throughput.
>
> Best,
>
> -- 
> Benjamin Henrion <bhenrion at ffii.org>
> FFII Brussels - +32-484-566109 - +32-2-4148403
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] First batman tests
  2007-02-14 12:37 [B.A.T.M.A.N.] First batman tests Benjamin Henrion
  2007-02-15 14:58 ` elektra
@ 2007-02-16 18:35 ` axel
  1 sibling, 0 replies; 3+ messages in thread
From: axel @ 2007-02-16 18:35 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hello,

Another comment on your scenario:
Each node should always be reachable (if a suitable path in the mesh exists) 
via the IP of the first configured interface ( eth0 if launched as: batmand 
eth0 ath0 ).

Some more background:
If batman is configured to serve multiple interfaces only one of them (the 
first defined one) is announced with a TTL=50. The second and further 
interfaces are by default announced with a TTL=2 only. The reason for that 
is, that one known IP-address is sufficient for distant nodes to reach that 
node and therefore at least one of the configured interfaces and 
corresponding IP must be announced with a high (50) TTL.
Announcing all interfaces with a high TTL would only cause increased routing 
tables and a waste of bandwidth due to additional OGM messages traversing the 
mesh. 
However, all configured interfaces need to announce their existence at least 
to their neighbors in order to indicate the existence of a link so that they 
can be used (thats why the remaining interfaces are configured with a 
TTL=2 ). 
Because all IPs are announced (with seperate OGMs) via all interfaces, it does 
not matter which interfaces have a good connectivity to its' neighbors and 
which not.
That is one interesting thing with batman: A node does not know the exact path 
to a destination node, it only knows the best neighbor towards the 
destination node. Therefore, in a multi-hop-scenario, you can even configure 
intermediate nodes with a TTL=2 for all interfaces, making such nodes fully 
invisible for all more-than-two-hops-away-nodes. Such invisible intermediate 
nodes would still be used for routing end2end traffic.

ciao,
axel


On Wednesday, 14. February 2007 13:37, Benjamin Henrion wrote:
> Hi,
>
> We met with several people in Brussels active on the reseaucitoyen
> project to test Batman.
>
> Our configuration was 4 laptops like this:
>
> laptop1 <----ethernet----> laptop2
> +                                               +
> +                                               +
> +                                               +
> wlan1                                    wlan11
> +                                               +
> +                                               +
> +                                               +
> laptop3 <----ethernet----> laptop4
>
> With 8 different IPs for the 8 interfaces.
>
> We launched batman-0.10 on all the nodes, but it appeared that one of
> the interfaces was not reachable via ping. And the experience was
> reproductible when we restarted the dameon, sometimes with a different
> IP unreachable.
>
> We are going to test the same configuration soon to see if batman
> chooses the fastest route in terms of throughput.
>
> Best,
>
> --
> Benjamin Henrion <bhenrion at ffii.org>
> FFII Brussels - +32-484-566109 - +32-2-4148403
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-16 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-14 12:37 [B.A.T.M.A.N.] First batman tests Benjamin Henrion
2007-02-15 14:58 ` elektra
2007-02-16 18:35 ` axel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.