Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 13:39:05 +0200
From:      "Marcin Michta" <marcin.michta@gmail.com>
To:        "'Adrian Chadd'" <adrian@freebsd.org>
Cc:        <freebsd-wireless@freebsd.org>
Subject:   RE: hostapd + freeradius can't connect
Message-ID:  <008b01d08fcc$eae23ce0$c0a6b6a0$@gmail.com>
In-Reply-To: <CAJ-Vmo=anQCxvHq1jCR9bNk2OCjfye5gV_74jeWcr%2BOdBd1WWw@mail.gmail.com>
References:  <01e701d08d75$fed02bd0$fc708370$@gmail.com> <CAJ-VmokxL6Zz=K2p9zeg84_EF5zr6Kk4mWv=oxt2FA59JktA0w@mail.gmail.com> <003c01d08dbe$6018b900$204a2b00$@gmail.com> <CAJ-Vmo=anQCxvHq1jCR9bNk2OCjfye5gV_74jeWcr%2BOdBd1WWw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
>=20
> Has this ever worked?
>
> Someone had issues as well, and it turned out to be large UDP frames =
(from freeradius) being dropped by an intermediary (in this instance,
> openvpn.)
>=20
> I wonder if you're seeing the same issue.
>
> Unfortunately I don't have an 802.3x + wifi/EAP setup here to test =
with. I'll try to set something up soon, but no promises.
>
> What's the wpa_supplicant.conf look like on the client?
>
> Thanks!
>
> (and since it's been almost 15 years since I touched radius - what are =
you using to store user/pass in? How do I add a valid test user to the =
radius server?)

No, because I trying to do it first time. Like I said - when I set Cisco =
AP to use the same freeradius server, everything works fine.

I'll be grateful if you try.

My wpa.conf:
ctrl_interface=3D/var/run/wpa_supplicant
ctrl_interface_group=3Dwheel
network=3D{
        ssid=3D"RADIUS"
        scan_ssid=3D1
        key_mgmt=3DWPA-EAP
        eap=3DPEAP
        identity=3D"ztest"
        anonymous_identity=3D" anonymous"
        password=3D"password"
        phase2=3D"auth=3DMSCHAPV2"
}

I have ldap server to store users accounts.

Simplest way to add test user is add it to "users" file - symbolic link =
of "mods-config/files/authorize":
https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/mods-co=
nfig/files/authorize

- Martin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008b01d08fcc$eae23ce0$c0a6b6a0$>