From owner-freebsd-questions Fri Jan 4 14:25: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from angui.sh (angui.sh [216.27.181.149]) by hub.freebsd.org (Postfix) with ESMTP id 6E0ED37B417 for ; Fri, 4 Jan 2002 14:24:57 -0800 (PST) Received: from localhost (wfroning@localhost) by angui.sh (8.11.6/8.11.4) with ESMTP id g04MV3t15358; Fri, 4 Jan 2002 14:31:03 -0800 (PST) (envelope-from wfroning@angui.sh) Date: Fri, 4 Jan 2002 14:31:03 -0800 (PST) From: Will Froning To: Cc: Will Froning Subject: DHCP Lease length Message-ID: <20020104142504.M72226-100000@angui.sh> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [please cc me as I'm not on the list] I was looking at /var/db/dhcp.leases on a dhcp client machine. The renew time does not match the dhcp-lease-time. lease { interface "rl0"; fixed-address 192.168.1.20; option subnet-mask 255.255.255.0; option time-offset -8; option routers 192.168.1.254; option domain-name-servers 192.168.1.11,192.168.1.12; option host-name "mybox"; option domain-name "somenetwork.com"; option broadcast-address 192.168.1.255; option dhcp-lease-time 14400; option dhcp-message-type 5; option dhcp-server-identifier 192.168.1.1; renew 5 2002/1/4 22:44:34; rebind 6 2002/1/5 00:14:34; expire 6 2002/1/5 00:44:34; } Logically, I would think the renew time and expire time would be 4 hours different. Any words of wisdom? Thanks, Will -- Will Froning Unix Sys. Admin. wfroning@angui.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message