You want to allow any client that matches what is in the clients.conf file in, correct?

The secret in your clients.conf file is used to encrypt and sign packets between the clients and the server. It is not used for authentication.

Have you tried adding the IPs to some type of backend?

For example, if you used the users file and huntgroups file.

In huntgroups.

allow   Client-IP-Address == 1.1.1.1
allow   Client-IP-Address == 1.1.1.2
allow   Client-IP-Address == 1.1.1.3

Then in users file

DEFAULT Huntgroup-Name == allow, Auth-Type := Accept

DEFAULT Auth-Type := Reject


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

Reply via email to