* [B.A.T.M.A.N.] batman-adv debian announcement
@ 2008-11-16 16:04 Marek Lindner
2008-11-16 16:06 ` Outback Dingo
0 siblings, 1 reply; 13+ messages in thread
From: Marek Lindner @ 2008-11-16 16:04 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Hi,
even if the news is still some days old - its worth mentioning:
batman-advanced is now available in Debian!
The packages are available through your favorite dpkg frontend (apt-get,
aptitude, ...) using the unstable repositories. To follow the package
development you can visit the following pages:
http://packages.debian.org/sid/batman-adv-source
http://packages.debian.org/sid/batman-adv-battool
batman-adv-source contains the source code and can be compiled for your kernel
using module-assistant [1]. batman-adv-battool contains the battool which
provides ping, traceroute and other tools for the batman-adv network.
Big thanks to Sven Eckelmann, Simon Wunderlich and Holger Levsen for their
work on these packages. :)
BTW, you also can find the current batman stable (0.3) in the lenny and
unstable repositories. Here the respective package pages:
http://packages.debian.org/lenny/batmand
http://packages.debian.org/sid/batmand
Regards,
Marek
[1] http://packages.debian.org/sid/module-assistant
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:04 [B.A.T.M.A.N.] batman-adv debian announcement Marek Lindner
@ 2008-11-16 16:06 ` Outback Dingo
2008-11-16 16:26 ` Marek Lindner
2008-11-16 16:27 ` Simon Wunderlich
0 siblings, 2 replies; 13+ messages in thread
From: Outback Dingo @ 2008-11-16 16:06 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]
any good docs on configuring batman-adv for atheros ?
On Sun, Nov 16, 2008 at 11:04 PM, Marek Lindner <lindner_marek@yahoo.de>wrote:
>
> Hi,
>
> even if the news is still some days old - its worth mentioning:
> batman-advanced is now available in Debian!
>
> The packages are available through your favorite dpkg frontend (apt-get,
> aptitude, ...) using the unstable repositories. To follow the package
> development you can visit the following pages:
>
> http://packages.debian.org/sid/batman-adv-source
> http://packages.debian.org/sid/batman-adv-battool
>
> batman-adv-source contains the source code and can be compiled for your
> kernel
> using module-assistant [1]. batman-adv-battool contains the battool which
> provides ping, traceroute and other tools for the batman-adv network.
>
> Big thanks to Sven Eckelmann, Simon Wunderlich and Holger Levsen for their
> work on these packages. :)
>
> BTW, you also can find the current batman stable (0.3) in the lenny and
> unstable repositories. Here the respective package pages:
>
> http://packages.debian.org/lenny/batmand
> http://packages.debian.org/sid/batmand
>
>
> Regards,
> Marek
>
>
> [1] http://packages.debian.org/sid/module-assistant
>
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
[-- Attachment #2: Type: text/html, Size: 2226 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:06 ` Outback Dingo
@ 2008-11-16 16:26 ` Marek Lindner
2008-11-16 16:30 ` Outback Dingo
2008-11-16 16:27 ` Simon Wunderlich
1 sibling, 1 reply; 13+ messages in thread
From: Marek Lindner @ 2008-11-16 16:26 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday 17 November 2008 00:06:37 Outback Dingo wrote:
> any good docs on configuring batman-adv for atheros ?
We are writing it but it takes time. :-)
Here the short intro:
Batman advanced is not aware of the Atheros driver. On every hardware it runs
in the same way.
Load the module -> modprobe batman-adv-core
In /proc/net/batman-adv/ you will find the files to tweak batman. E.g. give it a
device to operate on -> echo eth0 > /proc/net/batman-adv/interface
deactivate batman-adv -> echo "" > /proc/net/batman-adv/interface
The other files in that folder should be self explanatory. If not come back and
ask us.
Regards,
Marek
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:06 ` Outback Dingo
2008-11-16 16:26 ` Marek Lindner
@ 2008-11-16 16:27 ` Simon Wunderlich
2008-11-16 16:32 ` Outback Dingo
1 sibling, 1 reply; 13+ messages in thread
From: Simon Wunderlich @ 2008-11-16 16:27 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 1875 bytes --]
The README also applies to Atheros hardware:
https://dev.open-mesh.net/batman/file/trunk/batman-adv-kernelland/README
regards,
Simon
On Sun, Nov 16, 2008 at 11:06:37PM +0700, Outback Dingo wrote:
> any good docs on configuring batman-adv for atheros ?
>
> On Sun, Nov 16, 2008 at 11:04 PM, Marek Lindner <lindner_marek@yahoo.de>wrote:
>
> >
> > Hi,
> >
> > even if the news is still some days old - its worth mentioning:
> > batman-advanced is now available in Debian!
> >
> > The packages are available through your favorite dpkg frontend (apt-get,
> > aptitude, ...) using the unstable repositories. To follow the package
> > development you can visit the following pages:
> >
> > http://packages.debian.org/sid/batman-adv-source
> > http://packages.debian.org/sid/batman-adv-battool
> >
> > batman-adv-source contains the source code and can be compiled for your
> > kernel
> > using module-assistant [1]. batman-adv-battool contains the battool which
> > provides ping, traceroute and other tools for the batman-adv network.
> >
> > Big thanks to Sven Eckelmann, Simon Wunderlich and Holger Levsen for their
> > work on these packages. :)
> >
> > BTW, you also can find the current batman stable (0.3) in the lenny and
> > unstable repositories. Here the respective package pages:
> >
> > http://packages.debian.org/lenny/batmand
> > http://packages.debian.org/sid/batmand
> >
> >
> > Regards,
> > Marek
> >
> >
> > [1] http://packages.debian.org/sid/module-assistant
> >
> >
> > _______________________________________________
> > B.A.T.M.A.N mailing list
> > B.A.T.M.A.N@open-mesh.net
> > https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
> >
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:26 ` Marek Lindner
@ 2008-11-16 16:30 ` Outback Dingo
2008-11-16 16:48 ` Simon Wunderlich
0 siblings, 1 reply; 13+ messages in thread
From: Outback Dingo @ 2008-11-16 16:30 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]
ok lastly, it seems possible its very similiar config to bmxd which is what
has been running, though layer 3, im trying to get layer 2 kernel routing
going
originally i used batgat but yet it was problematic, so its safe to say i
could go batman-adv and drop bmxd? as i belive one is not compatible with
the
other in the mesh
On Sun, Nov 16, 2008 at 11:26 PM, Marek Lindner <lindner_marek@yahoo.de>wrote:
> On Monday 17 November 2008 00:06:37 Outback Dingo wrote:
> > any good docs on configuring batman-adv for atheros ?
>
> We are writing it but it takes time. :-)
>
>
> Here the short intro:
>
> Batman advanced is not aware of the Atheros driver. On every hardware it
> runs
> in the same way.
>
> Load the module -> modprobe batman-adv-core
>
> In /proc/net/batman-adv/ you will find the files to tweak batman. E.g. give
> it a
> device to operate on -> echo eth0 > /proc/net/batman-adv/interface
>
> deactivate batman-adv -> echo "" > /proc/net/batman-adv/interface
>
> The other files in that folder should be self explanatory. If not come back
> and
> ask us.
>
> Regards,
> Marek
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
[-- Attachment #2: Type: text/html, Size: 1846 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:27 ` Simon Wunderlich
@ 2008-11-16 16:32 ` Outback Dingo
2008-11-16 16:48 ` Marek Lindner
0 siblings, 1 reply; 13+ messages in thread
From: Outback Dingo @ 2008-11-16 16:32 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 2448 bytes --]
LOL it seriously cant be this easy :)
On Sun, Nov 16, 2008 at 11:27 PM, Simon Wunderlich <
simon.wunderlich@s2003.tu-chemnitz.de> wrote:
> The README also applies to Atheros hardware:
>
> https://dev.open-mesh.net/batman/file/trunk/batman-adv-kernelland/README
>
> regards,
> Simon
>
> On Sun, Nov 16, 2008 at 11:06:37PM +0700, Outback Dingo wrote:
> > any good docs on configuring batman-adv for atheros ?
> >
> > On Sun, Nov 16, 2008 at 11:04 PM, Marek Lindner <lindner_marek@yahoo.de
> >wrote:
> >
> > >
> > > Hi,
> > >
> > > even if the news is still some days old - its worth mentioning:
> > > batman-advanced is now available in Debian!
> > >
> > > The packages are available through your favorite dpkg frontend
> (apt-get,
> > > aptitude, ...) using the unstable repositories. To follow the package
> > > development you can visit the following pages:
> > >
> > > http://packages.debian.org/sid/batman-adv-source
> > > http://packages.debian.org/sid/batman-adv-battool
> > >
> > > batman-adv-source contains the source code and can be compiled for your
> > > kernel
> > > using module-assistant [1]. batman-adv-battool contains the battool
> which
> > > provides ping, traceroute and other tools for the batman-adv network.
> > >
> > > Big thanks to Sven Eckelmann, Simon Wunderlich and Holger Levsen for
> their
> > > work on these packages. :)
> > >
> > > BTW, you also can find the current batman stable (0.3) in the lenny and
> > > unstable repositories. Here the respective package pages:
> > >
> > > http://packages.debian.org/lenny/batmand
> > > http://packages.debian.org/sid/batmand
> > >
> > >
> > > Regards,
> > > Marek
> > >
> > >
> > > [1] http://packages.debian.org/sid/module-assistant
> > >
> > >
> > > _______________________________________________
> > > B.A.T.M.A.N mailing list
> > > B.A.T.M.A.N@open-mesh.net
> > > https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
> > >
>
> > _______________________________________________
> > B.A.T.M.A.N mailing list
> > B.A.T.M.A.N@open-mesh.net
> > https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFJIEnurzg/fFk7axYRAk0mAJ9lNbvJJhgHtLRZqcEniHlsA7Ek7wCg06E0
> k2oDvj0hf+mvjIdykS1+0C8=
> =LnLX
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
>
[-- Attachment #2: Type: text/html, Size: 4136 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:32 ` Outback Dingo
@ 2008-11-16 16:48 ` Marek Lindner
0 siblings, 0 replies; 13+ messages in thread
From: Marek Lindner @ 2008-11-16 16:48 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday 17 November 2008 00:32:59 Outback Dingo wrote:
> LOL it seriously cant be this easy :)
Not sure what you mean: :-)
- the path to the "getting started" documentation
- the difficulty level of batman advanced
Regards,
Marek
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:30 ` Outback Dingo
@ 2008-11-16 16:48 ` Simon Wunderlich
2008-11-16 17:11 ` Marek Lindner
0 siblings, 1 reply; 13+ messages in thread
From: Simon Wunderlich @ 2008-11-16 16:48 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 2130 bytes --]
Hey,
yep, bmxd/batman0.3 and batman-adv are both not compatible to each
other.
You should know that batman-adv does not have special gateway support
like the layer 3 batman versions. It can be considered as a big switch
where every node is one virtual hop away. You can therefore configure it
like your home LAN: install DHCP on your router, and that's it. If you
have multiple gateways, you might consider multiple DHCP servers, or
something else ... depending on your scenario. :)
regards,
Simon
On Sun, Nov 16, 2008 at 11:30:06PM +0700, Outback Dingo wrote:
> ok lastly, it seems possible its very similiar config to bmxd which is what
> has been running, though layer 3, im trying to get layer 2 kernel routing
> going
> originally i used batgat but yet it was problematic, so its safe to say i
> could go batman-adv and drop bmxd? as i belive one is not compatible with
> the
> other in the mesh
>
> On Sun, Nov 16, 2008 at 11:26 PM, Marek Lindner <lindner_marek@yahoo.de>wrote:
>
> > On Monday 17 November 2008 00:06:37 Outback Dingo wrote:
> > > any good docs on configuring batman-adv for atheros ?
> >
> > We are writing it but it takes time. :-)
> >
> >
> > Here the short intro:
> >
> > Batman advanced is not aware of the Atheros driver. On every hardware it
> > runs
> > in the same way.
> >
> > Load the module -> modprobe batman-adv-core
> >
> > In /proc/net/batman-adv/ you will find the files to tweak batman. E.g. give
> > it a
> > device to operate on -> echo eth0 > /proc/net/batman-adv/interface
> >
> > deactivate batman-adv -> echo "" > /proc/net/batman-adv/interface
> >
> > The other files in that folder should be self explanatory. If not come back
> > and
> > ask us.
> >
> > Regards,
> > Marek
> >
> > _______________________________________________
> > B.A.T.M.A.N mailing list
> > B.A.T.M.A.N@open-mesh.net
> > https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
> >
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 16:48 ` Simon Wunderlich
@ 2008-11-16 17:11 ` Marek Lindner
2008-11-16 17:22 ` Outback Dingo
0 siblings, 1 reply; 13+ messages in thread
From: Marek Lindner @ 2008-11-16 17:11 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday 17 November 2008 00:48:31 Simon Wunderlich wrote:
> yep, bmxd/batman0.3 and batman-adv are both not compatible to each
> other.
Let me try to be clear at this point: You can run batman and batman-adv at the
same time - no problem here. But you can't expect a batman node and a batman-
adv node to talk to each other. Batman is not aware of batman-adv and vice
versa because they operate on different layers.
Regards,
Marek
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 17:11 ` Marek Lindner
@ 2008-11-16 17:22 ` Outback Dingo
2008-11-16 17:37 ` Marek Lindner
0 siblings, 1 reply; 13+ messages in thread
From: Outback Dingo @ 2008-11-16 17:22 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
ok, perfectly clear, one or the other
now last question, there is a batman-adv kernel module and a batman-adv
userland
am i to assume i dont need the userland if running the kernel mod or are
both required
On Mon, Nov 17, 2008 at 12:11 AM, Marek Lindner <lindner_marek@yahoo.de>wrote:
> On Monday 17 November 2008 00:48:31 Simon Wunderlich wrote:
> > yep, bmxd/batman0.3 and batman-adv are both not compatible to each
> > other.
>
> Let me try to be clear at this point: You can run batman and batman-adv at
> the
> same time - no problem here. But you can't expect a batman node and a
> batman-
> adv node to talk to each other. Batman is not aware of batman-adv and vice
> versa because they operate on different layers.
>
> Regards,
> Marek
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
[-- Attachment #2: Type: text/html, Size: 1395 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 17:22 ` Outback Dingo
@ 2008-11-16 17:37 ` Marek Lindner
2008-11-16 20:21 ` Outback Dingo
0 siblings, 1 reply; 13+ messages in thread
From: Marek Lindner @ 2008-11-16 17:37 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday 17 November 2008 01:22:24 Outback Dingo wrote:
> ok, perfectly clear, one or the other
Good. :-)
> now last question, there is a batman-adv kernel module and a batman-adv
> userland
> am i to assume i dont need the userland if running the kernel mod or are
> both required
Correct - you only need one of them. At the moment the kernel implementation
is a bit ahead compared to user space. I hope in the coming weeks I will find
the time to update the user space branch.
Regards,
Marek
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 17:37 ` Marek Lindner
@ 2008-11-16 20:21 ` Outback Dingo
2008-11-17 2:08 ` Marek Lindner
0 siblings, 1 reply; 13+ messages in thread
From: Outback Dingo @ 2008-11-16 20:21 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
whats tells batmand-advanced its actually an internet gateway ???
On Mon, Nov 17, 2008 at 12:37 AM, Marek Lindner <lindner_marek@yahoo.de>wrote:
> On Monday 17 November 2008 01:22:24 Outback Dingo wrote:
> > ok, perfectly clear, one or the other
>
> Good. :-)
>
>
> > now last question, there is a batman-adv kernel module and a batman-adv
> > userland
> > am i to assume i dont need the userland if running the kernel mod or are
> > both required
>
> Correct - you only need one of them. At the moment the kernel
> implementation
> is a bit ahead compared to user space. I hope in the coming weeks I will
> find
> the time to update the user space branch.
>
> Regards,
> Marek
>
> _______________________________________________
> B.A.T.M.A.N mailing list
> B.A.T.M.A.N@open-mesh.net
> https://list.open-mesh.net/mm/listinfo/b.a.t.m.a.n
>
[-- Attachment #2: Type: text/html, Size: 1396 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [B.A.T.M.A.N.] batman-adv debian announcement
2008-11-16 20:21 ` Outback Dingo
@ 2008-11-17 2:08 ` Marek Lindner
0 siblings, 0 replies; 13+ messages in thread
From: Marek Lindner @ 2008-11-17 2:08 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday 17 November 2008 04:21:22 Outback Dingo wrote:
> whats tells batmand-advanced its actually an internet gateway ???
Here is what Simon wrote some mails ago: :-)
You should know that batman-adv does not have special gateway support
like the layer 3 batman versions. It can be considered as a big switch
where every node is one virtual hop away. You can therefore configure it
like your home LAN: install DHCP on your router, and that's it. If you
have multiple gateways, you might consider multiple DHCP servers, or
something else ... depending on your scenario. :)
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-11-17 2:08 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 16:04 [B.A.T.M.A.N.] batman-adv debian announcement Marek Lindner
2008-11-16 16:06 ` Outback Dingo
2008-11-16 16:26 ` Marek Lindner
2008-11-16 16:30 ` Outback Dingo
2008-11-16 16:48 ` Simon Wunderlich
2008-11-16 17:11 ` Marek Lindner
2008-11-16 17:22 ` Outback Dingo
2008-11-16 17:37 ` Marek Lindner
2008-11-16 20:21 ` Outback Dingo
2008-11-17 2:08 ` Marek Lindner
2008-11-16 16:27 ` Simon Wunderlich
2008-11-16 16:32 ` Outback Dingo
2008-11-16 16:48 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox