1RADVD(8)                                                              RADVD(8)
2
3
4

NAME

6       radvd - router advertisement daemon for IPv6
7

SYNOPSIS

9       radvd [ -hsvc ] [ -d debuglevel ] [ -C configfile ] [ -p pidfile ] [ -m
10       logmethod ] [ -l logfile ] [ -f facility ] [ -t chrootdir ] [ -u  user‐
11       name ]
12
13

DESCRIPTION

15       radvd is the router advertisement daemon for IPv6. It listens to router
16       solicitations and sends router advertisements as described in "Neighbor
17       Discovery  for  IP Version 6 (IPv6)" (RFC 4861).  With these advertise‐
18       ments hosts can automatically configure their addresses and some  other
19       parameters.  It  also defines "Neighbor Discovery Optimization for IPv6
20       over Low-Power Wireless Personal Area Networks  (6LoWPANs)"  (RFC6775).
21       They also can choose a default router based on these advertisements.
22
23       The  configuration file must not be writable by others, and if non-root
24       operation is requested, not even by self/own group.
25
26

OPTIONS

28       For every one character option there is also a long  option,  which  is
29       listed right next to the "short" option name:
30
31
32       -v, --version
33              Displays the version of radvd and then aborts.
34
35       -h, --help
36              Displays a short usage description and then aborts.
37
38       -c, --configtest
39              Test configuration and do startup tests and then exit.
40
41       -d debuglevel, --debug debuglevel
42              With  this  option you turn on debugging information. The debug‐
43              ging level is an integer in the range from 1 to 5,  from   quiet
44              to  very  verbose.  A  debugging level of 0 completely turns off
45              debugging. If a debugging level greater than 0  is  used,  radvd
46              doesn't  background itself on start. The default debugging level
47              is 0.
48
49       -C configfile, --config configfile
50              Specifies an alternate config file.  Normally  the  compiled  in
51              default /etc/radvd.conf is used.
52
53       -p pidfile, --pidfile pidfile
54              Specifies an alternate pidfile. Normally the compiled in default
55              /var/run/radvd/radvd.pid is used.
56
57       -m method, --logmethod method
58              Specifies the logging method to use. Possibly values are:
59
60              none   Completely disables any logging.
61
62              logfile
63                     Logs to the logfile which is specified by the -l  option.
64                     If  no  logfile  is specified on the command line, then a
65                     compiled in default is used (see next option).
66
67              stderr Logs to standard error.
68
69              stderr_syslog
70                     Logs only the high messages (of at least  LOG_ERR  prior‐
71                     ity) to standard error, and everything to syslog (default
72                     method).
73
74              syslog Logs to syslog.
75
76       -l logfile, --logfile logfile
77              Specifies the logfile to use when using the logging method  log‐
78              file.  The default logfile is /var/log/radvd.log.
79
80       -f facility, --facility facility
81              Specifies  the  facility  (as an integer) when using syslog log‐
82              ging. Default is LOG_DAEMON.
83
84       -t chrootdir, --chrootdir chrootdir
85              If specified, switches to chrootdir before doing anything  else.
86              This  directory  and its subdirectories must have been populated
87              first.  For security reasons, -u must always be used when  using
88              chrootdir.
89
90              Note  that  on Linux radvd requires access to the /proc filesys‐
91              tem, so it is more challenging to set up the chroot environment.
92
93       -u username, --username username
94              If specified, drops root privileges and changes user ID to user‐
95              name  and  group  ID  to the primary group of username.  This is
96              recommended for security reasons.  You might also need to use -p
97              to  point  to  a  file  in  a username -writable directory (e.g.
98              /var/run/radvd/radvd.pid).
99

FILES

101       /usr/sbin/radvd
102       /etc/radvd.conf
103       /var/run/radvd/radvd.pid
104       /var/log/radvd.log
105

BUGS

107       There certainly are some bugs. If you find them or have  other  sugges‐
108       tions please contact Reuben Hawkins <reubenhwk@gmail.com>.
109
110

SEE ALSO

112       radvd.conf(5), radvdump(8)
113

AUTHORS

115       Pedro Roque    <roque@di.fc.ul.pt> - wrote first version for Linux
116       Lars Fenneberg <lf@elemental.net>  - previous maintainer
117       Nathan Lutchansky   <lutchann@litech.org>    - previous maintainer
118       Pekka Savola   <pekkas@netcore.fi>     - previous maintainer
119       Craig Metz     <cmetz@inner.net>   - port to NRL's IPv6 code for BSD4.4
120       Marko Myllynen <myllynen@lut.fi>   - RFC 2461 update, Mobile IPv6 support
121       Jim Paris <jim@jtan.com>      - Privilege separation support
122       Reuben Hawkins  <reubenhwk@gmail.com>   - current maintainer
123       Pierre Ossman   <pierre@ossman.eu>      - RFC6106 (DNSSL) support
124       Varka Bhadram  <varkabhadram@gmail.com> - 6LoWPAN-ND (RFC6775) support
125       Robin H. Johnson    <robbat2@gentoo.org>     - RA splitting per RFC 6980 & RFC4861#6.2.3
126
127
128
129radvd 2.17                        14 Dec 2010                         RADVD(8)
Impressum