использую Branch4.0
freeradius-1.1.7-alt2
Прописал в /etc/raddb/radiusd.conf
ippool main_pool {
                 range-start = 172.26.18.2
                range-stop = 172.26.18.101

                #  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 = 800

                # 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 = yes
                # maximum-timeout: If not zero specifies the maximum time in 
seconds an
                # entry may be active. Default: 0
                maximum-timeout = 0
        }

Вопрос:
В файле есть сообщение:
     # ********* IF YOU CHANGE THE RANGE PARAMETERS YOU MUST *********
        # ********* THEN ERASE THE DB FILES                     *********
Нет этой базы. как ее создать? 
Как я понимаю, из за этого клиенты радиуса получают 192.168.1.1 (значение по 
умолчанию)
_______________________________________________
Sysadmins mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sysadmins

Ответить