Re: configure Bind as a secondary DNS

From: Rodolfo J. Paiz (rpaiz_at_simpaticus.com)
Date: 10/27/03

  • Next message: Jason Dixon: "[OT] Re: configure Bind as a secondary DNS"
    To: redhat-list@redhat.com
    Date: Mon, 27 Oct 2003 16:05:16 -0600
    
    

    At 16:00 10/27/2003, you wrote:
    >
    >If you have already an primary DNS Server what do i need to do to
    >configure a BIND DNS server as a secondary, and at the same time to be a
    >master dns server for that zone. I know some stuff about BIND.

    There is no such thing as a secondary *server*. A BIND server can be a
    master for X zones and a slave for Y zones... they have absolutely nothing
    to do with each other. If you already have a BIND server running and
    configured, just add the slave zone to it:

    zone "mydomain.com" {
             type slave;
             master ns1.mydomain.com;
             file named/zone.mydomain.com;
    }

    -- 
    Rodolfo J. Paiz
    rpaiz@simpaticus.com
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Jason Dixon: "[OT] Re: configure Bind as a secondary DNS"

    Relevant Pages

    • [UNIX] Hardening the BIND DNS Server
      ... Hardening the BIND DNS Server ... Your Domain Name Service is the road sign to your systems on the Internet. ...
      (Securiteam)
    • Re: "Network" DNS Server
      ... You mean you want BIND to be the authorative DNS server for your Active ... A secondary zone refers to the Master. ... Define whole RFC1918 network as one reverse zone, ...
      (microsoft.public.windows.server.dns)
    • Having trouble setting up BIND 9.9.2-P2 on Win XP PRO SP3, wont start
      ... I needed to populate the etc folder, so I downloaded the Ubuntu version of bind and extracted the contents of /etc and put them in Windows version of etc. ... I don't want to use any other DNS server other than the one running on my machine. ... zone "localhost" { ...
      (comp.protocols.dns.bind)
    • Re: Local DNS Caching not caching on external interface
      ... I have just configured a Local DNS server using the built-in ... Bind 9.3.1 on a FreeBSD 5.4 machine. ... seem to query the caching name server from my local network. ...
      (freebsd-questions)
    • RE: how to properly add a dns server
      ... when I work at home and want to work on our internal servers/machines I need to resolve the complete tio.nl zone including all sub domains. ... That is the reason I run bind on my Linux router/gateway and via DHCP I tell all clients in my network to use that dns server. ... forwarders; ...
      (Debian-User)