FreeRadius - part1 runt time errors


  1. Is there a way to allow all external ip connections in FreeRadius?
client 0.0.0.0/0 { 
secret = 12345 
shortname = name 
}
     2. Problem in starting Free Radius after installation. 
         File modes error. 
        
you need to set your radius configurations globally readable
only. If they are globally writable as well, they can be changed by any
user.

`chmod go-w what_ever_file_or_dir`

3. "Failed binding to /var/run/radiusd/radiusd.sock: No such file or directory"


Two choices:
1. Find out why it can't bind this socket; probably because
/var/run/radiusd does not exists, in which case:

mkdir /var/run/radiusd

2. Disable the control-socket "virtual server":

rm /etc/raddb/sites-enabled/control-socket

4.  

No comments :

Post a Comment