IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 
Index:
  a.out(5)
  acct(5)
  adduser.conf(5)
  aliases(5)
  amd.conf(5)
  auth.conf(5)
  big5(5)
  bluetooth.hosts(5)
  bluetooth.protocols(5)
  bootparams(5)
  bootptab(5)
  config(5)
  core(5)
  crontab(5)
  ctm(5)
  cvs(5)
  devd.conf(5)
  devfs(5)
  device.hints(5)
  dhclient.conf(5)
  dhclient.leases(5)
  dhcp-eval(5)
  dhcp-options(5)
  dir(5)
  dirent(5)
  disktab(5)
  editrc(5)
  elf(5)
  ethers(5)
  euc(5)
  eui64(5)
  exports(5)
  fbtab(5)
  fdescfs(5)
  finger.conf(5)
  forward(5)
  fs(5)
  fstab(5)
  ftpchroot(5)
  gb18030(5)
  gb2312(5)
  gbk(5)
  gettytab(5)
  groff_font(5)
  groff_out(5)
  groff_tmac(5)
  group(5)
  hcsecd.conf(5)
  hesiod.conf(5)
  hosts(5)
  hosts.equiv(5)
  hosts.lpd(5)
  hosts_access(5)
  hosts_options(5)
  inetd.conf(5)
  info(5)
  inode(5)
  intro(5)
  ipf(5)
  ipnat(5)
  ipnat.conf(5)
  ipsend(5)
  isdnd.acct(5)
  isdnd.rates(5)
  isdnd.rc(5)
  kbdmap(5)
  keycap(5)
  keymap(5)
  krb5.conf(5)
  lastlog(5)
  libarchive-formats(5)
  libmap.conf(5)
  link(5)
  linprocfs(5)
  loader.conf(5)
  login.access(5)
  login.conf(5)
  mac.conf(5)
  magic(5)
  mailer.conf(5)
  make.conf(5)
  malloc.conf(5)
  master.passwd(5)
  moduli(5)
  motd(5)
  msdos(5)
  msdosfs(5)
  mskanji(5)
  named.conf(5)
  netconfig(5)
  netgroup(5)
  netid(5)
  networks(5)
  newsyslog.conf(5)
  nologin(5)
  nsmb.conf(5)
  nsswitch.conf(5)
  ntp.conf(5)
  ntp.keys(5)
  opieaccess(5)
  opiekeys(5)
  passwd(5)
  pbm(5)
  pccard.conf(5)
  periodic.conf(5)
  pf.conf(5)
  pf.os(5)
  phones(5)
  printcap(5)
  procfs(5)
  protocols(5)
  publickey(5)
  pw.conf(5)
  quota.group(5)
  quota.user(5)
  radius.conf(5)
  rc.conf(5)
  rcsfile(5)
  remote(5)
  resolv.conf(5)
  resolver(5)
  rhosts(5)
  rndc.conf(5)
  rpc(5)
  rrenumd.conf(5)
  rtadvd.conf(5)
  services(5)
  shells(5)
  ssh_config(5)
  sshd_config(5)
  stab(5)
  style.Makefile(5)
  sysctl.conf(5)
  syslog.conf(5)
  tacplus.conf(5)
  tar(5)
  term(5)
  termcap(5)
  terminfo(5)
  texinfo(5)
  tmac(5)
  ttys(5)
  tzfile(5)
  usbd.conf(5)
  utf2(5)
  utf8(5)
  utmp(5)
  uuencode(5)
  uuencode.format(5)
  vgrindefs(5)
  wtmp(5)

rtadvd.conf(5)

NAME

     rtadvd.conf -- config file for router advertisement daemon


