Mark Gaither <[EMAIL PROTECTED]> wrote:
> Here's how to allow any client to authenticate against a FreeRadius AAA
> server:
> 
> Add this to your clients.conf file and restart the radiusd server:
> 
> ------------ cut here ------------
> client 1.0.0.0/1 {
>   secret = foo
>   shortname = goo
> }
> 
> client 0.0.0.0/1 {
>   secret = foo
>   shortname = goo
> }

  That won't work.  The first client needs to be '128.0.0.0/1', not
'1.0.0.0/1'

> The reason you have to do this is becuase this DOES NOT work:
> 
> client 0.0.0.0/0 {

  That is an intentional feature of the server.  Allowing ANY client
is a HORRIBLE idea.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to