📄 radeapclient.1
字号:
.TH RADEAPCLIENT 1 "08 September 2003" "" "FreeRADIUS Daemon".SH NAMEradeapclient - send EAP packets to a RADIUS server, calculate responses.SH SYNOPSIS.B radeapclient.RB [ \-d.IR raddb_directory ].RB [ \-f.IR file ].RB [ \-i.IR source_ip ].RB [ \-xy ]\fIserver {acct|auth} secret\fP.SH DESCRIPTION\fBradeapclient\fP is a radius client program. It can send arbitrary radiuspackets to a radius server, then shows the reply. Radeapclient differs fromradclient in that if there is an EAP-MD5 challenge, then it will be respondedto. .PP\fBradeapclient\fP is otherwise identical to \fBradclient\fP..PPThe \fIEAP-Identity\fP attribute, if present is used to construct anEAP Identity message..PP.PPThe \fIEAP-MD5-Password\fP attribute, if present is used to respond to anMD5 challenge. .PPNo other EAP types are currently supported..SH EXAMPLEA sample session that queries the remote server with an EAP-MD5challenge..RS.sp.nf.ne 3( echo 'User-Name = "bob"'; echo 'EAP-MD5-Password = "hello"'; echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.c'; echo 'EAP-Code = Response'; echo 'EAP-Id = 210'; echo 'EAP-Type-Identity = "bob"; echo 'Message-Authenticator = 0x00'; echo 'NAS-Port = 0' ) >req.txt radeapclient -x localhost auth testing123 <req.txt.fi.sp.RE.SH SEE ALSOradclient(1).SH AUTHORMichael Richardson, <mcr@sandelman.ottawa.on.ca>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -