sysconf radius addserver
Identify a RADIUS server to the SafeNet Luna Network HSM, specifying the server's hostname or IP.
NOTE RADIUS must already be enabled, by means of command sysconf radius enable, before you can run this command to add a RADIUS server. In addition to enabling RADIUS, you must run the sysconf radius addServer command to identify the RADIUS server, as well as the user role radiusAdd and user role add commands to create a user on this appliance with the desired name, and identify that role as requiring RADIUS to authenticate.
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
sysconf radius addserver -server <hosthame> -port <port> -timeout <seconds>
Argument(s) | Shortcut | Description |
---|---|---|
-server <hosthame> | -s | Host name |
-port <port> | -p |
Network port Range: 0 to 65535 |
-timeout <seconds> | -t |
Time in seconds Range: 1 to 300 |
Example
lunash:>sysconf radius addserver -server 192.20.15.182 -port 1812 -timeout 60 Enter the server secret: Re-enter the server secret: Command Result : 0 (Success)