After checking the logs, i found nas table was not found in radius database. I created and solve the problem but now i'm getting another error concerning ip address as below:
listen {
type = "auth"
ipaddr = *
port = 1812
Failed binding to authentication address * port 1812: Address already in use
/etc/freeradius/radiusd.conf[241]: Error binding to port for 0.0.0.0 port 1812
Any assistance is appreciated.
Thanks,
Kambey
Hi,
> Hi guys,you havent supplied the full debug log which means we dont get all the info - it
> I was installing freeradius and after complete successfull installation
> and some configuration , while testing by running freeradius -X i was
> getting some errors as below:
> /etc/freeradius/sql.conf[22]: Instantiation failed for module "sql"
> /etc/freeradius/sites-enabled/default[159]: Failed to find module "sql".
> /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize
> section.
sounds like your server wasnt built with the required SQL module support - OR
that you have only installed the basic freeradius daemon from package repository and
not the other package that gives sql support - lots of distros split the freeradius
package up into different packages eg
freeradius2
freeradius2-mysql
freeradius2-postgresql
freeradius2-yada-yada-yada
alan