DNS + DHCP auto host updates.

Thomas Farrell info at mvcg.net
Fri Jun 11 18:38:58 PDT 2004


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 at webexc.com>
To: <freebsd-questions at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"
>
>




More information about the freebsd-questions mailing list