Hi All,

 

I have a FreeRadius + Mysql up and running fine under Mandrake Linux 9.1.

 

Questions here

            How can I assign pool  of IP addresses to one Wireless AP in MYSQL       ?

            I read following reply in past but can’t make out what U need to add in MYSQL tables …

 

# Example:

 # radiusd.conf: ippool students { [...] }

 # users file  : DEFAULT Group == students,

 # Pool-Name := "students"

So, all you have to do is define several ippools and assign  correct pool to each group.

 

ippool students {

         range-start = 192.168.31.1

         range-stop = 192.168.31.254

         netmask = 255.255.255.0

         session-db = ${raddbdir}/db.ippool

         ip-index = ${raddbdir}/db.ipindex

         override = yes

 } in radiusd.conf

Then add group details in mysql DB or files

 

# users file  : DEFAULT Group == students, Pool-Name := "students"

 

 

Regards,

Sagar

 

Reply via email to