dynamic-clients help

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Tue Sep 15 00:01:57 CEST 2009


Hi,

> server dynamic_client_server {

<snip>

what have you done?  why have you added all of that stuff to the
default example???

dynamic_client_server is a very basic virtual server for one function -
its not a complete virtual host.

all you need is something like

client dynamic {
        ipaddr = 0.0.0.0
        netmask = 0
        dynamic_clients = dynamic_client_server
        lifetime = 86400
}

server dynamic_client_server {
        authorize {

..and now you choose to have a static selection to choose
the shared secret or you choose to use eg SQL to get the required
shared secret - which can be decided by eg special VSAs sent in the
packet from the random NAS out there on the internet
        
                  }
}


alan



More information about the Freeradius-Users mailing list