IP Grouping
alan buxey
A.L.M.Buxey at lboro.ac.uk
Mon Oct 8 23:39:33 CEST 2012
Hi,
....that would only give you a match on 2 addresses.
> The Full IP's ranges from 10.250.144.0- 10.250.189.9. This are very many
> IP's to create single.
you could almost do that with one subnet match.... pity you dont have .190 and .191 ranges.
this would probably take around 6 or 7 subnet matches
10.250.144.0 - 10.250.159.255
10.250.160.0 - 10.250.175.255
10.250.176.0 - 10.250.183.255
10.250.184.0 - 10.250.187.255
10.250.188.0 - 10.250.188.255
10.250.189.0 - 10.250.189.7
10.250.189.8 - 10.250.189.9
your definition would look like eg
client 10.250.144.0/12 {
secret = ever-so-secret
shortname = mykit
}
..thats the first one done for you.
alan
More information about the Freeradius-Users
mailing list