Hi Thomas,

Here is the procedure I perform for the mesh and authsae

iw phy phy0 interface add mesh0 type mp mesh_id 5gsbaby
iw dev mesh0 set channel 36 HT40+
ifconfig mesh0 172.29.29.1 netmask 255.255.255.0 up
iwconfig mesh0 channel 36
/bin/sleep 1
iw dev mesh0 mesh join 5gsbaby
iw dev mesh0 scan
/bin/sleep 1
meshd -b
/bin/sleep 1
/sbin/meshd-nl80211 -c /etc/authsae.cfg -i mesh0 -s 5gsbaby

I checked the interface and mesh0 comes up fine and connects to other mesh
nodes without authsae

I add an IP Address to the mesh0 interface and can ping and transfer files
without any issue

Maybe I'm starting authsae incorrectly.

Thanks for your help

Fred




On Mon, Jul 30, 2012 at 12:57 PM, Thomas Pedersen <[email protected]>wrote:

> Hi Fred,
>
> On Sun, Jul 29, 2012 at 4:24 PM, fred veldini <[email protected]>
> wrote:
> > Hello,
> >
> > Sorry if this message is sent to the wrong group, not sure were else to
> > look.
> >
> > I'm have some problems getting authsae to work with 80211s.
> > Any help would be appreciated.
> >
> > The errors I get is the following.
> > If I omit the configuration file I get
> >
> > TEST-ROUTER:~# meshd-nl80211 -i mesh0 -s 5gsbaby
> > Unexpected error -22 (expected -107)
> > nlerror, cmd 68, seq 1343419229: Invalid argument
> >
> > If I add the configuration file I get
> >
> > TEST-ROUTER:~# meshd-nl80211 -i mesh0 -s 5gsbaby -c /etc/authsae.cfg
> > wiphy reported no rates!
> >
> > I have looked into identifying the issue and it might be attributed to
> the
> > debug location for WIPHY but my system doesn't show any WIPHY in debug
> >
> > Here is my layout.
> >
> > Ubuntu Development box running on x86 pc with intel processor
> > Wireless Cards are Ubiquiti SR71-15 and SR71-A
> >
> > I downloaded the latest 80211s source from
> > https://github.com/cozybit/open80211s - 3.5.0-rc6-wl
> > then downloaded the latest authsae from
> > git://github.com/cozybit/authsae.github
> > I also downloaded the iw 3.5 version from
> > http://linuxwireless.org/download/iw/
> > I installed libnl-3.2.11 from http://www.infradead.org/~tgr/libnl/
> > I also installed the other packages required for a dev build
> >
> > I compiled everything without any issue
> >
> > I can create a open-mesh with HT support no problem and getting 90-100
> Mbps
> > throughput on the SR71-15 cards.
> >
> > I have tried this with and with out HT Modes.
> > I set the channel and join the mesh prior to authsae startup
>
> This is not valid, authsae will issue the mesh join.
>
> > My issue is when trying to implement the authsae.
> >
> > My configuration for my authsae.conf file looks like this.
> > ------------
> > cut
> > ------------
> >
> >  authsae:
> > {
> > sae:
> > {
> > debug = 0;
> > password = "MysuperS3cr3tPasswd";
> > group = [19, 26, 21, 25, 20];
> > blacklist = 5;
> > thresh = 5;
> > lifetime = 3600;
> > };
> > meshd:
> > {
> > meshid = "5gsbaby";
> > interface = "mesh0";
>
> Does this interface exist? Authsae is currently not capable of
> automatically creating mesh vifs.
>
> Thomas
> _______________________________________________
> Devel mailing list
> [email protected]
> http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
>
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to