.TH RADTEST 1 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME radtest \- example RADIUS client program .SH SYNOPSIS .B radtest .RB [ \-d\ ] .RB [ \-f ] .RB [ \-g\ ] .RB [ \-h ] .RB [ \-i\ ] .RB [ \-p\ ] .RB [ \-s\ ] .RB [ \-t\ ] .RB [ \-v ] .RB [ \-x\ [\ \ ]\ ] .B -u .SH DESCRIPTION .B radtest sends a RADIUS packet to a server running on the same host as .I radtest, and prints out the attributes returned. .SH OPTIONS .TP .B \-h Show summary of options. .TP .B \-u Specifies .I username and .I password (notice that this takes two arguments). .TP .B \-d Sets Called Station Id. .TP .B \-f Send framed dialin hint. (-t overrides this.) .TP .B \-g Sets Calling Station Id. .TP .B \-i Use .I id as the packet identifier. .TP .B \-p Use port as the port to connect to (defaults to definition in .I /etc/services, or 1645). .TP .B \-s Specifies the RADIUS shared secret (defaults to "localkey"). .TP .B \-t Send .I type as the service type (overrides -f). This is a number. .TP .B \-v Prints out the version. .TP .B \-x [ ] Sets the "verbose level" to .I level or without an argument, increments it. (Not used.) .SH SEE ALSO radiusd(8) .SH BUGS It doesn't support accounting packets. It always fills in the NAS-IP-Address as 127.0.0.1 and the NAS-Port as 1. Passwords longer than 16 characters are not supported. It looks for its dictionary in the same directory its run from. .SH AUTHOR This manual page was written by Paul Martin , for the Debian GNU/Linux system (but may be used by others).