здравствуйте, freeradius не выдает ip ни через ippool , ни через Framed-IP-Address. Пользователи подключаются к вафлям обычным(dir620) или к микротикам тоже по вафле.Подключаются но получают ip от DHCP сервера домена...
настройка ippool в radiusd.conf
# ippool http://forum.nag.ru/forum/index.php?showtopic=55923
ippool main_pool {
# range-start,range-stop: The start and end ip
# addresses for the ip pool
range-start = 192.168.1.115
range-stop = 192.168.1.125
# netmask: The network mask used for the ip's
netmask = 255.255.252.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 = 1021
# 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
# maximum-timeout: If not zero specifies the maximum time in seconds an
# entry may be active. Default: 0
maximum-timeout = 0
}
main_pool
post-auth {
# Get an address from the IP Pool.
main_pool
}
authorize{
files
preprocess
chap
mschap
eap
}
не выдает
через Framed-IP-Address тоже не выдает. Вот код из файла users.
test Cleartext-Password := «test123»
Service-Type = Framed-User,
Framed-Protocol == PPP,
Framed-IP-Address = 192.168.1.121,
Framed-IP-Netmask = 255.255.252.0,
Framed-Routing = Broadcast-Listen,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobsen-TCP-IP
в начале файла users так же есть
DEFAULT Pool-Name := main_pool
Fall-Through = Yes
В чем еще может проблема?
dhcp, freeradius, ip, pool