$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.

dhcp6s 8 "17 March 2003" "dhcp6s" "Linux System Manager's Manual"
NAME
dhcp6s - DHCPv6 server daemon
SYNOPSIS
dhcp6s \%[-dDf] \%[-n <DNS IPv6 address>] \%[-c <configuration file>] interface
DESCRIPTION
dhcp6s is an implementation of the DHCPv6 server. 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.
OPTIONS

-c <configuration file> Specifies the configuration file for dhcp6s

-d Enables dhcp6s to print debug messages.

-D Enables dhcp6s to print verbose debug messages.

-f Enables dhcp6s to work as a foreground application. This option is helpful for debugging.

-n <dns servers> Allows dhcp6s to parse DNS server addresses from command line.

FILES

dhcp6s.conf Contains dhcp6s configurations, such as allow unicast, allow rapid-commit, specify valid-life-time, or specify preferred-life-time.

dhcp6s_duid Contains the dhcp6s server's DUID.

server6.leases Contains all dhcp6c clients' IPv6 address and prefix leasing information and states.

SEE ALSO
Dynamic Host Configuration Protocol for IPv6 (DHCPv6), IPv6 Prefix Options for DHCPv6, dhcp6s.conf(5)
ERRORS
Check /var/log/messages if there are errors.
BUGS

0 none

AUTHORS

Kazuo Hiekata <hiekata@yamato.ibm.com>

Shirley Ma <xma@us.ibm.com>