All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] Adhoc0 Interface not showing up
@ 2016-06-23  9:24 Sailash Moirangthem
  2016-06-23  9:55 ` Sven Eckelmann
  0 siblings, 1 reply; 10+ messages in thread
From: Sailash Moirangthem @ 2016-06-23  9:24 UTC (permalink / raw)
  To: b.a.t.m.a.n

Hi Team,

I really appreciate for all your contributions in the mesh network.
I am trying to set-up mesh network using tplink WR1043ND routers and
raspberry pi B+ integrated with ra2800usb (wi pi). The tplink routers
are working as expected. Howoever, the raspberry pi is not working.

The configuration file for the Pi board is as follows:

config interface loopback
 option ifname lo
option proto static
 option ipaddr 127.0.0.1
 option netmask 255.0.0.0
config interface lan
option ifname eth0
option type bridge
 option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
 config interface 'mesh'
option ifname 'adhoc0'
option mtu '1528'
 option proto 'batadv'
 option mesh 'bat0'
 config interface mb
option ifname bat0
option type bridge option proto static
 option ipaddr 192.168.99.26
 option netmask 255.255.255.0

using the same config in tplink routers work but not in pi boards. The
adhoc0 interface is not shown up in pi board.

cat sys/class/net/adhoc0/batman-adv/mesh_iface says none.
cat sys/class/net/adhoc0/batman-adv/staus says not in use.

Please Help!!! Thanks in advance.

Yours Sincerely,
Sailash M
Research Student

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

end of thread, other threads:[~2016-06-27  7:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-23  9:24 [B.A.T.M.A.N.] Adhoc0 Interface not showing up Sailash Moirangthem
2016-06-23  9:55 ` Sven Eckelmann
2016-06-23 10:10   ` Sailash Moirangthem
2016-06-23 10:17     ` Sven Eckelmann
     [not found]       ` <CAM3k=84yf5iiZqYrzTK2cSwJGM8cmRH4Vf9cJxthz4Lp3dowCg@mail.gmail.com>
2016-06-23 10:53         ` Sven Eckelmann
2016-06-24 19:57           ` Sven Eckelmann
2016-06-25  4:34             ` sailashm
2016-06-25  5:34               ` Sven Eckelmann
2016-06-27  7:28                 ` Sailash Moirangthem
2016-06-27  7:52                   ` Sven Eckelmann

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.