public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions)
@ 2009-03-03 17:42 marco tozzini
  2009-03-03 18:26 ` elektra
  0 siblings, 1 reply; 4+ messages in thread
From: marco tozzini @ 2009-03-03 17:42 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Hi All

I just installed OpenWRT and B.A.T.M.A.N. on 3 Fonera router (IPs are 
192.168.2.200-201-202)
Started BATMAN on each fonera
Power of fonera limited to 9dBm (instead of 18dBm) since I'm 
experimenting in my small apartment

Then I started BATMAN on my laptop (IP 192.168.2.65)

This is the output of batmand -d 1 wlan0
  Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops 
... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
192.168.2.200   (235)   192.168.2.200 [     wlan0]:   192.168.2.200 
(235)   192.168.2.202 (229)   192.168.2.201 (229)
192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201 
(245)   192.168.2.200 (208)   192.168.2.202 (225)
192.168.2.202   (236)   192.168.2.202 [     wlan0]:   192.168.2.202 
(236)   192.168.2.201 (228)   192.168.2.200 (219)
EOD
BOD
  Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops 
... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
192.168.2.200   (236)   192.168.2.200 [     wlan0]:   192.168.2.200 
(236)   192.168.2.202 (229)   192.168.2.201 (229)
192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201 
(245)   192.168.2.200 (210)   192.168.2.202 (225)
192.168.2.202   (237)   192.168.2.202 [     wlan0]:   192.168.2.202 
(237)   192.168.2.201 (229)   192.168.2.200 (221)
EOD
BOD
  Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops 
... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
192.168.2.200   (237)   192.168.2.200 [     wlan0]:   192.168.2.200 
(237)   192.168.2.202 (229)   192.168.2.201 (229)
192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201 
(245)   192.168.2.200 (212)   192.168.2.202 (225)
192.168.2.202   (237)   192.168.2.202 [     wlan0]:   192.168.2.202 
(237)   192.168.2.201 (229)   192.168.2.200 (223)
EOD
BOD
  Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops 
... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
192.168.2.200   (239)   192.168.2.200 [     wlan0]:   192.168.2.200 
(239)   192.168.2.202 (229)   192.168.2.201 (229)
192.168.2.201   (246)   192.168.2.201 [     wlan0]:   192.168.2.201 
(246)   192.168.2.200 (213)   192.168.2.202 (225)
192.168.2.202   (238)   192.168.2.202 [     wlan0]:   192.168.2.202 
(238)   192.168.2.201 (229)   192.168.2.200 (223)
EOD


Then I started 3 terminal windows with ping command to each of 3 foneras
I get a lot of error from ping command, please check at the following 
output example

 >From 192.168.2.202 icmp_seq=10 Destination Port Unreachable
 >From 192.168.2.202 icmp_seq=11 Destination Port Unreachable
 >From 192.168.2.202 icmp_seq=12 Destination Port Unreachable
64 bytes from 192.168.2.201: icmp_seq=13 ttl=64 time=1.89 ms
64 bytes from 192.168.2.201: icmp_seq=14 ttl=64 time=1.64 ms
64 bytes from 192.168.2.201: icmp_seq=15 ttl=64 time=1.64 ms
64 bytes from 192.168.2.201: icmp_seq=16 ttl=64 time=1.61 ms
64 bytes from 192.168.2.201: icmp_seq=17 ttl=64 time=1.78 ms
 >From 192.168.2.202 icmp_seq=18 Destination Port Unreachable
 >From 192.168.2.202 icmp_seq=19 Destination Port Unreachable
64 bytes from 192.168.2.201: icmp_seq=20 ttl=64 time=1.68 ms
64 bytes from 192.168.2.201: icmp_seq=21 ttl=64 time=1.68 ms
64 bytes from 192.168.2.201: icmp_seq=22 ttl=64 time=1.84 ms
64 bytes from 192.168.2.201: icmp_seq=23 ttl=64 time=1.65 ms
64 bytes from 192.168.2.201: icmp_seq=24 ttl=64 time=1.58 ms


The final result shows a loss of packets from 12% to 64%

1st question: Where is my error?

2nd question: I'm still able to perform ping to fonera router also after 
kill of batmand, is this ok?


Thanks
Marco


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

* Re: [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions)
  2009-03-03 17:42 [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions) marco tozzini
@ 2009-03-03 18:26 ` elektra
  2009-03-03 19:49   ` Dennis Bartsch
  2009-03-04 20:07   ` marco tozzini
  0 siblings, 2 replies; 4+ messages in thread
