public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] bridging problem
@ 2012-06-05 20:09 Walter Robert Ditzler
  2012-06-05 20:46 ` Sven Eckelmann
  0 siblings, 1 reply; 13+ messages in thread
From: Walter Robert Ditzler @ 2012-06-05 20:09 UTC (permalink / raw)
  To: b.a.t.m.a.n

hi batman list,

i have problem setting up batman-adv "clients". i could need some help
indeed.

thank you very much for replying!

walter


what i want
**********

| eth0  bat0(wlan0) | <mesh network> | bat(wlan0) eth0 |  <ethernet>
(backbone lan)


| wlan0 (Client)       |

my questions:
***********
1) do i need 2 wifi network cards in the mp box to connect with wireless
hosts (laptop's)?
2) if yes, how can i make the bridging to work form connected hosts
(laptop's) and eth0?

with what i work
**************
1) alix2 boards
2) debian 6.0.5
3) kernel 3.4 486

what i did
********
#!/bin/bash

ifconfig eth0 down
ifconfig wlan0 down
ifconfig wlan1 down

iw dev wlan0 del
iw dev wlan1 del

iw phy phy0 interface add mesh0 type adhoc
ifconfig mesh0 mtu 1528
iwconfig mesh0 mode ad-hoc essid adradix_mesh ap 02:12:34:56:78:9A channel 3

batctl if add mesh0

ifconfig mesh0 0.0.0.0 up
ifconfig bat0 0.0.0.0 up
ifconfig eth0 0.0.0.0 up

brctl addbr br0
brctl addif br0 bat0
brctl addif br0 eth0
ifconfig br0 10.10.10.11 netmask 255.255.255.0 up

route add default gw 10.10.10.1

exit 0;



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

end of thread, other threads:[~2012-06-11 15:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 20:09 [B.A.T.M.A.N.] bridging problem Walter Robert Ditzler
2012-06-05 20:46 ` Sven Eckelmann
2012-06-05 22:16   ` Walter Robert Ditzler
2012-06-06  6:53     ` Antonio Quartulli
2012-06-06  6:59     ` Sven Eckelmann
2012-06-06 12:26       ` Walter Robert Ditzler
2012-06-06 12:37         ` Sven Eckelmann
2012-06-06 12:59           ` Walter Robert Ditzler
2012-06-06 13:04             ` Wayne Abroue
2012-06-06 13:08             ` Sven Eckelmann
     [not found]               ` <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAJ8P9S1hURlDutIgnj5PzCIBAAAAAA==@gmail.com>
2012-06-06 16:33                 ` Sven Eckelmann
     [not found]               ` <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAPMeAInHZDxMj0Jo5ITXNbIBAAAAAA==@gmail.com>
2012-06-11 14:35                 ` Sven Eckelmann
2012-06-11 15:46                   ` Walter Robert Ditzler

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