DESCRIPTION

     This file describes how the router advertisement packets must be con-
     structed for each of the interfaces.

     As described in 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 rtadvd daemon will automat-
     ically configure itself using default values specified in the specifica-
     tion.

     It obeys the famous termcap(5) file format.  Each line in the file
     describes a network interface.  Fields are separated by a colon (`:'),
     and each field contains one capability description.  Lines may be con-
     catenated by the `\' character.  The comment marker is the `#' character.


CAPABILITIES

     Capabilities describe the value to be filled into ICMPv6 router adver-
     tisement messages and to control rtadvd(8) behavior.  Therefore, you are
     encouraged to read IETF neighbor discovery documents if you would like to
     modify the sample configuration file.

     Note that almost all items have default values.  If you omit an item, the
     default value of the item will be used.

     There are two items which control the interval of sending router adver-
     tisements.  These items can be omitted, then rtadvd will use the default
     values.

     maxinterval
	     (num) The maximum time allowed between sending unsolicited multi-
	     cast router advertisements (unit: seconds).  The default value is
	     600.  Its value must be no less than 4 seconds and no greater
	     than 1800 seconds.

     mininterval
	     (num) The minimum time allowed between sending unsolicited multi-
	     cast router advertisements (unit: seconds).  The default value is
	     the one third of value of maxinterval.  Its value must be no less
	     than 3 seconds and no greater than .75 * the value of
	     maxinterval.

     The following items are for ICMPv6 router advertisement message header.
     These items can be omitted, then rtadvd will use the default values.

     chlim   (num) The value for Cur Hop Limit field.  The default value is
	     64.

     raflags
	     (str or num) A 8-bit flags field in router advertisement message
	     header.  This field can be specified either as a case-sensitive
	     string or as an integer.  A sting consists of characters each of
	     which corresponds to a particular flag bit(s).  An integer should
	     be the logical OR of all enabled bits.  Bit 7 ('m' or 0x80) means
	     Managed address configuration flag bit, and Bit 6 ('o' or 0x40)

     rltime  (num) Router lifetime field (unit: seconds).  The value must be
	     either zero or between the value of maxinterval and 9000.	When
	     rtadvd runs on a host, this value must explicitly set 0 on all
	     the advertising interfaces as described in rtadvd(8).  The
	     default value is 1800.

     rtime   (num) Reachable time field (unit: milliseconds).  The default
	     value is 0, which means unspecified by this router.

     retrans
	     (num) Retrans Timer field (unit: milliseconds).  The default
	     value is 0, which means unspecified by this router.

     The following items are for ICMPv6 prefix information option, which will
     be attached to router advertisement header.  These items can be omitted,
     then rtadvd will automatically get appropriate prefixes from the kernel's
     routing table, and advertise the prefixes with the default parameters.
     Keywords other than clockskew can be augmented with a number, like
     ``prefix2'', to specify multiple prefixes.

     clockskew
	     (num) Time skew to adjust link propagation delays and clock skews
	     between routers on the link (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.

     prefixlen
	     (num) Prefix length field.  The default value is 64.

     pinfoflags
	     (str or num) A 8-bit flags field in prefix information option.
	     This field can be specified either as a case-sensitive string or
	     as an integer.  A sting consists of characters each of which cor-
	     responds to a particular flag bit(s).  An integer should be the
	     logical OR of all enabled bits.  Bit 7 ('l' or 0x80) means On-
	     link flag bit, and Bit 6 ('a' or 0x40) means Autonomous address-
	     configuration flag bit.  The default value is "la" or 0xc0, i.e.,
	     both bits are set.

     addr    (str) The address filled into Prefix field.  Since ``:'' is used
	     for termcap(5) file format as well as IPv6 numeric address, the
	     field MUST be quoted by doublequote character.

     vltime  (num) Valid lifetime field (unit: seconds).  The default value is
	     2592000 (30 days).

     vltimedecr
	     (bool) This item means the advertised valid lifetime will decre-
	     ments in real time, which is disabled by default.

     pltime  (num) Preferred lifetime field (unit: seconds).  The default
	     value is 604800 (7 days).

     pltimedecr
	     specified, it means that the option will not be included.	The
	     default value is 0.  If the special string ``auto'' is specified
	     for this item, MTU option will be included and its value will be
	     set to the interface MTU automatically.

     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 rtadvd will use the default value.

     nolladdr
	     (bool) By default (if nolladdr is not specified), 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, rtadvd(8) will not attach source link-layer
	     address option to router advertisement packets.

     The following item controls ICMPv6 home agent information option, which
     was defined with mobile IPv6 support.  It will be attached to router
     advertisement header just like other options do.

     hapref  (num) Specifies home agent preference.  If set to non-zero,
	     hatime must be present as well.

     hatime  (num) Specifies home agent lifetime.

     When mobile IPv6 support is turned on for rtadvd(8), advertisement inter-
     val option will be attached to router advertisement packet, by configur-
     ing maxinterval explicitly.

     The following items are for ICMPv6 route information option, which will
     be attached to router advertisement header.  These items are optional.
     Each items can be augmented with number, like ``rtplen2'', to specify
     multiple routes.

     rtprefix
	     (str) The prefix filled into the Prefix field of route informa-
	     tion option.  Since ``:'' is used for termcap(5) file format as
	     well as IPv6 numeric address, the field MUST be quoted by double-
	     quote character.

     rtplen  (num) Prefix length field in route information option.  The
	     default value is 64.

     rtflags
	     (str or num) A 8-bit flags field in route information option.
	     Currently only the preference values are defined.	The notation
	     is same as that of the raflags field.  Bit 4 (0x10) and Bit 3
	     (0x08) are used to encode the route preference for the route.
	     The default value is 0x00, i.e., medium preference.

     rtltime
	     (num) route lifetime field in route information option.  (unit:
	     seconds).	Since the specification does not define the default
	     value of this item, the value for this item should be specified
	     by hand.  However, rtadvd allows this item to be unspecified, and
	     uses the router lifetime as the default value in such a case,
	     just for compatibility with an old version of the program.



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 inter-
     operability problem if you use an ill-configured parameter.

     To override a configuration parameter, you can specify the parameter
     alone.  With the following configuration, rtadvd(8) overrides the router
     lifetime parameter for the ne0 interface.

     ne0:\
	     :rltime#0:

     The following example manually configures prefixes advertised from the
     ef0 interface.  The configuration must be used with the -s option to
     rtadvd(8).

     ef0:\
	     :addr="3ffe:501:ffff:1000::":prefixlen#64:

     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.

     default:\
	     :chlim#64:raflags#0:rltime#1800:rtime#0:retrans#0:\
	     :pinfoflags="la":vltime#2592000:pltime#604800:mtu#0:
     ef0:\
	     :addr="3ffe:501:ffff:1000::":prefixlen#64:tc=default:


SEE ALSO

     termcap(5), rtadvd(8), rtsol(8)

     Thomas Narten, Erik Nordmark, and W. A. Simpson, Neighbor Discovery for
     IP version 6 (IPv6), RFC 2461.

     Richard Draves, Default Router Preferences and More-Specific Routes,
     draft-ietf-ipngwg-router-selection-xx.txt.


HISTORY

     The rtadvd(8) and the configuration file rtadvd.conf first appeared in
     WIDE Hydrangea IPv6 protocol stack kit.

FreeBSD 5.4			 May 17, 1998			   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk