.\" $OpenBSD: rtadvd.conf.5,v 1.31 2012/09/26 16:19:45 jmc Exp $ .\" $KAME: rtadvd.conf.5,v 1.46 2003/06/17 08:26:35 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. Neither the name of the project nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .Dd $Mdocdate: September 26 2012 $ .Dt RTADVD.CONF 5 .Os .Sh NAME .Nm rtadvd.conf .Nd config file for router advertisement daemon .Sh DESCRIPTION This file describes how the router advertisement packets must be constructed for each of the interfaces. .Pp As described in .Xr rtadvd 8 , you do not have to set this configuration file up at all, unless you need some special configurations. You may even omit the file as a whole. In such cases, the .Nm rtadvd daemon will automatically configure itself using default values specified in the specification. .Pp It obeys the famous .Xr termcap 5 file format. Each line in the file describes a network interface. Fields are separated by a colon .Pq Sq \&: , and each field contains one capability description. Lines may be concatenated by the .Sq \e character. The comment marker is the .Sq \&# character. .Sh CAPABILITIES Capabilities describe the value to be filled into ICMPv6 router advertisement messages and to control .Xr rtadvd 8 behavior. Therefore, you are encouraged to read IETF neighbor discovery documents if you would like to modify the sample configuration file. .Pp Note that almost all items have default values. If you omit an item, the default value of the item will be used. .Pp There are two items which control the interval of sending router advertisements. These items can be omitted, then .Nm rtadvd will use the default values. .Bl -tag -width indent .It Cm \&maxinterval (num) The maximum time allowed between sending unsolicited multicast router advertisements .Pq unit: seconds . The default value is 600. Its value must be no less than 4 seconds and no greater than 1800 seconds. .It Cm \&mininterval (num) The minimum time allowed between sending unsolicited multicast router advertisements .Pq unit: seconds . The default value is the one third of value of .Cm maxinterval . Its value must be no less than 3 seconds and no greater than .75 * the value of .Cm maxinterval . .El .Pp The following items are for ICMPv6 router advertisement message header. These items can be omitted, then .Nm rtadvd will use the default values. .Bl -tag -width indent .It Cm \&chlim (num) The value for Cur Hop Limit field. The default value is 64. .It Cm \&raflags (num) Flags field in router advertisement message header. Bit 7 .Po .Li 0x80 .Pc means Managed address configuration flag bit, and Bit 6 .Po .Li 0x40 .Pc means Other stateful configuration flag bit. The default value is 0. .It Cm \&rltime (num) Router lifetime field .Pq unit: seconds . Its value must be no greater than 3600000. When .Nm rtadvd runs on a host, this value must explicitly set 0 on all the advertising interfaces as described in .Xr rtadvd 8 . The default value is 1800. .It Cm \&rtime (num) Reachable time field .Pq unit: milliseconds . The default value is 0, which means unspecified by this router. .It Cm \&retrans (num) Retrans Timer field .Pq unit: milliseconds . The default value is 0, which means unspecified by this router. .El .Pp The following items are for ICMPv6 prefix information option, which will be attached to router advertisement header. These items can be omitted, then .Nm rtadvd will automatically get appropriate prefixes from the kernel's routing table, and advertise the prefixes with the default parameters, unless the .Cm noifprefix flag is specified. Keywords other than .Cm clockskew can be augmented with a number, like .Dq Li prefix2 , to specify multiple prefixes. .Bl -tag -width indent .It Cm \&clockskew (num) Time skew to adjust link propagation delays and clock skews between routers on the link .Pq unit: seconds . This value is used in consistency check for locally-configured and advertised prefix lifetimes, and has its meaning when the local router configures a prefix on the link with a lifetime that decrements in real time. If the value is 0, it means the consistency check will be skipped for such prefixes. The default value is 0. .It Cm \&prefixlen (num) Prefix length field. The default value is 64. .It Cm \&pinfoflags (num) Flags field in prefix information option. Bit 7 .Po .Li 0x80 .Pc means On-link flag bit, and Bit 6 .Po .Li 0x40 .Pc means Autonomous address-configuration flag bit. The default value is 0xc0, i.e., both bits are set. .It Cm \&addr (str) The address filled into Prefix field. Since .Dq \&: is used for the .Xr termcap 5 file format as well as IPv6 numeric addresses, the field MUST be quoted using double quotes. .It Cm \&noifprefix (bool) Specifies whether .Nm rtadvd should gather prefix information from the interface if no .Cm addr is specified. If no .Cm addr is given, and .Cm noifprefix is set, .Nm rtadvd will send RA packets with no prefix information. .It Cm \&vltime (num) Valid lifetime field .Pq unit: seconds . The default value is 2592000 (30 days). .It Cm \&vltimedecr (bool) This item means the advertised valid lifetime will decrements in real time, which is disabled by default. .It Cm \&pltime (num) Preferred lifetime field .Pq unit: seconds . The default value is 604800 (7 days). .It Cm \&pltimedecr (bool) This item means the advertised preferred lifetime will decrements in real time, which is disabled by default. .El .Pp The following item is for ICMPv6 MTU option, which will be attached to router advertisement header. This item can be omitted, then .Nm rtadvd will use the default value. .Bl -tag -width indent .It Cm \&mtu (num or str) MTU (maximum transmission unit) field. If 0 is specified, it means that the option will not be included. The default value is 0. If the special string .Dq auto is specified for this item, MTU option will be included and its value will be set to the interface MTU automatically. .El .Pp The following items are for ICMPv6 RDNSS option, used to give a list of recursive DNS servers to hosts. If this item is omitted, no information about DNS servers will be advertised. .Bl -tag -width indent .It Cm \&rdnss (str) The list of advertised recursive DNS servers, separated by commas. .It Cm \&rdnssltime (num) Validity of the list of DNS servers .Pq unit: seconds . The default value is 1.5 * the value of maxinterval. .El .Pp The following items are used for ICMPv6 DNSSL option which specifies a list of DNS suffixes advertised to hosts. If this option is not specified, no DNS suffix will be sent to hosts. .Bl -tag -width indent .It Cm \&dnssl (str) The list of advertised DNS suffixes, separated by commas. .It Cm \&dnsslltime (num) Validity of the list of DNS suffixes .Pq unit: seconds . The default value is 1.5 * the value of maxinterval. .El .Pp The following item controls ICMPv6 source link-layer address option, which will be attached to router advertisement header. As noted above, you can just omit the item, then .Nm rtadvd will use the default value. .Bl -tag -width indent .It Cm \&nolladdr (bool) By default .Po if .Cm \&nolladdr is not specified .Pc , .Xr rtadvd 8 will try to get link-layer address for the interface from the kernel, and attach that in source link-layer address option. If this capability exists, .Xr rtadvd 8 will not attach source link-layer address option to router advertisement packets. .El .Pp You can also refer one line from another by using .Cm tc capability. See .Xr termcap 5 for details on the capability. .Sh EXAMPLES As presented above, all of the advertised parameters have default values defined in specifications, and hence you usually do not have to set them by hand, unless you need special non-default values. It can cause interoperability problem if you use an ill-configured parameter. .Pp To override a configuration parameter, you can specify the parameter alone. With the following configuration, .Xr rtadvd 8 overrides the router lifetime parameter for the .Li ne0 interface. .Bd -literal -offset indent ne0:\e :rltime#0: .Ed .Pp The following example manually configures prefixes advertised from the .Li ef0 interface. The configuration must be used with the .Fl s option to .Xr rtadvd 8 . .Bd -literal -offset indent ef0:\e :addr="2001:db8:ffff:1000::":prefixlen#64: .Ed .Pp The following example configures two recursive DNS servers for the .Li em0 interface and sets the DNS search suffix to .Do example.com .Dc . .Bd -literal -offset indent em0:\e :rdnss="2001:db8:ffff:1000::1,2001:db8:ffff:1000::2":\e :dnssl="example.com": .Ed .Pp The following example presents the default values in an explicit manner. The configuration is provided just for reference purposes; YOU DO NOT NEED TO HAVE IT AT ALL. .Bd -literal -offset indent default:\e :chlim#64:raflags#0:rltime#1800:rtime#0:retrans#0:\e :pinfoflags="la":vltime#2592000:pltime#604800:mtu#0: ef0:\e :addr="2001:db8:ffff:1000::":prefixlen#64:tc=default: .Ed .Sh SEE ALSO .Xr termcap 5 , .Xr rtadvd 8 , .Xr rtsol 8 .Sh STANDARDS .Rs .%A T. Narten .%A E. Nordmark .%A W. Simpson .%A H. Soliman .%D 2007 .%R RFC 4861 .%T Neighbor Discovery for IP version 6 (IPv6) .Re .Pp .Rs .%A J. Jeong .%A S. Park .%A L. Beloeil .%A S. Madanapalli .%D 2010 .%R RFC 6106 .%T IPv6 Router Advertisement Options for DNS Configuration .Re .Sh HISTORY The .Xr rtadvd 8 and the configuration file .Nm first appeared in WIDE Hydrangea IPv6 protocol stack kit. .\" .Sh BUGS .\" (to be written)