OT (maybe) DNS delagation on RH9

From: dbrett (dbrett_at_tcn.net)
Date: 06/04/04

  • Next message: Edward: "Re: Installed a DVD burner on RHL9, and now the machine reboots [SOLVED]"
    Date: Thu, 3 Jun 2004 20:30:45 -0400 (EDT)
    To: redhat-list@redhat.com
    
    

    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

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Edward: "Re: Installed a DVD burner on RHL9, and now the machine reboots [SOLVED]"

    Relevant Pages

    • Re: OT (maybe) DNS delagation on RH9
      ... At a basic level the delegation is working. ... > is delegation will only work when forwarding is turned off. ... > Below is the protion of named.conf and the zone file: ...
      (RedHat)
    • RE: Email Rules Forwarding and Fax Forwarding Not Working
      ... In Exchange 2003, "Allow automatic forward" is disabled by default. ... On the SBS server, ... Microsoft CSS Online Newsgroup Support ... Email Rules Forwarding and Fax Forwarding Not Working ...
      (microsoft.public.windows.server.sbs)
    • Re: Multiple copies of email in "Forward to"contact
      ... There is no forwarding set on his private mail (that would be via MS ... I have selected to keep a copy of on the server so that when he comes ... The only exception to this case being when I, or anyone whose mailbox is ... His home server then also sends a copy of this message to his ...
      (microsoft.public.exchange.admin)
    • duplication of forwarded email
      ... There is no forwarding set on his private mail (that would be via MS ... I have selected to keep a copy of on the server so that when he comes ... The only exception to this case being when I, or anyone whose mailbox is ... His home server then also sends a copy of this message to his ...
      (microsoft.public.exchange.admin)
    • Re: Constrained delegation question!
      ... remote server running the services in terms of the security audits on the ... AUTHORITY\ANONYMOUS LOGON event. ... you won't be able to get Kerb delegation to ...
      (microsoft.public.dotnet.framework.aspnet.security)