b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] strange batman aborting
@ 2007-12-06  2:34 Jan Hetges
  2007-12-06  4:34 ` Axel Neumann
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jan Hetges @ 2007-12-06  2:34 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

Hi All
after two weeks uptime bmxd_rv804 just died! and not only that one,
but on a neighbouring node (~5 days uptime) as well.
So i restarted them, and about 26hrs later, they are both dead again.
So i enabled Lui's watchout4batman, maybe i see at least, which one 
dies first. Only unnormal in the log:
 user.warn kernel: nf_conntrack: table full, dropping packet.
any ideas?

cheers

  --Jan

p.s. both boxes run kamikaze 7.07 i386  

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [B.A.T.M.A.N.] strange batman aborting
  2007-12-06  2:34 [B.A.T.M.A.N.] strange batman aborting Jan Hetges
@ 2007-12-06  4:34 ` Axel Neumann
  2007-12-06 11:08 ` Predrag Balorda
  2007-12-06 17:48 ` tetzlav
  2 siblings, 0 replies; 8+ messages in thread
From: Axel Neumann @ 2007-12-06  4:34 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Hi jan,

just sitting here with lui and discussing your problem...
batman usually terminates itself when it finds a firewall blocking its own 
packets. Seems like your firewall starts to drop packets beause the maximum 
number of possible connection tracking has been exceeded. You can find more 
information about that (and also how to increase the limit) here:
http://www.fli4l.de/fileadmin/doc/deutsch/html/fli4l-3.1.3/node9.html

to see the currently tracked connection look at 
cat /proc/net/ip_conntrack

ciao,
lui, axel

On Donnerstag 06 Dezember 2007, Jan Hetges wrote:
> Hi All
> after two weeks uptime bmxd_rv804 just died! and not only that one,
> but on a neighbouring node (~5 days uptime) as well.
> So i restarted them, and about 26hrs later, they are both dead again.
> So i enabled Lui's watchout4batman, maybe i see at least, which one
> dies first. Only unnormal in the log:
>  user.warn kernel: nf_conntrack: table full, dropping packet.
> any ideas?
>
> cheers
>
>   --Jan
>
> p.s. both boxes run kamikaze 7.07 i386



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

* RE: [B.A.T.M.A.N.] strange batman aborting
  2007-12-06  2:34 [B.A.T.M.A.N.] strange batman aborting Jan Hetges
  2007-12-06  4:34 ` Axel Neumann
@ 2007-12-06 11:08 ` Predrag Balorda
  2007-12-06 23:42   ` Jan Hetges
  2007-12-06 17:48 ` tetzlav
  2 siblings, 1 reply; 8+ messages in thread
From: Predrag Balorda @ 2007-12-06 11:08 UTC (permalink / raw)
  To: 'The list for a Better Approach To Mobile Ad-hoc Networking'

This table full thingy could be that you are reaching your upper limit on
connections. Perhaps someone playing with bittorrent (or similar) on your
network? You either increase the maximum number of connections or you
decrease the timeout values.
Just an idea...

Pele

-----Original Message-----
From: b.a.t.m.a.n-bounces@open-mesh.net
[mailto:b.a.t.m.a.n-bounces@open-mesh.net] On Behalf Of Jan Hetges
Sent: Thursday, December 06, 2007 3:34 AM
To: b.a.t.m.a.n@open-mesh.net
Subject: [B.A.T.M.A.N.] strange batman aborting

Hi All
after two weeks uptime bmxd_rv804 just died! and not only that one, but on a
neighbouring node (~5 days uptime) as well.
So i restarted them, and about 26hrs later, they are both dead again.
So i enabled Lui's watchout4batman, maybe i see at least, which one dies
first. Only unnormal in the log:
 user.warn kernel: nf_conntrack: table full, dropping packet.
any ideas?

cheers

  --Jan

p.s. both boxes run kamikaze 7.07 i386  


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

* Re: [B.A.T.M.A.N.] strange batman aborting
  2007-12-06  2:34 [B.A.T.M.A.N.] strange batman aborting Jan Hetges
  2007-12-06  4:34 ` Axel Neumann
  2007-12-06 11:08 ` Predrag Balorda
@ 2007-12-06 17:48 ` tetzlav
  2007-12-06 20:31   ` Jan Hetges
  2 siblings, 1 reply; 8+ messages in thread
From: tetzlav @ 2007-12-06 17:48 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Jan Hetges schrieb:
> Only unnormal in the log:
>  user.warn kernel: nf_conntrack: table full, dropping packet.
> any ideas?

I've had the same Problem (independent from batmand) on some kamikaze-boxes.
You can try to enlarge the max-memory for conntrack (default is 2048):

