Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dhcp_lease_time(1) [centos man page]

DHCP_LEASE_TIME(1)					      General Commands Manual						DHCP_LEASE_TIME(1)

NAME
dhcp_lease_time - Query remaining time of a lease on a the local dnsmasq DHCP server. SYNOPSIS
dhcp_lease_time <address> DESCRIPTION
Send a DHCPINFORM message to a dnsmasq server running on the local host and print (to stdout) the time remaining in any lease for the given address. The time is given as string printed to stdout. If an error occurs or no lease exists for the given address, nothing is sent to stdout a message is sent to stderr and a non-zero error code is returned. Requires dnsmasq 2.66 or later and may not work with other DHCP servers. The address argument is a dotted-quad IP addresses and mandatory. LIMITATIONS
Only works with IPv4 addresses and DHCP leases. SEE ALSO
dnsmasq(8) AUTHOR
This manual page was written by Simon Kelley <simon@thekelleys.org.uk>. DHCP_LEASE_TIME(1)

Check Out this Related Man Page

DHCLIENT.LEASES(5)					      BSD File Formats Manual						DHCLIENT.LEASES(5)

NAME
dhclient.leases -- DHCP client lease database DESCRIPTION
The Internet Software Consortium DHCP client keeps a persistent database of leases that it has acquired that are still valid. The database is a free-form ASCII file containing one valid declaration per lease. If more than one declaration appears for a given lease, the last one in the file is used. The file is written as a log, so this is not an unusual occurrence. The lease file is named dhclient.leases.IFNAME, where IFNAME represents the network interface the DHCP client acquired the lease on. For example, if dhclient(8) is configured for the em0 network device, the lease file will be named dhclient.leases.em0. The format of the lease declarations is described in dhclient.conf(5). FILES
/var/db/dhclient.leases.IFNAME Current lease file. SEE ALSO
dhclient.conf(5), dhcp-options(5), dhcpd.conf(5), dhclient(8), dhcpd(8) RFC 2132, RFC 2131. AUTHORS
The dhclient(8) utility was written by Ted Lemon <mellon@vix.com> under a contract with Vixie Labs. The current implementation was reworked by Henning Brauer <henning@openbsd.org>. BSD
January 1, 1997 BSD
Man Page