Getting Reject response from Server for MAC Auth

Victor Credidio victorbreda1 at gmail.com
Thu Aug 16 13:50:57 CEST 2018


Hey Alan,

 instead of this:
>
>         rewrite_calling_station_id
>         authorized_macs
>         if (!ok) {
>                 reject
>         }
>

Thank you, that really helped.

About reading the debug, well I did it a lot, but since it's the first time
I'm interacting with Freeradius I wasn't sure what to look for.
As I said before, I was following the Wiki and I really missed this part!!
*My bad.*

I really appreciate your help.

Greetings,
-- 
Victor B. C.


Em qua, 15 de ago de 2018 às 09:56, Alan DeKok <aland at deployingradius.com>
escreveu:

> On Aug 15, 2018, at 7:59 AM, Victor Credidio <victorbreda1 at gmail.com>
> wrote:
> >
> > I'm trying to use a freeradius server 3 (running on CentOS7) with my
> ruckus
> > AP (model R610).
> > I followed this wiki article, specifically this two topics below to
> > configure it properly:
> >
> > https://wiki.freeradius.org/guide/mac-auth#plain-mac-auth
> >
> >
> https://wiki.freeradius.org/guide/mac-auth#additional-modifications_mac-auth-authorisation-by-ssid
>
>    Please read the debug log.  It does NOT show you have configured the
> "authorized_macs" module as per the documentation.
>
>   In addition, you're running the "rewrite_calling_station_id" policy
> twice.
>
>    i.e. you've done this:
>
>         rewrite_calling_station_id
>         rewrite_calling_station_id
>         if (!ok) {
>                 reject
>         }
>
>   instead of this:
>
>         rewrite_calling_station_id
>         authorized_macs
>         if (!ok) {
>                 reject
>         }
>
>   The debug log contains everything necessary to reach the above
> conclusion.
>
>   Alan DeKok.
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html


More information about the Freeradius-Users mailing list