Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 12:45:15 -0500
From:      Mikel King <mikel@ocsinternet.com>
To:        Mike Jennings <jenningsmca@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: dynamic dns
Message-ID:  <3A9BE7AB.28AC2652@ocsinternet.com>
References:  <F1341Zcn8TtEvzoxJ6s0000b68d@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------CCD52BAE1ED1FB96D07B271A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I found that dynamic DNS wasn't worth the trouble, for the small site I
was working on it for. I only got the DHCPd running after printing some
of the docs found on the isc homepage.   Attached is a copy of a
template dhcpd config file I used once...

cheers,
mikel

Mike Jennings wrote:

> Where can I find information about dynamic dns with dhcp
> implementation on a FreeBSD unix system. I have already reviewd the
> Handbook, in fact I bought it. Parts are only relevant to dhcp
> clients. I have just been to the Internet Consortium for more info.Not
> sure if this is going to be a hard project to implement. Thanks for
> any info on this subject. Mike Jennings
>
>
> -----------------------------------------------------------------------
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe
> freebsd-questions" in the body of the message

--------------CCD52BAE1ED1FB96D07B271A
Content-Type: text/plain; charset=us-ascii;
 name="rc.dhcpd"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="rc.dhcpd"

subnet	172.16.1.0 netmask 255.255.255.0 {
	range 172.16.1.5 172.16.1.240;
#	option	domain-name "albinder.com";
	option subnet-mask 255.255.255.0;
	option	routers 172.16.1.1;
	option	domain-name-servers 204.107.76.111, 204.107.76.110;
}



--------------CCD52BAE1ED1FB96D07B271A--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A9BE7AB.28AC2652>