* [B.A.T.M.A.N.] Batman never stabilizes a route for nodes
@ 2008-09-11 13:01 Outback Dingo
2008-09-12 2:31 ` Marek Lindner
0 siblings, 1 reply; 4+ messages in thread
From: Outback Dingo @ 2008-09-11 13:01 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]
Batmand never established a stable route for clients, ie. they never get
reliable internet, actually to be honest, they get 0 internet cause routing
always loops
Scenerio 30 nodes, 5 gateways, OpenWRT Trunk Batman ver 1105
batman gateway client expired
http://pastebin.com/m1677070a
i also found this thread from before showing a similiar issue
https://list.open-mesh.net/pipermail/b.a.t.m.a.n/2007-September/000277.html
question is how do i get the routes to stabilize so the mesh functions
[-- Attachment #2: Type: text/html, Size: 691 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Batman never stabilizes a route for nodes
2008-09-11 13:01 [B.A.T.M.A.N.] Batman never stabilizes a route for nodes Outback Dingo
@ 2008-09-12 2:31 ` Marek Lindner
2008-09-12 3:12 ` Outback Dingo
0 siblings, 1 reply; 4+ messages in thread
From: Marek Lindner @ 2008-09-12 2:31 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Thursday, 11. September 2008 21:01:11 Outback Dingo wrote:
> Batmand never established a stable route for clients, ie. they never get
> reliable internet, actually to be honest, they get 0 internet cause routing
> always loops
Please be precise here: Do you see routing loops or is your UDP connection not
stable (as indicated by your log) ?
> i also found this thread from before showing a similiar issue
>
> https://list.open-mesh.net/pipermail/b.a.t.m.a.n/2007-September/000277.html
This may or may not apply here. I have a look into the code later. Do you use
different hardware for your gateways and clients or always the same ?
> question is how do i get the routes to stabilize so the mesh functions
As I mentioned before we need a tcpdump of your traffic to help you. Even
better would be a wireshark log from both ends that we can analyze.
Greetings,
Marek
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Batman never stabilizes a route for nodes
2008-09-12 2:31 ` Marek Lindner
@ 2008-09-12 3:12 ` Outback Dingo
2008-09-12 3:49 ` Marek Lindner
0 siblings, 1 reply; 4+ messages in thread
From: Outback Dingo @ 2008-09-12 3:12 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 2018 bytes --]
ok, im getting tcpdumps, this is a test bed of the same hardward atheros
based Ubiquity NS2 devices running OpenWRT trunk
1 gateway -> 70 meters -> 1 node
no batgat, batmand running
it goes into this constant loop as shown in
http://pastebin.com/md162302 which is from last night 10PM
where the gateway and node continuously go into this ip expired loop for
5-15 minutes
causing routing for clients to go away, and network unstability, then it
appears to come back for a while
I also have 21 nodes, same hardware, running batgat which still crashed as
Gustavo pointed out
of which the logs were forwarded, the test bed has been setup to remove
batgat and look for stability
im tcpdumping on both client and gateway now, ill forward the result of
these logs in a bit
as for wireshark ill make a build with that and see if i can get these logs
also
On Fri, Sep 12, 2008 at 9:31 AM, Marek Lindner <lindner_marek@yahoo.de>wrote:
> On Thursday, 11. September 2008 21:01:11 Outback Dingo wrote:
> > Batmand never established a stable route for clients, ie. they never get
> > reliable internet, actually to be honest, they get 0 internet cause
> routing
> > always loops
>
> Please be precise here: Do you see routing loops or is your UDP connection
> not
> stable (as indicated by your log) ?
>
>
> > i also found this thread from before showing a similiar issue
> >
> >
> https://list.open-mesh.net/pipermail/b.a.t.m.a.n/2007-September/000277.html
>
> This may or may not apply here. I have a look into the code later. Do you
> use
> different hardware for your gateways and clients or always the same ?
>
>
> > question is how do i get the routes to stabilize so the mesh functions
>
> As I mentioned before we need a tcpdump of your traffic to help you. Even
> better would be a wireshark log from both ends that we can analyze.
>
> Greetings,
> Marek
>
> _______________________________________________
> 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
>
[-- Attachment #2: Type: text/html, Size: 2786 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [B.A.T.M.A.N.] Batman never stabilizes a route for nodes
2008-09-12 3:12 ` Outback Dingo
@ 2008-09-12 3:49 ` Marek Lindner
0 siblings, 0 replies; 4+ messages in thread
From: Marek Lindner @ 2008-09-12 3:49 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Friday, 12. September 2008 11:12:21 Outback Dingo wrote:
> ok, im getting tcpdumps, this is a test bed of the same hardward atheros
> based Ubiquity NS2 devices running OpenWRT trunk
Then it is not related to your hw and the link posted earlier does not help
here.
> http://pastebin.com/md162302 which is from last night 10PM
Your log is pretty interesting. It shows that the basic functionality is there
but does not work reliably. The gateway is sending the keep alive reply to
the client which further indicates that we don't have an endianess issue
here.
> I also have 21 nodes, same hardware, running batgat which still crashed as
> Gustavo pointed out
> of which the logs were forwarded, the test bed has been setup to remove
> batgat and look for stability
Do you intend to test the latest stability patches from Sven ? May be it
solves your problem. It would be interesting to find out why the network is
less flaky if you use the module.
> im tcpdumping on both client and gateway now, ill forward the result of
> these logs in a bit
> as for wireshark ill make a build with that and see if i can get these logs
> also
Cool !
Greetings,
Marek
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-12 3:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11 13:01 [B.A.T.M.A.N.] Batman never stabilizes a route for nodes Outback Dingo
2008-09-12 2:31 ` Marek Lindner
2008-09-12 3:12 ` Outback Dingo
2008-09-12 3:49 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox