From owner-freebsd-questions@FreeBSD.ORG Sun Apr 10 14:00:42 2005 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 81FB616A4CE for ; Sun, 10 Apr 2005 14:00:42 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB9643D48 for ; Sun, 10 Apr 2005 14:00:42 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.12] (port=1360 helo=[172.17.0.69]) by mx2.mail.ru with asmtp id 1DKczQ-0001bd-00; Sun, 10 Apr 2005 18:00:41 +0400 Message-ID: <4259318A.2000704@mail.ru> Date: Sun, 10 Apr 2005 18:00:42 +0400 From: "Andrew P." User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Ryan J. Cavicchioni" References: <42592D77.4080704@confabulator.net> In-Reply-To: <42592D77.4080704@confabulator.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: BIND 9 on a dynamic ip address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: infofarmer@mail.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2005 14:00:42 -0000 Ryan J. Cavicchioni wrote: > Hello, I am hoping to set up a DNS server for my home network just for > the sake of learning BIND. Unfortunately, I have a PPPoE connects > (wireless broadband) with a dynamic ip address. At the moment, I use > dyndns just so I have a hostname and I would like to keep using > dyndns. All I am looking to do is to use bind for hosts in my network > and have a local dns cache. I do not plan on pointing any domains to > my nameservers. Would this be possible? Or will there be problems that > I am not foreseeing? I am really new at this, that is why I would like > to leard bind. If you have a stable LAN ip address, it's not a problem. Configure BIND to listen on it and the dynamic address you get to use internet won't bother anyone (even BIND itself). On the other hand, configuring a DNS server listening on a dynamic IP address is a really bad idea. BIND 9 Administrator Reference Manual is a good place to start (I started there a few weeks ago). http://www.bind9.net/manual/bind/9.3.1/Bv9ARM.html Best wishes, Andrew P.