26 Sep
2020
26 Sep
'20
10:51 a.m.
On Sep 26, 2020, at 10:39 AM, kabin mool <kabin_mool@hotmail.com> wrote:
Can you help me on below requirement, how to manage in freeradius?
Do you have a *specific* question? The file mods-available/dhcp_sqlippool explains how IP pools are managed in SQL, for DHCP. The file mods-available/sqlippool explains how IP pools are managed in SQL, for RADIUS. If you grab the latest code from GitHub, there's even some scripts to help you create / manage IPs in SQL: scripts/sql/align_sql_pools.pl scripts/sql/generate_pool_addresses.pl scripts/sql/rlm_sqlippool_tool The tools are just Perl scripts. The comments at the top explain how to use them. Alan DeKok.