in-addr.arpa record shows .err

Discussion in 'Installation/Configuration' started by muekno, Feb 10, 2023.

  1. muekno

    muekno Active Member HowtoForge Supporter

    Everything was fine until my servercrash.
    New server would not acceppt in-addr.arpa zone
    my ips are 62.146.82.64-79 it#a 7240 mask
    so I created a 79-62.82.146.in-addr.arpa. zone addes 2 NS records to my name servers dot at the end an a ptr record to the mail server hostname dot at the end.
    the pri.... record in /etc/name ends with .err and shows like
    <code>
    root@mike:/etc/bind# cat pri.79-64.82.146.62.in-addr.arpa.err
    $TTL 3600
    @ IN SOA mike.muekno.de. mk.muekno.de. (
    2023021006 ; serial, todays date + todays serial #
    7200 ; refresh, seconds
    540 ; retry, seconds
    604800 ; expire, seconds
    3600 ) ; minimum, seconds
    ;

    79-64.146.82.64.in-addr.arpa. 3600 NS mike.muekno.de.
    79-64.146.82.64.in-addr.arpa. 3600 NS ns2.muekno.de.
    66 3600 PTR mike.muekno.de.
    root@mike:/etc/bind#
    </code>

    all normal dns names are resolved fine
    Whats wrong
    Rainer
     
  2. muekno

    muekno Active Member HowtoForge Supporter

    Solved mistyped domain in ns records
     
  3. remkoh

    remkoh Well-Known Member HowtoForge Supporter

    You can check what's wrong from te command line when you're having troubles in the future:
    Code:
    named-checkzone domain.tld /etc/bind/pri.domain.tld.err
     
    ahrasis likes this.

Share This Page