From owner-freebsd-isp@FreeBSD.ORG Mon Oct 31 23:34:06 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5124F16A41F for ; Mon, 31 Oct 2005 23:34:06 +0000 (GMT) (envelope-from ellanosv@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA4A43D46 for ; Mon, 31 Oct 2005 23:34:05 +0000 (GMT) (envelope-from ellanosv@gmail.com) Received: by xproxy.gmail.com with SMTP id i28so278633wxd for ; Mon, 31 Oct 2005 15:34:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=naJ+767kM1c8QQFG7YE7y6lCeKey+8I+dj+XLb2XozZL/vpOpKLLZsczj5pDUDHtZLVN6i35nbomJnTWg0MqrJxJyZRy7rmMgw6lRCYqjr93Qdr/6FvF1rk3ljZ5hrR3U0+4PbuxS4ZfOimKbKksDhAtgOn6Ritu8Z4a8CSY5PA= Received: by 10.70.48.19 with SMTP id v19mr2007560wxv; Mon, 31 Oct 2005 15:34:05 -0800 (PST) Received: by 10.70.26.7 with HTTP; Mon, 31 Oct 2005 15:34:05 -0800 (PST) Message-ID: <126f8c310510311534j6b493016m94b0236e73b2d1c7@mail.gmail.com> Date: Mon, 31 Oct 2005 18:34:05 -0500 From: "Enrique Llanos V." To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: isc-dhcp issue X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 23:34:06 -0000 Hi all, i'm looking at the log files for my isc-dhcp-server and i found lines like these ones: "peer holds all free leases" and "last message repeated X times" (X=3D3,4,5= ,...) Iam running two isc-dhcp-server-3.0.3 primary and secondary in a couple of Sun Ultra 5 and my .conf files are (server names, pegasus and unicorn): Primary: one-lease-per-client true; default-lease-time 7200; max-lease-time 32400; #authoritative; ddns-update-style none; failover peer "unicorn" { primary; # dhcpd secundario unicorn.my.network.whatever address 200.xxx.yyy.zzz; port 519; peer address 200.xxx.yyy.www; peer port 520; max-response-delay 60; max-unacked-updates 10; mclt 600; split 128; load balance max seconds 3; } include "/usr/local/etc/dhcpd.master"; log-facility local7; ---------- Secondary: one-lease-per-client true; default-lease-time 7200; max-lease-time 32400; #authoritative; ddns-update-style none; authoritative; failover peer "pegasus" { secondary; address 200.xxx.yyy.www; port 520; peer address 200.xxx.yyy.zzz; peer port 519; max-response-delay 60; max-unacked-updates 10; } include "/usr/local/etc/dhcpd.master"; log-facility local7; ---- I have googled for information but i haven't found any regarding this version of the dhcp-server and well, i would very much appreciate your answers on what is the meaning of this[0] message and how avoid it, two clients weren't getting any answers from the dhcp-server on the next happening could be 20. [0] "peer holds all free leases" Best regards Enrique Americatel Peru -- BSc. Enrique Llanos V. ----------------- http://ellv.blogspot.com ------------------------------------- Investigacion y Desarrollo ------------------------------------- Somos UNIX, seamoslo SIEMPRE