SUMMARY DNS configuration

From: Roberto Wagner (sunuru!rwagner@sun.com)
Date: Tue Jun 06 1995 - 13:46:45 CDT


Sorry for the delay in sending this summary. I wanted to try the
configuration before sending the comments.

Original questions:

> We have a customer who has two Sun servers (SS5 y SS20)
> with Solaris 2.4, two servers with Netware 3.12, several PC's
with
> Lanwork Place 4.2 and a Cisco Lan Router.
>
> They have a permanent connection with Internet through Cisco
> Lan Router.
>
> They want a private DNS server configured in the SS5 for the
> local questions and that this server can make the questions to
the
> external DNS when they need to make an outside connection.
>
> We have made some tests by configuring a local DNS server
without
> problems. But we would like to know how to establish the link
> with the external DNS.
>
> Thanks in advance...

Thanks a lot to:
     John Stewart <sun!cisco.com!jns>
     sun!SUGAR-LAND.WIRELINE.SLB.COM!bobr ( Bob Reardon )
     sun!TI.Uni-Trier.DE!bern (Jochen Bern)
     "Christopher A. Stewart" <sun!mazama.com!allan>
     james mularadelis <sun!matrix.newpaltz.edu!jamesm>

NOTE: Some of you told me to get the DNS and BIND book by
O'Reilly & Associates. I'm trying to get it (it is not easy to
get specialized books from here).

We configurated SS5 server as DNS server following J. Bern
suggestions and a few suggestions from Solaris 2.4 Answerbook.
The solution should be to use NIS++, but LanWork Place soft pack
cannot be configured for NIS++.

Thank you again!!

Roberto Wagner (sunuru!rwagner@Sun.COM)

Answers:
----------------------------------------------------------------
J. Bern bern@unie

You simply tell the local Server in its /etc/named.boot to load
a List of root Servers:

; Root Servers (reloaded on Boot)
cache . named.root

and set up the Servers "above" by giving their IP#s:

; Try to go over central DNS Servers (fallback to do it yourself
if Failure)
forwarders 136.199.8.101 136.199.8.129 136.199.8.132
136.199.8.224

(if *all* of these fail, your Server will contact the root
Servers
directly, which is why you should have a List of these.)

Then all that remains to do is to update named.root regularly.
>From my Copy:

; This file is made available by InterNIC registration
services
; under anonymous FTP as
; file /domain/named.root
; on server FTP.RS.INTERNIC.NET
; -OR- under Gopher at RS.INTERNIC.NET
; under menu InterNIC Registration Services
(NSI)
; submenu InterNIC Registration Archives
; file named.root
--------------------------------------------------------------------------------

It all depends really. First off, I would suggest picking up
O'Reilly's DNS and Bind book -- it can help out a lot on
configuring
these applications. Second off, you might want to contact your
ISP
(Internet Service Provider) for more information.

Not knowing if you want a primary DNS server, or if you have a
secondary through the ISP, there are too many options so I can't
offer
a quick explanation.

Anyway, get the book -- it's worth it.

--------------------------------------------------------------------------------
From: "Christopher A. Stewart" <sun!mazama.com!allan>

Add the following lines to /etc/named.boot

forwarders <ip address of external DNS server>
slave

Then if you got packet filters in place make sure port 53 on the
ss5
can talk to port 53 on the external server, both tcp and udp.

--------------------------------------------------------------------------------
From: james mularadelis <sun!matrix.newpaltz.edu!jamesm>

Why not just have a single DNS system that contains your local
maps
and also has access to the outside? We have a DNS server that
contains local maps for the campus allowing campus systems to do
local
resolution and also it does name resolution for systems that are
OFF
campus. Easier to maintain and keep consistant with changing
setups.

Get the book from Oreilly & Associates on DNS and Bind. Has a
lot of
useful info.
--------------------------------------------------------------------------------

                                   ROBERTO C. WAGNER
           ::: :::::: :::::: TECHNICAL DEPT.
          ::::: :::::: :::: Arnaldo C. Castro S.A.
          :::::: :::::: :: Julio Herrera y Obes 1626
        :: :::::: :::::: CP 11100, PoBox: 108
       :::: :::::: :::::: Montevideo, URUGUAY
      :::::: :::::: ::::::
      ::::: :::: :::: Phone: 598-292-0055
                                   Fax: 598-292-2953
      Arnaldo C. Castro S.A. EMail: sunuru!rwagner@Sun.COM

--------------------------------------------------------------------------------



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:26 CDT