|
NAMErdnssd - IPv6 Recursive DNS Server discovery DaemonSYNOPSISrdnssd [-f] [-H merge-hook] [-r resolv-file] [-p pidfile] [-u username]DESCRIPTONrdnssd is a daemon program providing client-side support for DNS configuration using the Recursive DNS Server (RDNSS) option, as described in RFC 5006. Its purpose is to supply IPv6 DNS resolvers through stateless autoconfiguration, carried by Router Advertisements.rdnssd parses RDNSS options and keeps track of resolvers to write nameservers entries to a resolv.conf(5) configuration file. By default, it writes its own separate file, and may call an external hook to merge it with the main /usr/local/etc/resolv.conf. This is aimed at easing coexistence with concurrent daemons, especially IPv4 ones, updating /usr/local/etc/resolv.conf too. On Linux, since version 2.6.24, rdnssd takes advantage of a new netlink interface, forwarding RDNSS options validated by the kernel to userland. Otherwise, it merely listens to all ICMPv6 traffic through a raw socket. OPTIONS
FILES
BUGSrdnssd does not keep track of the lifetimes of the routers associated with some DNS resolvers, whereas it should to strictly comply with RFC 5006.When rdnssd uses a raw socket instead of the netlink kernel interface, it does not validate received Neighbor Discovery traffic in any way. For example, it will always consider Router Advertisement packets, whereas it should not if the host is configured as a router. When the netlink interface is used, such validation is done by the kernel. SEE ALSOresolv.conf(5), rdisc6(8), ipv6(7)AUTHORPierre Ynard <linkfanel at yahoo.fr>http://www.remlab.net/ndisc6/
Visit the GSP FreeBSD Man Page Interface. |