Testing the RAD-Series RADIUS Server
You can test the RAD-Series RADIUS Server installation by using the radpwst tool. This tool is located in the /opt/aaa/bin directory and has the following syntax:
radpwtst -d <conf directory> -p <auth port> -s <server name> -u <auth type> -x -w < userPassword > <username>
- -d—Directory of users, clients, authfile, dictionary, etc. Configuration files
- -p—Port number to listen for auth requests on
- -s—IP Address or fully qualified DNS name of server, hosting RAD-Series RADIUS Server
- -u—Authentication-Type, always use ppp
- -x—Allows the user to turn on debugging output
- -w—Allows the user to provide a password on the command line and not be prompted
Include the /opt/aaa/lib path in your LD_LIBRARY_PATH environment.
You can test your setup by typing:
/opt/aaa/bin/radpwst -d /opt/aaa/etc -p 1812 -s 'hostname' -u ppp -x -w secret jane@virneo.com