FYI:

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
}
------------ cut here ------------

The reason you have to do this is becuase this DOES NOT work:

client 0.0.0.0/0 {
  secret = foo
  shortname = goo
}

Enjoy.

Mark Gaither

-- 
------------------------------------------------------------------
Mark Gaither                    |       [EMAIL PROTECTED]
Senior Software Engineer        |       ph: 512.275.0571 x 20
Rocksteady Networks, Inc.       |      fax: 512.275.0575 
3410 Far West Blvd. Ste. 210    |      http://www.rocksteady.com/
Austin, TX 78731                |      
------------------------------------------------------------------
Enabling Shared Networks.       *Rocksteady solutions securely 
                                share wired and wireless networks.*



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

Reply via email to