is it possible specify IP ranges in the clients.conf? or multiple IPs for
each client{} section?

for example:

client 1.2.3.0/23 {
        secret = shared_secret
        shortname = abc.def.ghi.jkl
        nastype = other
}

or 

client 1.2.3.1 {
        secret = shared_secret
        shortname = abc.def.ghi.jkl
        nastype = other
        identical_clients = 1.2.3.2, 1.2.3.3, 10.11,12.13
}

at the moment i'm using a script to generate large sections of the
clients.conf.

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

Reply via email to