From owner-freebsd-questions Wed Feb 20 9:23:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 3F72837B442 for ; Wed, 20 Feb 2002 09:23:02 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 17:23:01 -0000 Reply-To: From: "Jesse Geddis" To: "FreeBSD-Questions" Subject: RE: DNS Date: Wed, 20 Feb 2002 09:23:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C1B9F0.30F47020" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <918F8DDE7A6AD311A90900508B2CBF70297E94@SERVER1> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C1B9F0.30F47020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit DNSits an excellent way to start. the handbook had tons of info on DNS if I remember correctly which is where I got started with it from. basically what you have to do in short is write zone files for forward and reverse for your private network then set a forwarder to your ISP in your named.conf http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html options { forwarders { 206.13.29.12; }; }; for example or you could just get the named.ca from internic and pull it from there which is how I've always done it . the page I posted gives you pretty much a start to finish on how to get bind going, its super easy. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Overfield Sent: Wednesday, February 20, 2002 8:57 AM To: freebsd-questions@FreeBSD.ORG; 'Eric Six' Subject: DNS Good Morning, Here is my question.......My ISP hosts my DNS for routable addresses, I would, however, like to set up a non-microsoft DNS server for my LAN, which is using non-routable addresses....What is the best way to accomplishing this? I do have a dual homed FreeBSD box set up behind my firewall, functioning as a NAT box to provide internet access from the LAN....could this box possibly be set up to respond to internal DNS queries, and forward all others to the ISP's DNS server? If so, how is this configured? Please excuse me if this is a newby question, I have zero experience with BIND or any DNS server other than microsoft......however, I am interested in banishing windoze, at least from the server room....I thought this might be a good place to start..... ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------=_NextPart_000_0012_01C1B9F0.30F47020 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable DNS
its an=20 excellent way to start. the handbook had tons of info on DNS if I = remember=20 correctly which is where I got started with it from. basically what you = have to=20 do in short is write zone files for forward and reverse for your private = network=20 then set a forwarder to your ISP in your named.conf
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html=
options {
    forwarders { 206.13.29.12; = };
};
 for example
or you could just get the named.ca = from=20 internic and pull it from there which is how I've always done it . the = page I=20 posted gives you pretty much a start to finish on how to get bind going, = its=20 super easy.
 
 
 
 -----Original = Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott=20 Overfield
Sent: Wednesday, February 20, 2002 8:57 = AM
To:=20 freebsd-questions@FreeBSD.ORG; 'Eric Six'
Subject:=20 DNS

Good Morning,
Here is my question.......My ISP hosts my DNS for routable = addresses, I=20 would, however, like to set up a non-microsoft DNS server for my LAN, = which is=20 using non-routable addresses....What is the best way to accomplishing = this? I=20 do have a dual homed FreeBSD box set up behind my firewall, = functioning as a=20 NAT box to provide internet access from the LAN....could this box = possibly be=20 set up to respond to internal DNS queries, and forward all others to = the ISP's=20 DNS server? If so, how is this configured? Please excuse me if this is = a newby=20 question, I have zero experience with BIND or any DNS server other = than=20 microsoft......however, I am interested in banishing windoze, at least = from=20 the server room....I thought this might be a good place to=20 start.....

********************************************=20
Scott Overfield
Network Administrator
Gratiot County=20 Community Mental Health
989-466-4109=20
soverfield@gccmha.org=20

------=_NextPart_000_0012_01C1B9F0.30F47020-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message