Date: Mon, 31 Oct 2005 18:34:05 -0500 From: "Enrique Llanos V." <ellanosv@gmail.com> To: freebsd-isp@freebsd.org Subject: isc-dhcp issue Message-ID: <126f8c310510311534j6b493016m94b0236e73b2d1c7@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?126f8c310510311534j6b493016m94b0236e73b2d1c7>
