1RADEAPCLIENT(1) FreeRADIUS Daemon RADEAPCLIENT(1)
2
3
4
6 radeapclient - send EAP packets to a RADIUS server, calculate responses
7
9 radeapclient [-d raddb_directory] [-f file] [-i source_ip] [-xy] server
10 {acct|auth} secret
11
13 radeapclient is a radius client program. It can send arbitrary radius
14 packets to a radius server, then shows the reply. Radeapclient differs
15 from radclient in that if there is an EAP-MD5 challenge, then it will
16 be responded to.
17
18 radeapclient is otherwise identical to radclient.
19
20 The EAP-Identity attribute, if present is used to construct an EAP
21 Identity message.
22
23 The EAP-MD5-Password attribute, if present is used to respond to an MD5
24 challenge.
25
26 No other EAP types are currently supported.
27
28
30 A sample session that queries the remote server with an EAP-MD5 chal‐
31 lenge.
32
33 ( echo 'User-Name = "bob"';
34 echo 'EAP-MD5-Password = "hello"';
35 echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.c';
36 echo 'EAP-Code = Response';
37 echo 'EAP-Id = 210';
38 echo 'EAP-Type-Identity = "bob";
39 echo 'Message-Authenticator = 0x00';
40 echo 'NAS-Port = 0' ) >req.txt
41
42 radeapclient -x localhost auth testing123 <req.txt
43
44
45
47 radclient(1)
48
50 Michael Richardson, <mcr@sandelman.ottawa.on.ca>
51
52
53
54 08 September 2003 RADEAPCLIENT(1)