MSGID: 1:153/7001 58c316b8
Hey Alexey!
https://github.com/cozybit/open80211s/wiki/HOWTO
Specifically the section "Secured Mesh Setup using authsae".
I have some hardware planned for the first test of such a network, three Alfa
AWUS036NHA Wireless B/G/N USB Adaptor, with a Atheros AR9271 chipset, that use
the ath9k_htc kernel driver. They supposedly are compatible with all things
wireless mesh in Linux kernel world. I figure three of these ought to cover
the entire neighbourhood if and when strategically located.
In the meantime I took the liberty of building authsae and already have iw and
the interesting information follows;
---------- :read !ldd /sbin/meshd
linux-vdso.so.1 (0x00007ffd5efb3000)
libconfig.so.9 => /usr/lib/libconfig.so.9 (0x00007fc57c65f000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fc57c209000)
librt.so.1 => /lib/librt.so.1 (0x00007fc57c002000)
libc.so.6 => /lib/libc.so.6 (0x00007fc57bcd4000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fc57bad1000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc57b8b5000)
/lib/ld-linux-x86-64.so.2 (0x00007fc57c86a000)
----------
---------- :read !ldd /sbin/meshd-nl80211
linux-vdso.so.1 (0x00007ffed35e4000)
libconfig.so.9 => /usr/lib/libconfig.so.9 (0x00007efc7abc4000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007efc7a76e000)
libnl-3.so.200 => /usr/lib/libnl-3.so.200 (0x00007efc7a551000)
libnl-genl-3.so.200 => /usr/lib/libnl-genl-3.so.200 (0x00007efc7a34b000)
librt.so.1 => /lib/librt.so.1 (0x00007efc7a144000)
libc.so.6 => /lib/libc.so.6 (0x00007efc79e16000)
libdl.so.2 => /lib/libdl.so.2 (0x00007efc79c13000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007efc799f7000)
libm.so.6 => /lib/libm.so.6 (0x00007efc79769000)
/lib/ld-linux-x86-64.so.2 (0x00007efc7adcf000)
----------
---------- :read !ldd /sbin/mon
linux-vdso.so.1 (0x00007fff501ac000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f1582e23000)
librt.so.1 => /lib/librt.so.1 (0x00007f1582c1c000)
libc.so.6 => /lib/libc.so.6 (0x00007f15828ee000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f15826eb000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f15824cf000)
/lib/ld-linux-x86-64.so.2 (0x00007f1583279000)
----------
Note that openssl, libnl and libconfig are required dependencies for authsae.
I already had openssl and libnl so I just needed to add libconfig to the mix.
Also cmake is required to build authsae but wouldn't be required on the target.
Note there is also intructions for a customized wpa_supplicant based wireless
mesh and I'll probably try that as well once I get the hardware in place.
Life is good,
Maurice
... Don't cry for me I have vi.
--- GNU bash, version 4.4.12(1)-release (x86_64-atom-linux-gnu)
* Origin: Little Mikey's Brain - Ladysmith BC, Canada (1:153/7001)
|