Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 21:39:17 -0400
From:      "Thomas Farrell" <info@mvcg.net>
To:        "Ben Timby" <asp@webexc.com>, <freebsd-questions@freebsd.org>
Subject:   Re: DNS + DHCP auto host updates.
Message-ID:  <004c01c4501e$138cc4d0$0b0a0a0a@neonduron>
References:  <40C9D799.1070304@webexc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <asp@webexc.com>
To: <freebsd-questions@freebsd.org>
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"
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004c01c4501e$138cc4d0$0b0a0a0a>