clients.conf problem

Michael Mitchell mitchell.michael at bigpond.com
Sun Aug 21 13:48:56 CEST 2005


Well, you have "shortname" spelt incorrectly for a start.

Have you run the server in debug mode so that you can see exactly what 
it is doing, and where it is dropping the request?

radiusd -X


cheers,
Mike


dev_null wrote:
> Hello,
> 
> I can't get clients.conf confiugure and it have a very strange behavior (at least to me). The
> problem is the following:
> 
> 1.If clients.conf contains
>     client 10.20.1.0/24 {
>         secret   = shared_secret
>         sortname = WLAN
>     }
>   It ignores all the incoming connections:
>     Ignoring request from unknown client 10.20.1.100 port 3846
> 
> 
> 2.If I put both
>     client 10.20.1.0/24 {
>         secret   = shared_secret
>         sortname = WLAN
>     }
>   and
>     client 10.20.1.100 {
>         secret   = shared_secret
>         sortname = WLAN
>     }
>   It accepts the requests from 10.20.1.100
> 
> 3.If I put only
>     client 10.20.1.100 {
>         secret   = shared_secret
>         sortname = WLAN
>     }
>   It ignores all connections including 10.20.1.100
> 
> 4.If I add another client to the 2nd case it ignores all the connections.
> 
> Can anyone help me understand where I'm wrong?
> I would like to make it accept all the connections from the APs in the net 10.20.1.* or 10.20.*.* in
> a WiFi network.
> 
> I'm running freeradius-snapshot-20050818 on RH9.
> 
> Thanks
> 
> 




More information about the Freeradius-Users mailing list