Archive for the tag 'pool'

 

 

Jul 22 2008

Freeradius IP Pools

Published by dave under Freeradius

  If you wonder if you should use rlm_ippool or rlm_sqlippool to turn your Radius into a "DHCP" server, read on!   rlm_ippool We first configured Freeradius to provide IP addresses through the ippool module. IPs are stored internally in a binary data file.     radiusd.conf ippool main_pool { range-start = 192.168.0.2 range-stop = [...]

4 responses so far