Name

dhclient — Automatically configure a network interface using DHCP.

Synopsis

dhclient [-k] {interface}

Options

-l

Terminate an extant dhclient instead of starting a new one. Releases the lease.

interface

The interface to start or stop DHCP on.

Description

ABLE is capable of using the Dynamic Host Configuration Protocol (DHCP) to provide IP, DNS and boot-server configuration information. ABLE can use DHCP on any (or all) of its interfaces on multi-ethernet-device boards.

Example 11.3. Using the dhclient command

This shows the configuration of the first Davicom ethernet device on a board.

>dhclient dm0
DHCP: Attempting network autoconfiguration for dm0.
DHCP: Automatic network configuration for dm0 successful.
DHCP: Address 192.168.0.100
DHCP: Netmask 255.255.255.0
DHCP: Gateway 192.168.0.1
DHCP: Server 192.168.0.5
DHCP: Next Server 192.168.0.3
DHCP: DNS Server 192.168.0.2
>