[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <services>
            <dhcp>
                <maximum-lease-time>maximum-lease-time-choice</maximum-lease-time>
                <default-lease-time>default-lease-time-choice</default-lease-time>
                <domain-name>domain-name</domain-name>
                <name-server>...</name-server>
                <domain-search>...</domain-search>
                <wins-server>...</wins-server>
                <router>...</router>
                <boot-file>boot-file</boot-file>
                <boot-server>boot-server</boot-server>
                <next-server>next-server</next-server>
                <server-identifier>server-identifier</server-identifier>
                <option>...</option>
                <traceoptions>...</traceoptions>
                <pool>...</pool>
                <static-binding>...</static-binding>
            </dhcp>
        </services>
    </system>
</configuration>

Description

Configure DHCP server.

Contents

<boot-file>—Boot filename advertised to clients.

<boot-server>—Boot server advertised to clients.

<default-lease-time>—Default lease time advertised to clients.

<domain-name>—Domain name advertised to clients.

<domain-search>—Domain search list used to resolve hostnames.

<maximum-lease-time>—Maximum lease time advertised to clients.

<name-server>—Domain name servers available to the client.

<next-server>—Next server that clients need to contact.

<option>—DHCP option.

<pool>—DHCP address pool.

<router>—Routers advertised to clients.

<server-identifier>—DHCP server identifier advertised to clients.

<static-binding>—DHCP client's hardware address.

<traceoptions>—DHCP server trace options.

<wins-server>—NetBIOS name servers.


[Contents] [Prev] [Next] [Index] [Report an Error]