Freeradius 3.x
Zur Navigation springen
Zur Suche springen
Install
- apt-get install freeradius freeradius-ldap
Config Directory
/etc/freeradius/3.0
Client Access
cat /etc/freeradius/3.0/clients.conf
client localhost {
ipaddr = 127.0.0.1
secret = sysadm
nastype = other
}
client 192.168.0.0/16 {
secret = sysadm
nastype = other
}
client 172.16.0.0/12 {
secret = sysadm
nastype = other
}
client 10.0.0.0/8 {
secret = sysadm
nastype = other
}