From: elektra @ 2009-03-03 18:26 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

Hi Marco!

If you experience intermittend operation this is with 99.9% probability a 
driver issue.

Please use a Atheros-based interface with Madwifi driver and all patches  from 
OpenWRT's Madwifi!

And: Use nosbeacon option when creating adhoc VAP and fix the cell-ID 
(IBSSID).

Example:
wlanconfig ath0 create wlandev wifi0 wlanmode adhoc nosbeacon
iwconfig ath0 ap 02:CA:FF:EE:BA:BE

This is the only driver that works reliably. Broadcom proprietary driver with 
IBSS-fix hack works also (Linux 2.4.X from OpenWrt only)

Happy meshing!

cu elektra



>
> I just installed OpenWRT and B.A.T.M.A.N. on 3 Fonera router (IPs are
> 192.168.2.200-201-202)
> Started BATMAN on each fonera
> Power of fonera limited to 9dBm (instead of 18dBm) since I'm
> experimenting in my small apartment
>
> Then I started BATMAN on my laptop (IP 192.168.2.65)
>
> This is the output of batmand -d 1 wlan0
>   Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops
> ... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
> 192.168.2.200   (235)   192.168.2.200 [     wlan0]:   192.168.2.200
> (235)   192.168.2.202 (229)   192.168.2.201 (229)
> 192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201
> (245)   192.168.2.200 (208)   192.168.2.202 (225)
> 192.168.2.202   (236)   192.168.2.202 [     wlan0]:   192.168.2.202
> (236)   192.168.2.201 (228)   192.168.2.200 (219)
> EOD
> BOD
>   Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops
> ... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
> 192.168.2.200   (236)   192.168.2.200 [     wlan0]:   192.168.2.200
> (236)   192.168.2.202 (229)   192.168.2.201 (229)
> 192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201
> (245)   192.168.2.200 (210)   192.168.2.202 (225)
> 192.168.2.202   (237)   192.168.2.202 [     wlan0]:   192.168.2.202
> (237)   192.168.2.201 (229)   192.168.2.200 (221)
> EOD
> BOD
>   Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops
> ... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
> 192.168.2.200   (237)   192.168.2.200 [     wlan0]:   192.168.2.200
> (237)   192.168.2.202 (229)   192.168.2.201 (229)
> 192.168.2.201   (245)   192.168.2.201 [     wlan0]:   192.168.2.201
> (245)   192.168.2.200 (212)   192.168.2.202 (225)
> 192.168.2.202   (237)   192.168.2.202 [     wlan0]:   192.168.2.202
> (237)   192.168.2.201 (229)   192.168.2.200 (223)
> EOD
> BOD
>   Originator  (#/255)         Nexthop [outgoingIF]:   Potential nexthops
> ... [B.A.T.M.A.N. 0.3, MainIF/IP: wlan0/192.168.2.65, UT: 0d 0h 2m]
> 192.168.2.200   (239)   192.168.2.200 [     wlan0]:   192.168.2.200
> (239)   192.168.2.202 (229)   192.168.2.201 (229)
> 192.168.2.201   (246)   192.168.2.201 [     wlan0]:   192.168.2.201
> (246)   192.168.2.200 (213)   192.168.2.202 (225)
> 192.168.2.202   (238)   192.168.2.202 [     wlan0]:   192.168.2.202
> (238)   192.168.2.201 (229)   192.168.2.200 (223)
> EOD
>
>
> Then I started 3 terminal windows with ping command to each of 3 foneras
> I get a lot of error from ping command, please check at the following
> output example
>
>  >From 192.168.2.202 icmp_seq=10 Destination Port Unreachable
>  >From 192.168.2.202 icmp_seq=11 Destination Port Unreachable
>  >From 192.168.2.202 icmp_seq=12 Destination Port Unreachable
>
> 64 bytes from 192.168.2.201: icmp_seq=13 ttl=64 time=1.89 ms
> 64 bytes from 192.168.2.201: icmp_seq=14 ttl=64 time=1.64 ms
> 64 bytes from 192.168.2.201: icmp_seq=15 ttl=64 time=1.64 ms
> 64 bytes from 192.168.2.201: icmp_seq=16 ttl=64 time=1.61 ms
> 64 bytes from 192.168.2.201: icmp_seq=17 ttl=64 time=1.78 ms
>
>  >From 192.168.2.202 icmp_seq=18 Destination Port Unreachable
>  >From 192.168.2.202 icmp_seq=19 Destination Port Unreachable
>
> 64 bytes from 192.168.2.201: icmp_seq=20 ttl=64 time=1.68 ms
> 64 bytes from 192.168.2.201: icmp_seq=21 ttl=64 time=1.68 ms
> 64 bytes from 192.168.2.201: icmp_seq=22 ttl=64 time=1.84 ms
> 64 bytes from 192.168.2.201: icmp_seq=23 ttl=64 time=1.65 ms
> 64 bytes from 192.168.2.201: icmp_seq=24 ttl=64 time=1.58 ms
>
>
> The final result shows a loss of packets from 12% to 64%
>
> 1st question: Where is my error?
>
> 2nd question: I'm still able to perform ping to fonera router also after
> kill of batmand, is this ok?
>
>
> Thanks
> Marco
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://lists.open-mesh.net/mm/listinfo/b.a.t.m.a.n



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

* Re: [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions)
  2009-03-03 18:26 ` elektra
@ 2009-03-03 19:49   ` Dennis Bartsch
  2009-03-04 20:07   ` marco tozzini
  1 sibling, 0 replies; 4+ messages in thread
From: Dennis Bartsch @ 2009-03-03 19:49 UTC (permalink / raw)
  To: b.a.t.m.a.n

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


Hello,

> 
> And: Use nosbeacon option when creating adhoc VAP and fix the cell-ID 
> (IBSSID).
> 

just a hint:

the uci option for getting the same result is "sw_merge" (set to 1) in the wifi-iface section of the ad-hoc VAP.

regards
dennis bartsch

_________________________________________________________________
http://redirect.gimas.net/?n=M0903xIMTicTacToe
Kostenlose Spannung? Spiel jetzt mit Freunden TIC TAC TOE in 3D!

[-- Attachment #2: Type: text/html, Size: 666 bytes --]

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

* Re: [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions)
  2009-03-03 18:26 ` elektra
  2009-03-03 19:49   ` Dennis Bartsch
@ 2009-03-04 20:07   ` marco tozzini
  1 sibling, 0 replies; 4+ messages in thread
From: marco tozzini @ 2009-03-04 20:07 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

elektra wrote:
> Hi Marco!
>
> If you experience intermittend operation this is with 99.9% probability a 
> driver issue.
>
> Please use a Atheros-based interface with Madwifi driver and all patches  from 
> OpenWRT's Madwifi!
>
>
>   
...
> cu elektra
>
>   
I made a quick test using one of the fonera routers as ping originator
The first result shows 0% loss of ping

Thanks for your help

Cheers
Marco


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

end of thread, other threads:[~2009-03-04 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 17:42 [B.A.T.M.A.N.] B.A.T.M.A.N. first experience (2 questions) marco tozzini
2009-03-03 18:26 ` elektra
2009-03-03 19:49   ` Dennis Bartsch
2009-03-04 20:07   ` marco tozzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox