[dhcwg] dhcp.conf file and failover

Stephen Sutton <steve@pdx.edu> Thu, 08 August 2002 13:16 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA10558 for <dhcwg-archive@odin.ietf.org>; Thu, 8 Aug 2002 09:16:46 -0400 (EDT)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id JAA00522 for dhcwg-archive@odin.ietf.org; Thu, 8 Aug 2002 09:18:01 -0400 (EDT)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id JAA00243; Thu, 8 Aug 2002 09:10:48 -0400 (EDT)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id BAA00457 for <dhcwg@optimus.ietf.org>; Wed, 7 Aug 2002 01:09:41 -0400 (EDT)
Received: from medusa.oit.pdx.edu (medusa.oit.pdx.edu [131.252.120.41]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA12699 for <dhcwg@ietf.org>; Wed, 7 Aug 2002 01:08:27 -0400 (EDT)
Received: from tomato.oit.pdx.edu (tomato.oit.pdx.edu [131.252.134.138]) by medusa.oit.pdx.edu (8.11.6/8.11.6) with ESMTP id g7759d128896; Tue, 6 Aug 2002 22:09:39 -0700 (PDT)
Received: from odin.cc.pdx.edu (localhost [127.0.0.1]) by tomato.oit.pdx.edu (8.11.6/8.11.6) with ESMTP id g7759cH22251; Tue, 6 Aug 2002 22:09:38 -0700 (PDT)
Message-ID: <3D50AB92.8030300@odin.cc.pdx.edu>
Date: Tue, 06 Aug 2002 22:09:38 -0700
From: Stephen Sutton <steve@pdx.edu>
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.0) Gecko/20020611
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: dhcwg@ietf.org
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit
Subject: [dhcwg] dhcp.conf file and failover
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: <dhcwg.ietf.org>
X-BeenThere: dhcwg@ietf.org
Content-Transfer-Encoding: 7bit

Have two Solaris boxes running Solaris 8 and have installed 
dhcp-3.0.1rc9 on them.
These machines share a test network with a PC. Have been able to start 
dhcp without the failover text in the dhcp.conf.  find the dhcp.conf.5 
file confusing.  In the example it shows an include for 
/etc/dhcpd.master but am not sure what would go in this file.

My latest attempt looks something like:
subnet 10.0.120.0 netmask 255.255.252.0 {
  pool {
     failover peer "findon";
      deny dynamic bootp clients;
       max-lease-time 7600;
       option subnet-mask 255.255.252.0;
       option routers 10.0.120.10;
       default-lease-time 7600;
       range 10.0.120.100 10.0.120.150;
   }
}

failover peer "findon" {
   secondary;
   address 10.0.120.28;
    port 519;
     peer address 10.0.120.29;
     peer port 520;
     max-response-delay 60;
      max-unacked-updates 10;
     mclt 3600;
      split 128;
      load balance max seconds 3;
}

On starting dhcp this gives me the error:
lightstar.oit.pdx.edu dhcpd: /etc/dhcpd.conf line 44: failover peer 
findon: not found

findon is the host name of the primary server.

Am in need of some documentaion on how to set up the "dhcp.conf" file 
for failover.
The best information ,so far, has been in the "dhcpd.conf.5" man page.
Is there additional documentation on how to set up the dhcpd.conf for 
failover?

Steve

-- 
^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^
^  Steve Sutton --- steve@odin.pdx.edu     ^
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_





_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
https://www1.ietf.org/mailman/listinfo/dhcwg