# dhcpv6.conf (Draft Version 0.1) # Written by S-Net Systems & I2Soft on 9 November, 2001 # 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 header, # this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above header # this list of conditions and the following disclaimer in the documentation # and/or other materials provided with the distribution. # THIS FILE IS PROVIDED BY S-NET SYSTEMS AND I2SOFT ``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 S-NET SYSTEMS AND I2SOFT 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. # This file has been written as a draft version for academic comment and redistrubution. # Those parameter values which are described as followings are set for sample. # dhcpv6.conf # Global Parameters ======================================================== # TIME default-preferred-lifetime 1000; default-valid-lifetime 1500; max-preferred-lifetime 50000; max-valid-lifetime 60000; # Default DNS Server option domain-name-servers 2001:220:1012:5::2/64, 2001:220:1012:5::3/64; # Default gateways[routers] -- TBD option routers 2001:220:1012::1/48; # Default Server-Preference ( 0 ~ 225 ) option server-preference 255; # Shared Network =========================================================== shared_network NETWORK1 { # NETWORK1 -> A tentative Network Name # shared network specific parameters.. # TIME preferred-lifetime 800; valid-lifetime 1000; subnet 2001:220:1012:3::/64 { # subnet specific parameters.. # TIME preferred-lifetime 800; valid-lifetime 1000; # Address Range range 2001:220:1012:3::2 2001:220:1012:3::1000; } subnet 2001:220:1012:4::/64 { # subnet specific parameters.. # TIME # Address Range range 2001:220:1012:4:a00:46ff:fe18:0001 2001:220:1012:4:a11::100; host fe80::203:3bff:fef0:5ad3 { # Host link-local address # host specific parameters.. # TIME # Host fixed-addrss fixed-address 2001:220:1012:4::3; } host HOST1 { # Host Domain-Name # host specific parameters.. # TIME # Host fixed-addrss fixed-address 2001:220:1012:4::2; } } } #============================================================================= subnet 2001:220:1012:1::/64 { # subnet specific parameters.. # TIME # Address Range range 2001:220:1012:1::2 2001:220:1012:1::2000; host fe80::2b0:d0ff:fe22:7ea4 { # Host link-local address # host specific parameters.. # TIME # Host fixed-addrss fixed-address 2001:220:1012:1:2co:26ff:56:21; } host PRINTER { # Printer Name # host specific parameters.. # TIME preferred-lifetime 10000; valid-lifetime 12000; # Host fixed-addrss fixed-address 2001:220:1012:1:a00:111:0:1; } } #================================================================================ host Web-Server { # Web Server Name # host specific parameters.. # TIME preferred-lifetime 5000; valid-lifetime 6000; # Host fixed-addrss fixed-address 2001:220:1012:2::2/64; } #================================================================================ dstm { # DSTM specific parameters... # TEP address option-tep 2001:220:1012::1/48; # Global IPv4 address range 211.200.12.1 211.200.12.100; # TIME (MAX) dstm-preferred-lifetime 1000; dstm-valid-lifetime 1200; }