Re: OT (maybe) DNS delagation on RH9

From: Mike Burger (mburger_at_bubbanfriends.org)
Date: 06/04/04

  • Next message: Gerrit Albrecht: "AW: Mirrordiring /proc?"
    Date: Fri, 4 Jun 2004 05:29:02 -0500 (EST)
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    On Thu, 3 Jun 2004, dbrett wrote:

    > I have run into something very strange I can't figure out how to solve.
    >
    > I have a DNS server running RH9 and Bind 9. The problem I am having is
    > with delegation. At a basic level the delegation is working. The problem
    > is delegation will only work when forwarding is turned off.
    >
    > i.e.
    > Bind server has domain of "company.com"
    > it delegates "corp.company.com" to "ns.corp.company.com"
    >
    > If forwarding is enabled all queries for "corp.company.com" go to the
    > forwarding servers. If forwarding is turned off, it works as expected.
    >
    > Below is the protion of named.conf and the zone file:
    >
    > named.conf:
    > options {
    > directory "/var/named";
    > forwarders{ 207.181.89.2;
    > 207.181.89.3;
    > 207.181.101.5;
    > 207.181.101.4;};
    > allow-transfer{ 192.168.1.25; 192.168.1.100; 192.168.1.101;};
    > };
    > zone "." {
    > type hint;
    > file "named.ca";
    > };
    > zone "company.com"{
    > type slave;
    > masters {192.168.1.25;};
    > file "company.com";
    > };
    > ...
    >
    >
    > zone file company.com
    >
    > $ORIGIN .
    > $TTL 43200 ; 12 hours
    > company.com IN SOA ns01.company.com.
    > dbrett.company.com.
    > (
    > 2004060320 ; serial
    > 3600 ; refresh (1 hour)
    > 900 ; retry (15 minutes)
    > 1209600 ; expire (2 weeks)
    > 43200 ; minimum (12 hours)
    > )
    > NS ns02.company.com.
    > NS ns01.company.com.
    >
    >
    > corp NS ns.corp
    > $ORIGIN corp.company.com.
    > NS A 192.168.1.100
    >
    > david

    I don't see an A record for "ns.corp" with an IP address.

    -- 
    Mike Burger
    http://www.bubbanfriends.org
    Visit the Dog Pound II BBS
    telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
    To be notified of updates to the web site, visit 
    http://www.bubbanfriends.org/mailman/listinfo/site-update, or send a 
    message to:
    site-update-request@bubbanfriends.org
    with a message of: 
    subscribe
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Gerrit Albrecht: "AW: Mirrordiring /proc?"

    Relevant Pages

    • Re: Definitions
      ... > - delegation ... forwarding: not too sure about this one, but I take it to mean serving ... indirection: is a low level programming construct in which a storage ... would say that redirection is the ability to re-route information ...
      (comp.object)
    • Re: Primary DNS causes Web Page to Refresh constantly - why not forward?
      ... Leon E. Webster, MCSE commented ... > forwarding or delegation? ...
      (microsoft.public.win2000.dns)
    • OT (maybe) DNS delagation on RH9
      ... I have a DNS server running RH9 and Bind 9. ... At a basic level the delegation is working. ... If forwarding is enabled all queries for "corp.company.com" go to the ... Below is the protion of named.conf and the zone file: ...
      (RedHat)
    • Re: Definitions
      ... Class A requests Class B to perform an operation that is integral to the ... The reason the operation is essential to Class A is because delegation ... Forwarding is the passing along of data or activation signalfrom one ... "Indirection" is when Class A invokes, dispatches to a method on Class B ...
      (comp.object)
    • Delegation of DHCP blocks within same server?
      ... [Apologies for asking something that strikes me as most likely obvious, ... ses of a cleaner zone file and less traffic between slave servers, ... My presumption is that the /16 zone remain a single zone file, ... As I've only done delegation to other nam= ...
      (comp.protocols.dns.bind)