radtest.1
来自「radius开放源码,用C写的,广泛用于认证服务器、认证计费。」· 1 代码 · 共 54 行
1
54 行
.TH RADTEST 1 "24 February 2001" "" "FreeRADIUS Daemon".SH NAMEradtest - send packets to a RADIUS server, show reply.SH SYNOPSIS.B radtest.RB [ \-d.IR raddb_directory ].I user password radius-server nas-port-number secret.RB [ ppphint ].RB [ nasname ].SH DESCRIPTION\fBradtest\fP is a frontend to \fBradclient\fP(1). It generates alist of attribute/value pairs based on the command line arguments,and feeds these into \fBradclient\fP. It's a fast and convenientway to test a radius server..SH OPTIONS.IP "\-d \fIraddb_directory\fP"The directory that contains the RADIUS dictionary files. Defaults to\fI/etc/raddb\fP..IP userUsername to send..IP passwordPassword of the user..IP radius-serverHostname or IP address of the radius server. Optionally, you may specify aport by appending :port.IP nas-port-numberThe value of the NAS-Port attribute. Is an integer between 0 and 2^31,and it really doesn't matter what you put here. \fI10\fP will do fine..IP secretThe shared secret for this client..IP ppphintIf you put an integer > 0 here, radtest (or actually radclient) willadd the attribute \fIFramed-Protocol = PPP\fP to the request packet..IP nasnameIf present, this will be resolved to an IP address and added tothe request packet as the \fINAS-IP-Address\fP attribute. If youdon't specify it, the local hostname of the system will be used..SH SEE ALSOradiusd(8),radclient(1)..SH AUTHORMiquel van Smoorenburg, miquels@cistron.nl.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?