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


Usage

<configuration>
    <system>
        <services>
            <dhcp>
                <static-binding>
                    <name>name</name> <!-- identifier -->
                    <fixed-address>...</fixed-address> <!-- mandatory -->
                    <host-name>host-name</host-name>
                    <client-identifier>...</client-identifier>
                    <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>
                </static-binding>
            </dhcp>
        </services>
    </system>
</configuration>

Description

DHCP client's hardware address.

Contents

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

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

<client-identifier>—Client identifier option.

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

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

<fixed-address>—Possible IP addresses to assign to host.

<host-name>—Hostname for this client.

<name>—Ethernet hardware address belonging to host.

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

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

<option>—DHCP option.

<router>—Routers advertised to clients.

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

<wins-server>—NetBIOS name servers.


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