.\" $Id: dhcp6s.8,v 1.1.1.1 2006/12/04 00:45:23 Exp $ .\" .\" Copyright (C) International Business Machines Corp., 2003 .\" 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. .\" .TH dhcp6s 8 "17 March 2003" "dhcp6s" "Linux System Manager's Manual" .SH NAME dhcp6s \- DHCPv6 server daemon .SH SYNOPSIS .in +.5i .ti -.5i dhcp6s \%[\-dDf] \%[\-n\ ] \%[\-c\ ] interface .in -.5i .SH DESCRIPTION .B dhcp6s is an implementation of the DHCPv6 server. .B dhcp6s provides IPv6 addresses and prefix assginment administrative policy and configuration information for DHCPv6 clients. dhcp6s also manages those addresses and prefixes, such as IPv6 addresses, prefixes, DNS server addresses, or ntp server addresses. .SH OPTIONS .TP .BI \-c\ Specifies the configuration file for .B dhcp6s .TP .BI \-d Enables .B dhcp6s to print debug messages. .TP .BI \-D Enables .B dhcp6s to print verbose debug messages. .TP .BI \-f Enables .B dhcp6s to work as a foreground application. This option is helpful for debugging. .TP .BI \-n\ Allows .B dhcp6s to parse DNS server addresses from command line. .SH FILES .TP .BI dhcp6s.conf Contains dhcp6s configurations, such as allow unicast, allow rapid-commit, specify valid-life-time, or specify preferred-life-time. .TP .BI dhcp6s_duid Contains the dhcp6s server's DUID. .TP .BI server6.leases Contains all dhcp6c clients' IPv6 address and prefix leasing information and states. .SH SEE ALSO Dynamic Host Configuration Protocol for IPv6 (DHCPv6), IPv6 Prefix Options for DHCPv6, dhcp6s.conf(5) .SH ERRORS Check /var/log/messages if there are errors. .SH BUGS .PD 0 none .SH AUTHORS .LP Kazuo Hiekata .LP Shirley Ma