Date: Wed, 20 Feb 2002 09:23:00 -0800 From: "Jesse Geddis" <sgeine@yahoo.com> To: "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG> Subject: RE: DNS Message-ID: <NGBBKILMGLGEDIHMGJANMEBPCAAA.sgeine@yahoo.com> In-Reply-To: <918F8DDE7A6AD311A90900508B2CBF70297E94@SERVER1>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>DNS</TITLE> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2713.1100" name=3DGENERATOR></HEAD> <BODY> <DIV><SPAN class=3D220051517-20022002><FONT face=3DArial color=3D#0000ff = size=3D2>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</FONT></SPAN></DIV> <DIV><SPAN class=3D220051517-20022002><FONT face=3DArial color=3D#0000ff = size=3D2><A=20 href=3D"http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.htm= l">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html</A>= </FONT></SPAN></DIV> <DIV><SPAN class=3D220051517-20022002><FONT face=3DArial color=3D#0000ff = size=3D2>options {</FONT></SPAN></DIV> <DIV><SPAN class=3D220051517-20022002><FONT face=3DArial color=3D#0000ff = size=3D2> forwarders { 206.13.29.12; = };</FONT></SPAN></DIV> <DIV><SPAN class=3D220051517-20022002><FONT face=3DArial color=3D#0000ff = size=3D2>};</FONT></SPAN></DIV> <DIV><SPAN class=3D220051517-20022002> for example</SPAN></DIV> <DIV><SPAN class=3D220051517-20022002>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.</SPAN></DIV> <DIV><SPAN class=3D220051517-20022002></SPAN><FONT face=3DTahoma><FONT = size=3D2><SPAN=20 class=3D220051517-20022002><FONT face=3DArial=20 color=3D#0000ff> </FONT></SPAN></FONT></FONT></DIV> <DIV><FONT face=3DTahoma><FONT size=3D2><SPAN=20 class=3D220051517-20022002></SPAN></FONT></FONT> </DIV> <DIV><FONT face=3DTahoma><FONT size=3D2><SPAN=20 class=3D220051517-20022002></SPAN></FONT></FONT> </DIV> <DIV><FONT face=3DTahoma><FONT size=3D2><SPAN=20 class=3D220051517-20022002> </SPAN>-----Original = Message-----<BR><B>From:</B>=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]<B>On Behalf Of </B>Scott=20 Overfield<BR><B>Sent:</B> Wednesday, February 20, 2002 8:57 = AM<BR><B>To:</B>=20 freebsd-questions@FreeBSD.ORG; 'Eric Six'<BR><B>Subject:</B>=20 DNS<BR><BR></DIV></FONT></FONT> <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px"> <P><FONT face=3DArial size=3D2>Good Morning,</FONT> <BR><FONT = face=3DArial=20 size=3D2>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.....</FONT></P> <P><FONT face=3DArial = size=3D2>********************************************</FONT>=20 <BR><FONT face=3DArial size=3D2>Scott Overfield</FONT> <BR><FONT = face=3DArial=20 size=3D2>Network Administrator</FONT> <BR><FONT face=3DArial = size=3D2>Gratiot County=20 Community Mental Health</FONT> <BR><FONT face=3DArial = size=3D2>989-466-4109</FONT>=20 <BR><FONT face=3DArial size=3D2>soverfield@gccmha.org</FONT>=20 </P></BLOCKQUOTE></BODY></HTML> ------=_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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NGBBKILMGLGEDIHMGJANMEBPCAAA.sgeine>