1RADRELAY(8) FreeRADIUS Daemon RADRELAY(8)
2
3
4
6 radrelay -- replicate accounting data to another RADIUS server
7
9 radrelay [-a accounting_dir] [-d radius_dir] [-f] [-i source_ip] [-n
10 shortname] [-r remote-server[:port]] [-s secret] [-S secret_file] [-x]
11 detailfile
12
14 Radrelay reads a file in the detail file format, reconstructs radius
15 packets from it and sends them to a remote radius server. When end-of-
16 file is reached, the file is truncated. Radrelay then waits for addi‐
17 tional data to be written to the file, and starts over again.
18
20 -a accounting_directory
21 The base directory to use to read the detail file from.
22
23
24 -d radius_directory
25 The base radius (raddb) directory, where the config files live.
26
27
28 -f Do not fork and run in the background as a daemon.
29
30
31 -i source_ip
32 The source IP address to use for sending radius packets.
33
34
35 -n shortname
36 The radius configuration files (most probably clients.conf),
37 will be searched for a client section with 'shortname' set to
38 the used argument. Both the server secret and the remote-server
39 address are obtained in this way. Do not use the -r, -s or -S
40 parameters in combination with -n.
41
42
43 -r remote-server
44 The hostname or IP address of the remote server. Optionally a
45 UDP port can be specified. If no UDP port is specified, it is
46 looked up in /etc/services. The service name looked for is
47 radacct for accounting packets. If a service is not found in
48 /etc/services, 1813 is used. The -r parameter can't be used in
49 combination with -n.
50
51
52 -s secret
53 Remote server secret.
54
55
56 -S secret_file
57 Read remote server secret from file, the file should contain
58 nothing other then the plain-text secret.
59
60
61 -x Enable debug mode, -x will activate radrelay internal debugging,
62 -xx will also activate librad debugging.
63
64
65 detailfile
66 The detail file to use, this will be appended to the base
67 accounting directory.
68
69
71 radiusd(8), doc/radrelay.
72
74 Miquel van Smoorenburg, miquels@cistron.nl.
75
76
77
78 09 June 2002 RADRELAY(8)