dhclient - Dynamic Host Configuration Protocol (DHCP) client
The name of the network interface that should attempt to configure must be specified on the command line.
The options are as follows:
The DHCP protocol allows a host to contact a central server which maintains a list of IP addresses which may be assigned on one or more subnets. A DHCP client may request an address from this pool, and then use it on a temporary basis for communication on the network. The DHCP protocol also provides a mechanism whereby a client can learn important details about the network to which it is attached, such as the location of a default router, the location of a name server, and so on.
On startup, reads /etc/dhclient.conf for configuration instructions. It then gets a list of all the network interfaces that are configured in the current system. It then attempts to configure each interface with DHCP.
In order to keep track of leases across system reboots and server restarts, keeps a list of leases it has been assigned in the /var/db/dhclient.leases. IFNAME file. IFNAME represents the network interface of the DHCP client (e.g., em0 ) one for each interface. On startup, after reading the dhclient.conf5 file, reads the leases file to refresh its memory about what leases it has been assigned.
Old leases are kept around in case the DHCP server is unavailable when is first invoked (generally during the initial system boot process). In that event, old leases from the dhclient.leases. IFNAME file which have not yet expired are tested, and if they are determined to be valid, they are used until either they expire or the DHCP server becomes available.
A mobile host which may sometimes need to access a network on which no DHCP server exists may be preloaded with a lease for a fixed address on that network. When all attempts to contact a DHCP server have failed, will try to validate the static lease, and if it succeeds, it will use that lease until it is restarted.
A mobile host may also travel to some networks on which DHCP is not available but BOOTP is. In that case, it may be advantageous to arrange with the network administrator for an entry on the BOOTP database, so that the host can boot quickly on that network rather than cycling through the list of old leases.
The current implementation was reworked by An Henning Brauer Aq henning@openbsd.org .
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |