All of lore.kernel.org
 help / color / mirror / Atom feed
From: "\"Juha Ylönen\"" <ylonen@gmx.net>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] batman-adv on different archs
Date: Thu, 21 Jan 2010 15:12:27 +0100	[thread overview]
Message-ID: <20100121141227.319490@gmx.net> (raw)
In-Reply-To: <201001210632.19709.lindner_marek@yahoo.de>


-------- Original-Nachricht --------
> Datum: Thu, 21 Jan 2010 06:32:19 +0800
> Von: Marek Lindner <lindner_marek@yahoo.de>

Hi,

Ok, here's another set:
---IN ARM DEVICE---
##> ifconfig
bat0      Link encap:Ethernet  HWaddr BE:8F:67:10:32:A9  
          inet addr:10.1.1.33  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1476  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:768 (768.0 B)  TX bytes:378 (378.0 B)

eth1      Link encap:Ethernet  HWaddr 00:11:F6:83:AF:1C  
          inet addr:10.0.1.33  Bcast:10.0.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9842 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17276 errors:5 dropped:0 overruns:0 carrier:5
          collisions:0 txqueuelen:1000 
          RX bytes:320656 (313.1 KiB)  TX bytes:3038557 (2.8 MiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:784 (784.0 B)  TX bytes:784 (784.0 B)
##> cat /proc/net/batman-adv/interfaces 
[  active] eth1 00:11:f6:83:af:1c 
##> cat /proc/net/batman-adv/originators 
  Originator     (#/255)           Nexthop [outgoingIF]:   Potential nexthops ... [B.A.T.M.A.N. adv 0.3.0-alpha r1559, MainIF/MAC: eth1/00:11:f6:83:af:1c] 
No batman nodes in range ... 
##> route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.1.0        *               255.255.255.0   U     0      0        0 eth1
10.0.0.0        *               255.0.0.0       U     0      0        0 bat0
224.0.0.0       *               240.0.0.0       U     0      0        0 eth1
##> ping -c 3 10.0.1.40
PING 10.0.1.40 (10.0.1.40): 56 data bytes
64 bytes from 10.0.1.40: seq=0 ttl=64 time=19.123 ms
64 bytes from 10.0.1.40: seq=1 ttl=64 time=7.077 ms
64 bytes from 10.0.1.40: seq=2 ttl=64 time=7.239 ms

--- 10.0.1.40 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 7.077/11.146/19.123 ms
---
And the same set from the laptop counterpart:
---LAPTOP---
ylo@ylo-laptop:~$ ifconfig 
bat0      Link encap:Ethernet  HWaddr 26:22:26:1b:f4:f5  
          inet addr:10.1.1.40  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::2422:26ff:fe1b:f4f5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1476  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:936 (936.0 B)

eth0      Link encap:Ethernet  HWaddr 00:24:7e:68:bf:10  
          inet addr:10.10.10.126  Bcast:10.10.10.255  Mask:255.255.255.0
          inet6 addr: fe80::224:7eff:fe68:bf10/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1370811 errors:0 dropped:0 overruns:0 frame:0
          TX packets:613889 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:1847455539 (1.8 GB)  TX bytes:54536457 (54.5 MB)
          Memory:fc000000-fc020000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3060 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3060 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:817467 (817.4 KB)  TX bytes:817467 (817.4 KB)

wlan0     Link encap:Ethernet  HWaddr 00:22:fa:dc:9a:ce  
          inet addr:10.0.1.40  Bcast:10.0.1.255  Mask:255.255.255.0
          inet6 addr: fe80::222:faff:fedc:9ace/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:37473 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5862 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10662970 (10.6 MB)  TX bytes:539481 (539.4 KB)

wmaster0  Link encap:UNSPEC  HWaddr 00-22-FA-DC-9A-CE-61-63-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
ylo@ylo-laptop:~$ cat /proc/net/batman-adv/interfaces 
[  active] wlan0 00:22:fa:dc:9a:ce 
ylo@ylo-laptop:~$ cat /proc/net/batman-adv/originators 
  Originator     (#/255)           Nexthop [outgoingIF]:   Potential nexthops ... [B.A.T.M.A.N. adv 0.3.0-alpha r1559, MainIF/MAC: wlan0/00:22:fa:dc:9a:ce] 
No batman nodes in range ... 
ylo@ylo-laptop:~$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.1.0        *               255.255.255.0   U     0      0        0 wlan0
10.10.10.0      *               255.255.255.0   U     0      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
10.0.0.0        *               255.0.0.0       U     0      0        0 bat0
default         10.10.10.1      0.0.0.0         UG    100    0        0 eth0
ylo@ylo-laptop:~$ ping -c 3 10.0.1.33
PING 10.0.1.33 (10.0.1.33) 56(84) bytes of data.
64 bytes from 10.0.1.33: icmp_seq=1 ttl=64 time=6.08 ms
64 bytes from 10.0.1.33: icmp_seq=2 ttl=64 time=5.71 ms
64 bytes from 10.0.1.33: icmp_seq=3 ttl=64 time=5.59 ms

--- 10.0.1.33 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 5.596/5.797/6.082/0.224 ms
---

> It might be useful to join us on irc to speed things up. Is that an option
> for 
> you ? We idle in #batman on irc.freenode.org.

Yeah, I've been lurking there for a while, but being so much on/off from the computer lately it's been easier to email. I'll certainly begin bugging You through irc once I have time to sit down for a while..=)

-Juha
-- 
Haiti-Nothilfe! Helfen Sie per SMS: Sende UIHAITI an die Nummer 81190.
Von 5 Euro je SMS (zzgl. SMS-Gebühr) gehen 4,83 Euro an UNICEF.

  reply	other threads:[~2010-01-21 14:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-19 14:58 [B.A.T.M.A.N.] batman-adv on different archs "Juha Ylönen"
2010-01-20  2:15 ` Marek Lindner
2010-01-20  9:29   ` "Juha Ylönen"
2010-01-20  9:42     ` Marek Lindner
2010-01-20  9:49     ` Andrew Lunn
2010-01-20  9:51     ` Sven Eckelmann
2010-01-20 13:12   ` "Juha Ylönen"
2010-01-20 22:32     ` Marek Lindner
2010-01-21 14:12       ` "Juha Ylönen" [this message]
2010-01-21 15:29         ` Sven Eckelmann
2010-01-21 17:17         ` Gus Wirth
2010-01-21 18:32           ` Sven Eckelmann
2010-01-22 18:26             ` Simon Wunderlich
2010-01-24 21:19               ` "Juha Ylönen"
  -- strict thread matches above, loose matches on Subject: below --
2010-01-24 21:17 "Juha Ylönen"
2010-01-24 22:03 ` Sven Eckelmann
2010-01-21 19:02 "Juha Ylönen"
2010-01-22 12:16 ` Sven Eckelmann
2010-01-18 11:27 "Juha Ylönen"
2010-01-18 11:39 ` Andrew Lunn
2010-01-18 13:29   ` "Juha Ylönen"
2010-01-18 13:38     ` Marek Lindner
2010-01-18 13:51       ` Andrew Lunn
2010-01-19  7:46         ` "Juha Ylönen"
2010-01-19  7:43       ` "Juha Ylönen"
2010-01-19 12:07         ` Marek Lindner
2010-01-19 14:51           ` "Juha Ylönen"
2010-01-19 15:11             ` Sven Eckelmann
     [not found]               ` <20100119153233.319500@gmx.net>
2010-01-19 17:12                 ` Sven Eckelmann
2010-01-19 19:37             ` Simon Wunderlich
2010-01-20 14:05               ` "Juha Ylönen"
2010-01-20 21:58                 ` Marek Lindner
2010-01-18 11:42 ` Marek Lindner

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=20100121141227.319490@gmx.net \
    --to=ylonen@gmx.net \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /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.