Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    rDNS - Setting up a reverse DNS

    Hi all,

    I've just finished setting up a new CentOs 6.2 VPS server. NS + email has been setup and Glue records created

    I can't seem to setup the rDNS though. Is this setup on the server or by the domain manager?


    intodns.com message

    Code:
    Reverse MX A records (PTR)
    
    ERROR: No reverse DNS (PTR) entries. The problem MX records are: 
    195.86.50.27.in-addr.arpa -> no reverse (PTR) detected
     You should contact your ISP and ask him to add a PTR record for your ips

    /etc/named.conf

    Code:
    options {
            empty-zones-enable no;
    //      listen-on port 53 { 127.0.0.1; };
    //      listen-on-v6 port 53 { ::1; };
            directory       "/var/named";
            dump-file       "/var/named/data/cache_dump.db";
            statistics-file "/var/named/data/named_stats.txt";
            memstatistics-file "/var/named/data/named_mem_stats.txt";
    //      allow-query     { localhost; };
            recursion yes;
    
    //      dnssec-enable yes;
    //      dnssec-validation yes;
    //      dnssec-lookaside auto;
    
            /* Path to ISC DLV key */
            bindkeys-file "/etc/named.iscdlv.key";
    
            managed-keys-directory "/var/named/dynamic";
    };
    
    logging {
            channel default_debug {
                    file "data/named.run";
                    severity dynamic;
            };
    };
    
    zone "." IN {
            type hint;
            file "named.ca";
    };
    
    include "/etc/named.rfc1912.zones";
    include "/etc/named.root.key";
    
    zone "example.com" {
            type master;
            file "/var/named/example.com.hosts";
            };
    zone "195.86.50.27.in-addr.arpa" {
            type master;
            file "/var/named/27.50.86.195.rev";
            };
    zone "86.50.27.in-addr.arpa" {
            type master;
            file "/var/named/27.50.86.rev";
            };

    zone example.com

    Code:
    $ttl 38400
    example.com.                  IN      SOA     ns1.example.com. webmaster.example.com. (
                                    1361472182
                                    10800
                                    3600
                                    604800
                                    38400 )
    example.com.                  IN      A       27.50.86.195
    www                             IN      A       27.50.86.195
    mail                            IN      A       27.50.86.195
    ftp                             IN      A       27.50.86.195
    ns1                             IN      A       27.50.86.195
    ns2                             IN      A       27.50.86.195
    example.com.                  IN      NS      ns1.example.com.
    example.com.                  IN      NS      ns2.example.com.
    example.com.                  IN      MX      10 mail.example.com.

    zone 195.86.50.27.in-addr.arpa

    Code:
    $ttl 38400
    195.86.50.27.in-addr.arpa.      IN      SOA     ns1.example.com. webmaster.example.com. (
                            1361687161
                            10800
                            3600
                            604800
                            38400 )
    195.86.50.27.in-addr.arpa.      IN      NS      ns1.example.com.
    195.86.50.27.in-addr.arpa.      PTR     example.com.

    zone 86.50.27.in-addr.arpa

    Code:
    $ttl 38400
    86.50.27.in-addr.arpa.  IN      SOA     ns1.example.com. webmaster.example.com. (
                            1361687161
                            10800
                            3600
                            604800
                            38400 )
    86.50.27.in-addr.arpa.  IN      NS      ns1.example.com.
    86.50.27.in-addr.arpa.  PTR     example.com.




 

 

Similar Threads

  1. Dns master/slave confusion..
    By mikewaals in forum General Server
    Replies: 3
    Last Post: 02-14-2013, 01:09 PM
  2. SSH reverse tunneling
    By Zvone2304 in forum Linux Networking
    Replies: 4
    Last Post: 08-07-2012, 06:03 AM
  3. ssh server reverse connection
    By Michael Bourquin in forum Command Line
    Replies: 2
    Last Post: 02-16-2012, 12:46 PM
  4. Firefox Add-On Bypasses SOPA DNS Blocking
    By Fred in forum Linux News
    Replies: 0
    Last Post: 12-22-2011, 03:50 AM
  5. Replies: 0
    Last Post: 12-16-2011, 02:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,580
Threads: 3,920
Posts: 9,446
Top Poster: Fred (1,486)
Welcome to our newest member, SLW210

» Links



Powered by vBadvanced CMPS