public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] Using BATMAN to create a repeater
@ 2013-01-30 20:30 Rip route
  2013-01-30 22:03 ` Antonio Quartulli
  0 siblings, 1 reply; 4+ messages in thread
From: Rip route @ 2013-01-30 20:30 UTC (permalink / raw)
  To: b.a.t.m.a.n

All,
I am trying to create a WiFi repeater using hardware that cannot accommodate a 
normal "bridged repeater" mode. Is it possible to create this type of repeater 
using BATMAN adv?

Thanks
Rip


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

* Re: [B.A.T.M.A.N.] Using BATMAN to create a repeater
  2013-01-30 20:30 [B.A.T.M.A.N.] Using BATMAN to create a repeater Rip route
@ 2013-01-30 22:03 ` Antonio Quartulli
  2013-01-30 22:25   ` Rip route
  0 siblings, 1 reply; 4+ messages in thread
From: Antonio Quartulli @ 2013-01-30 22:03 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

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

On Wed, Jan 30, 2013 at 08:30:52PM +0000, Rip route wrote:
> All,
> I am trying to create a WiFi repeater using hardware that cannot accommodate a 
> normal "bridged repeater" mode. Is it possible to create this type of repeater 
> using BATMAN adv?

If I correctly got your question you may want to connect two nodes via wireless,
then install batman-adv on top of the wifi interfaces ans consequently bridge
the bat0 with the ethernet interface:


     wlan0~~~~~~~wlan0
       .          .
      bat0       bat0
       .          .
      br0        br0
       .          .
     eth0        eth0
       |          |
ETH____/          \_______ETH


wlan0s can be two adhoc interfaces (common case for a mesh) or also an AP/sta
pair.

Cheers,

-- 
Antonio Quartulli

..each of us alone is worth nothing..
Ernesto "Che" Guevara

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [B.A.T.M.A.N.] Using BATMAN to create a repeater
  2013-01-30 22:03 ` Antonio Quartulli
@ 2013-01-30 22:25   ` Rip route
  2013-01-30 22:28     ` Antonio Quartulli
  0 siblings, 1 reply; 4+ messages in thread
From: Rip route @ 2013-01-30 22:25 UTC (permalink / raw)
  To: b.a.t.m.a.n

Antonio Quartulli <ordex@...> writes:

> 
> On Wed, Jan 30, 2013 at 08:30:52PM +0000, Rip route wrote:
> > All,
> > I am trying to create a WiFi repeater using hardware that cannot accommodate 
a 
> > normal "bridged repeater" mode. Is it possible to create this type of 
repeater 
> > using BATMAN adv?
> 
> If I correctly got your question you may want to connect two nodes via 
wireless,
> then install batman-adv on top of the wifi interfaces ans consequently bridge
> the bat0 with the ethernet interface:
> 
>      wlan0~~~~~~~wlan0
>        .          .
>       bat0       bat0
>        .          .
>       br0        br0
>        .          .
>      eth0        eth0
>        |          |
> ETH____/          \_______ETH
> 
> wlan0s can be two adhoc interfaces (common case for a mesh) or also an AP/sta
> pair.
> 
> Cheers,
> 

Thanks but I need to create a repeater where I can't load anything on the root 
AP, I can only access the repeater.

 client1~~~~~wlan0~~~~~~~wlan0~~~~~~client2
               |          
        ETH____/          



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

* Re: [B.A.T.M.A.N.] Using BATMAN to create a repeater
  2013-01-30 22:25   ` Rip route
@ 2013-01-30 22:28     ` Antonio Quartulli
  0 siblings, 0 replies; 4+ messages in thread
From: Antonio Quartulli @ 2013-01-30 22:28 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

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

On Wed, Jan 30, 2013 at 10:25:27PM +0000, Rip route wrote:
> Antonio Quartulli <ordex@...> writes:
> 
> > 
> > On Wed, Jan 30, 2013 at 08:30:52PM +0000, Rip route wrote:
> > > All,
> > > I am trying to create a WiFi repeater using hardware that cannot accommodate 
> a 
> > > normal "bridged repeater" mode. Is it possible to create this type of 
> repeater 
> > > using BATMAN adv?
> > 
> > If I correctly got your question you may want to connect two nodes via 
> wireless,
> > then install batman-adv on top of the wifi interfaces ans consequently bridge
> > the bat0 with the ethernet interface:
> > 
> >      wlan0~~~~~~~wlan0
> >        .          .
> >       bat0       bat0
> >        .          .
> >       br0        br0
> >        .          .
> >      eth0        eth0
> >        |          |
> > ETH____/          \_______ETH
> > 
> > wlan0s can be two adhoc interfaces (common case for a mesh) or also an AP/sta
> > pair.
> > 
> > Cheers,
> > 
> 
> Thanks but I need to create a repeater where I can't load anything on the root 
> AP, I can only access the repeater.
> 
>  client1~~~~~wlan0~~~~~~~wlan0~~~~~~client2
>                |          
>         ETH____/          


I think this detail depends on how you decide to configure the bridging on the
root AP. batman-adv will simply provide you the connectivity between the wifi
devices and the "possibility" to create a bridge. Then it's up to you how to
configure it all.

Cheers,

-- 
Antonio Quartulli

..each of us alone is worth nothing..
Ernesto "Che" Guevara

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-01-30 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 20:30 [B.A.T.M.A.N.] Using BATMAN to create a repeater Rip route
2013-01-30 22:03 ` Antonio Quartulli
2013-01-30 22:25   ` Rip route
2013-01-30 22:28     ` Antonio Quartulli

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