My FreeRadius is acting as proxy and it has a pool of ip's. If FR doesn't get an
IP from main Radius then FR will assign IP from own main pool.
My problem is that FR doesn't keep track of IP that it is assigning. Some users
get same IP's.
I would like to configure FR that when all ip's are taken, users couldn't
connect!
radiusd.conf:
ippool main_pool {
# range-start,range-stop: The start and end ip
# addresses for the ip pool
range-start = 192.168.202.1
range-stop = 192.168.202.2
# netmask: The network mask used for the ip's
netmask = 255.255.255.0
# cache-size: The gdbm cache size for the db
# files. Should be equal to the number of ip's
# available in the ip pool
cache-size = 100
# session-db: The main db file used to allocate ip's to clients
session-db = ${raddbdir}/db.ippool
# ip-index: Helper db index file used in multilink
ip-index = ${raddbdir}/db.ipindex
# override: Will this ippool override a Framed-IP-Address
already set
override = no
}
users:
DEFAULT Pool-Name := "main_pool"
____________________
http://www.email.si/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html