From owner-freebsd-questions@FreeBSD.ORG Sat Jun 12 01:38:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E58A16A4D8 for ; Sat, 12 Jun 2004 01:38:56 +0000 (GMT) Received: from ssigc.net (dsl092-076-115.bos1.dsl.speakeasy.net [66.92.76.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A1643D45 for ; Sat, 12 Jun 2004 01:38:55 +0000 (GMT) (envelope-from info@mvcg.net) Received: from ssigc.net (localhost [10.10.10.13] (may be forged)) by ssigc.net (8.12.11/8.12.10) with ESMTP id i5C1dPAA066767; Fri, 11 Jun 2004 21:39:25 -0400 (EDT) Received: from NEON-DURON ([10.10.10.11]) by ssigc.net (MailMonitor for SMTP v1.2.2 ) ; Fri, 11 Jun 2004 21:39:25 -0400 (EDT) Message-ID: <004c01c4501e$138cc4d0$0b0a0a0a@neonduron> From: "Thomas Farrell" To: "Ben Timby" , References: <40C9D799.1070304@webexc.com> Date: Fri, 11 Jun 2004 21:39:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Re: DNS + DHCP auto host updates. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 01:38:58 -0000 Here you go. Here is an example of a dhcpd.conf entry subnet 4.10.10.0 netmask 255.255.252.0 { dynamic-dhcp range 4.10.10.2 4.10.13.254 { option subnet-mask 255.255.252.0; option domain-name "dsl-verizon.net"; option domain-name-servers 4.2.2.4,4.2.2.5,4.2.2.6; option routers 4.10.10.1; option dhcp-lease-time 14400; option dhcp-renewal-time 7200; option dhcp-rebinding-time 12600; } } ----- Original Message ----- From: "Ben Timby" To: Sent: Friday, June 11, 2004 12:02 PM Subject: DNS + DHCP auto host updates. > Hello, does anyone have a good guide for setting up DNS updates using > ISC DHCP server? I want hosts on my network to become registered with > DNS server when they recieve network configuration. I have not been able > to find a guide or more information than what is in the man pages for > dhcpd and bind. Any help is appreciated. Please reply to the list. > > Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >