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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html