> root@MB-1-WDS:~$ sysctl net.ipv4.netfilter.ip_conntrack_max
> net.ipv4.netfilter.ip_conntrack_max = 2048
> root@MB-1-WDS:~$ sysctl -w net.ipv4.netfilter.ip_conntrack_max=8192
> net.ipv4.netfilter.ip_conntrack_max = 8192
> root@MB-1-WDS:~$ sysctl net.ipv4.netfilter.ip_conntrack_max       
> net.ipv4.netfilter.ip_conntrack_max = 8192

append something like this to /etc/sysctl.conf
net.ipv4.netfilter.ip_conntrack_max=8192


Regards
tetzlav

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

* Re: [B.A.T.M.A.N.] strange batman aborting
  2007-12-06 17:48 ` tetzlav
@ 2007-12-06 20:31   ` Jan Hetges
  2007-12-10  8:50     ` [B.A.T.M.A.N.] exp-rv811 and exp-864 non-interoperable? Predrag Balorda
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Hetges @ 2007-12-06 20:31 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 24 bytes --]

Thanks All 

  --Jan

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [B.A.T.M.A.N.] strange batman aborting
  2007-12-06 11:08 ` Predrag Balorda
@ 2007-12-06 23:42   ` Jan Hetges
  0 siblings, 0 replies; 8+ messages in thread
From: Jan Hetges @ 2007-12-06 23:42 UTC (permalink / raw)
  To: pele, The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

On Thu, Dec 06, 2007 at 12:08:43PM +0100, Predrag Balorda wrote:
> connections. Perhaps someone playing with bittorrent (or similar) on your

no, two infected windoze boxes in my favourite e-cafe looking for new
friends (with port 135 open) in neighbouring networks ;-)

cheers

  --Jan

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [B.A.T.M.A.N.] exp-rv811 and exp-864 non-interoperable?
  2007-12-06 20:31   ` Jan Hetges
@ 2007-12-10  8:50     ` Predrag Balorda
  2007-12-10 20:50       ` Jan Hetges
  0 siblings, 1 reply; 8+ messages in thread
From: Predrag Balorda @ 2007-12-10  8:50 UTC (permalink / raw)
  To: 'The list for a Better Approach To Mobile Ad-hoc Networking'

Before I go round upgrading my routers, are these two incompatible because
it seems so? If so then I'll need to figure out the exact order of upgrading
(i.e furthest first - I don't want to have to climb roofs or walk too long)

Best regards,

Pele

P.S. also has anyone compared network throughput between beta and exp and
are there any benefits to beta over exp?
P.P.S I'm experimenting with PoE and guess which process is the first that
gets killed because of undervoltage?! :-)


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

* Re: [B.A.T.M.A.N.] exp-rv811 and exp-864 non-interoperable?
  2007-12-10  8:50     ` [B.A.T.M.A.N.] exp-rv811 and exp-864 non-interoperable? Predrag Balorda
@ 2007-12-10 20:50       ` Jan Hetges
  0 siblings, 0 replies; 8+ messages in thread
From: Jan Hetges @ 2007-12-10 20:50 UTC (permalink / raw)
  To: pele, The list for a Better Approach To Mobile Ad-hoc Networking

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

Hi
first: could you please open a new tread, istead of replying OT ?!
On Mon, Dec 10, 2007 at 09:50:57AM +0100, Predrag Balorda wrote:
> Before I go round upgrading my routers, are these two incompatible because
> it seems so? If so then I'll need to figure out the exact order of upgrading
> (i.e furthest first - I don't want to have to climb roofs or walk too long)
if you read the ChangeLog, you see: 
12/09/07 15:48:20 863 863    axel   Incremented Compatibility Version !!

cheers 

  --Jan
> 
> Best regards,
> 
> Pele
> 
> P.S. also has anyone compared network throughput between beta and exp and
> are there any benefits to beta over exp?
> P.P.S I'm experimenting with PoE and guess which process is the first that
> gets killed because of undervoltage?! :-)
> 
> _______________________________________________
> 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: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-12-10 20:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06  2:34 [B.A.T.M.A.N.] strange batman aborting Jan Hetges
2007-12-06  4:34 ` Axel Neumann
2007-12-06 11:08 ` Predrag Balorda
2007-12-06 23:42   ` Jan Hetges
2007-12-06 17:48 ` tetzlav
2007-12-06 20:31   ` Jan Hetges
2007-12-10  8:50     ` [B.A.T.M.A.N.] exp-rv811 and exp-864 non-interoperable? Predrag Balorda
2007-12-10 20:50       ` Jan Hetges

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).