Can one have multiple shared secrets for the same client(NAS) ? ie - in clients.conf - something like... client 192.168.10.20{ secret = secret1 secret = secret2 shortname = mynas nastype = other } ... so that if the first secret does not work - the second secret is tried? (or how else could I solve the problem) I'm merging two Radius Servers - and authenticating packets from my Incumberant Telcom Provider - who is using proxies (a handful) from (hundreds of) multiple NAS's... from different services (Dialup - is one system, aDSL is another system). I currently have two different shared secrets - and these seem to be bleeding together... I'm looking for a stop-gap until I can get the right people to do the right thing. -- . . ___. .__ Posix Systems - Sth Africa /| /| / /__ mje@posix.co.za - Mark J Elkins, SCO ACE, Cisco CCIE / |/ |ARK \_/ /__ LKINS Tel: +27 12 807 0590 Cell: +27 82 601 0496
Mark J Elkins wrote:
Can one have multiple shared secrets for the same client(NAS) ?
No.
I'm merging two Radius Servers - and authenticating packets from my Incumberant Telcom Provider - who is using proxies (a handful) from (hundreds of) multiple NAS's... from different services (Dialup - is one system, aDSL is another system).
In 2.0.0, the server can have per-socket clients. i.e. listening on port X, using client Y and shared secret S1. Also listening on port Z, using client Y, and a different shared secret S2. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (3)
-
Alan Dekok -
Mark J Elkins -
Santiago Balaguer García