All of lore.kernel.org
 help / color / mirror / Atom feed
From: Don Davis <dondavis@reglue.org>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@open-mesh.net>
Subject: Re: [B.A.T.M.A.N.] Some questions to BATMAN
Date: Mon, 29 Dec 2008 06:56:55 -0600	[thread overview]
Message-ID: <4958C917.7060803@reglue.org> (raw)
In-Reply-To: <1396672497@web.de>


> 1)
> I will build a mesh network.. One of my router is connected to my server with the IP 129.211.186.12. I can't make 
> a traceroute through my router to this server. If I try to make "traceroute 129.211.186.12" from an another router I get the message:
> "PING 129.211.186.12 (129.211.186.12): 56 data bytes
> ping: sendto: Network is unreachable


router 				Server (129.211.186.12)
(batman eth0) <------------------> (batman some wireless device)

On the router, which firmware are you running with Batman?


When you type batmand -c -d 1 on the router /server what do you see?

What does batmand -v show on the router / server?


> I can send ping requests from my server to the router and from the router to the server, but as I said, I can't make a traceroute to the server
> from an another router. My question is, how can I do this ? 
> 
> In OLSR it was not a problem to trace the server through the router. Should I change something in HNA messages ? 
> 
> 2)
> I read the HowTO from Freifunk Leipzig about the configuration of BATMAN, look here http://wiki.leipzig.freifunk.net/BATMAN. How is the configuration
> If I want to run BATMAN in Ubuntu Intrepid? How can I configure the IPTABLES ?
> 

For newer batman and experimental you'll want to open up ports 4305-4307:

iptables -t filter -I INPUT 2 -p udp --dport 4305 --sport 4305 -j ACCEPT
iptables -t filter -I INPUT 2 -p udp --dport 4306 --sport 4306 -j ACCEPT
iptables -t filter -I INPUT 2 -p udp --dport 4307 --sport 4307 -j ACCEPT
iptables -t filter -I OUTPUT 2 -p udp --dport 4305 --sport 4305 -j ACCEPT
iptables -t filter -I OUTPUT 2 -p udp --dport 4306 --sport 4306 -j ACCEPT
iptables -t filter -I OUTPUT 2 -p udp --dport 4307 --sport 4307 -j ACCEPT





  reply	other threads:[~2008-12-29 12:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-28 11:14 [B.A.T.M.A.N.] Some questions to BATMAN John Harris
2008-12-29 12:56 ` Don Davis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-29  8:36 John Harris
2008-12-29 20:39 John Harris
2008-12-30  2:14 ` Marek Lindner
2008-12-31 12:20 John Harris
2008-12-31 14:23 John Harris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4958C917.7060803@reglue.org \
    --to=dondavis@reglue.org \
    --cc=b.a.t.m.a.n@open-mesh.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.