Re: DNS + DHCP auto host updates.

2004-06-11 Thread Thomas Farrell
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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS + DHCP auto host updates.

2004-06-11 Thread Louis LeBlanc
On 06/11/04 11:02 AM, Ben Timby sat at the `puter and typed:
> 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.

While searching the mailing list archives for a completely unrelated
question, I found this link in someones sig:

http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/

There is a link to a tutorial for exactly that task.  One of the
better links I've found on it, anyway.

I'll be doing this myself in a few weeks, so I'd appreciate if you'd
post back to the list (in this thread if you like) any gotchas (or
lack thereof) you encounter.

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

COBOL:
  Completely Over and Beyond reason Or Logic.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DNS + DHCP auto host updates.

2004-06-11 Thread Ben Timby
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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"