* [B.A.T.M.A.N.] Some questions to BATMAN
@ 2008-12-28 11:14 John Harris
2008-12-29 12:56 ` Don Davis
0 siblings, 1 reply; 7+ messages in thread
From: John Harris @ 2008-12-28 11:14 UTC (permalink / raw)
To: b.a.t.m.a.n
Hiii,
I have some question about BATMAN routing protocol...
I would be appreciate if anybody could help me...
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
"
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 ?
greetings,
John
_______________________________________________________________________
Sensationsangebot verlängert: WEB.DE FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
^ permalink raw reply [flat|nested] 7+ messages in thread
* [B.A.T.M.A.N.] Some questions to BATMAN
@ 2008-12-29 8:36 John Harris
0 siblings, 0 replies; 7+ messages in thread
From: John Harris @ 2008-12-29 8:36 UTC (permalink / raw)
To: b.a.t.m.a.n
Hiii,
I wrote some questions a few day ago ? Could nobody help me regarding this questions ???
Sorry people, the questions are maybe very simple, but as I said I'm a beginner.
_______________________________________________________________________
Sensationsangebot verlängert: WEB.DE FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [B.A.T.M.A.N.] Some questions to BATMAN
2008-12-28 11:14 John Harris
@ 2008-12-29 12:56 ` Don Davis
0 siblings, 0 replies; 7+ messages in thread
From: Don Davis @ 2008-12-29 12:56 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [B.A.T.M.A.N.] Some questions to BATMAN
@ 2008-12-29 20:39 John Harris
2008-12-30 2:14 ` Marek Lindner
0 siblings, 1 reply; 7+ messages in thread
From: John Harris @ 2008-12-29 20:39 UTC (permalink / raw)
To: b.a.t.m.a.n, dondavis
Hiii Don,
thank you very much for your reply, for your help...
>
>> 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 have some problems with my server at the moment, I will write the output of the other commands as soon as possible...
my freifunk firmware is v1.6.29 and the batmand version is :B.A.T.M.A.N. 0.2 rv502 (compability version 3)
>> 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
You helped me a lot so far,thank you,
I will write the output of the commands as soon as possible...
greetings,
John
>
>
>
>
> _______________________________________________
> 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
>
_______________________________________________________________________
Sensationsangebot verlängert: WEB.DE FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [B.A.T.M.A.N.] Some questions to BATMAN
2008-12-29 20:39 John Harris
@ 2008-12-30 2:14 ` Marek Lindner
0 siblings, 0 replies; 7+ messages in thread
From: Marek Lindner @ 2008-12-30 2:14 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
> my freifunk firmware is v1.6.29 and the batmand version is :B.A.T.M.A.N.
> 0.2 rv502 (compability version 3)
please consider upgrading to the latest code. 0.2 is outdated (released May
2007). Version 0.3 is the current stable whereas the 0.3.1 release will happen
in the coming days.
> >> 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 ?
Unless you run your own firewall settings I could imagine you wont need to
configure iptables. The routers need these settings because they use iptables
heavily (unlike a normal desktop).
Marek
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [B.A.T.M.A.N.] Some questions to BATMAN
@ 2008-12-31 12:20 John Harris
0 siblings, 0 replies; 7+ messages in thread
From: John Harris @ 2008-12-31 12:20 UTC (permalink / raw)
To: b.a.t.m.a.n, dondavis
Hii Don,
my scenario look like as follows...
router 1 <---------------------> router 2 <-----------------------> router 3 (connected to server..IP 129.211.186.46)
eth1:bat eth1:bat eth1:bat (11.1.1.2) (wired: 129.211.186.12)
The IP Adress of my router 3 is 129.211.186.12 (dhcp-lan), router 3 is connected to my server with the server IP 129.211.186.46.
I can ping the eth1:bat interface of the router among each other. But I couldn't make a trace to the server IP 129.211.186.46 from
an another router... I get the message:
" *sendto: Network is unreachable
traceroute: wrote 129.211.186.46 40 chars, ret=-1"
My settings to BATMAN are:
----------------------------------------
Management: B.A.T.M.A.N.
WLAN as 11.1.1.3/24
LAN as 129.211.186.12
local internet-bandwidth: This is not a internet-gateway
common used gateway stable
Prefered gateway:
Host&Network Announcement (HNA): 129.211.186.46/24
Visualisation Server:
Hello-Interval [ms]:
----------------------------------------
The output of the command "batmand -c -d 1" on the router I see:
Originator Router (#/128): Potential routers... [B.A.T.M.A.N. 0.2 rv502, MainIF/IP: eth1:bat 11.1.1.1, UT: 0d 1h22m]
11.1.1.3 11.1.1.3 (119): 11.1.1.3 (119)
129.211.186.181 11.1.1.3 (128): 11.1.1.3 (128)
Originator Router (#/128): Potential routers... [B.A.T.M.A.N. 0.2 rv502, MainIF/IP: eth1:bat 11.1.1.3, UT: 0d 0h27m]
11.1.1.1 11.1.1.1 (124): 11.1.1.1 (124)
I would be very appreciate, if you an the others could give me some advice how to fix my problem...How can make a
traceroute form a router to the server IP 129.211.186.46.
Thanks in advance...
greetings,
J
> -----Ursprüngliche Nachricht-----
> Von: "John Harris" <JHarris@web.de>
> Gesendet: 29.12.08 21:39:27
> An: b.a.t.m.a.n@open-mesh.net,dondavis@reglue.org
> Betreff: Re: [B.A.T.M.A.N.] Some questions to BATMAN
> Hiii Don,
>
> thank you very much for your reply, for your help...
>
>
> >
> >> 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 have some problems with my server at the moment, I will write the output of the other commands as soon as possible...
>
>
> my freifunk firmware is v1.6.29 and the batmand version is :B.A.T.M.A.N. 0.2 rv502 (compability version 3)
>
>
>
>
>
> >> 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
>
>
> You helped me a lot so far,thank you,
> I will write the output of the commands as soon as possible...
>
>
> greetings,
> John
>
>
> >
> >
> >
> >
> > _______________________________________________
> > 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
> >
>
_______________________________________________________________________
Täglich 1.000.000 Euro gewinnen! Jetzt kostenlos WEB.DE MillionenKlick
spielen! https://millionenklick.web.de/?mc=mail@footer.mklick@home
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [B.A.T.M.A.N.] Some questions to BATMAN
@ 2008-12-31 14:23 John Harris
0 siblings, 0 replies; 7+ messages in thread
From: John Harris @ 2008-12-31 14:23 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hii,
I have fixed my problem... The reason was the HNA announce...After writing 129.211.186.0If/24 in the HNA field, I could make a
traceroute to my server...
Thank you all for the advices...
If anybody has some advices, comments or want to discuss, don't hesistate to contact me...
greetings,
J
> -----Ursprüngliche Nachricht-----
> Von: "John Harris" <JHarris@web.de>
> Gesendet: 31.12.08 13:24:46
> An: dondavis@reglue.org
> Betreff: Re: [B.A.T.M.A.N.] Some questions to BATMAN
> Hii Don,
>
> my scenario look like as follows...
>
> router 1 <---------------------> router 2 <-----------------------> router 3 (connected to server..IP 129.211.186.46)
> eth1:bat eth1:bat eth1:bat (11.1.1.2) (wired: 129.211.186.12)
>
> The IP Adress of my router 3 is 129.211.186.12 (dhcp-lan), router 3 is connected to my server with the server IP 129.211.186.46.
>
> I can ping the eth1:bat interface of the router among each other. But I couldn't make a trace to the server IP 129.211.186.46 from
> an another router... I get the message:
>
> " *sendto: Network is unreachable
> traceroute: wrote 129.211.186.46 40 chars, ret=-1"
>
> My settings to BATMAN are:
>
> ----------------------------------------
> Management: B.A.T.M.A.N.
>
>
> WLAN as 11.1.1.3/24
> LAN as 129.211.186.12
>
> local internet-bandwidth: This is not a internet-gateway
> common used gateway stable
> Prefered gateway:
> Host&Network Announcement (HNA): 129.211.186.46/24
> Visualisation Server:
> Hello-Interval [ms]:
> ----------------------------------------
>
> The output of the command "batmand -c -d 1" on the router I see:
> Originator Router (#/128): Potential routers... [B.A.T.M.A.N. 0.2 rv502, MainIF/IP: eth1:bat 11.1.1.1, UT: 0d 1h22m]
> 11.1.1.3 11.1.1.3 (119): 11.1.1.3 (119)
> 129.211.186.181 11.1.1.3 (128): 11.1.1.3 (128)
>
> Originator Router (#/128): Potential routers... [B.A.T.M.A.N. 0.2 rv502, MainIF/IP: eth1:bat 11.1.1.3, UT: 0d 0h27m]
> 11.1.1.1 11.1.1.1 (124): 11.1.1.1 (124)
>
>
> I would be very appreciate, if you an the others could give me some advice how to fix my problem...How can make a
> traceroute form a router to the server IP 129.211.186.46.
>
> Thanks in advance...
>
> greetings,
> J
>
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: "John Harris" <JHarris@web.de>
> > Gesendet: 29.12.08 21:39:27
> > An: b.a.t.m.a.n@open-mesh.net,dondavis@reglue.org
> > Betreff: Re: [B.A.T.M.A.N.] Some questions to BATMAN
>
> > Hiii Don,
> >
> > thank you very much for your reply, for your help...
> >
> >
> > >
> > >> 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 have some problems with my server at the moment, I will write the output of the other commands as soon as possible...
> >
> >
> > my freifunk firmware is v1.6.29 and the batmand version is :B.A.T.M.A.N. 0.2 rv502 (compability version 3)
> >
> >
> >
> >
> >
> > >> 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
> >
> >
> > You helped me a lot so far,thank you,
> > I will write the output of the commands as soon as possible...
> >
> >
> > greetings,
> > John
> >
> >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> >
>
>
> _______________________________________________________________________
> Täglich 1.000.000 Euro gewinnen! Jetzt kostenlos WEB.DE MillionenKlick
> spielen! https://millionenklick.web.de/?mc=mail@footer.mklick@home
>
>
> _______________________________________________
> 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
>
_______________________________________________________________________
Sensationsangebot verlängert: WEB.DE FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-12-31 14:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 14:23 [B.A.T.M.A.N.] Some questions to BATMAN John Harris
-- strict thread matches above, loose matches on Subject: below --
2008-12-31 12:20 John Harris
2008-12-29 20:39 John Harris
2008-12-30 2:14 ` Marek Lindner
2008-12-29 8:36 John Harris
2008-12-28 11:14 John Harris
2008-12-29 12:56 ` Don Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox