Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on DNS recursive - Is this correct? in the VPS & Dedicated forum
Masood or anyone.... Found these instructions on the web and wondering if this is safe to do and does fix the problem of recursive servers: ...

  1. #1
    all about nothing! Frank Broughton's Avatar
    Join Date
    Jan 2006
    Posts
    2,158

    DNS recursive - Is this correct?

    Masood or anyone....

    Found these instructions on the web and wondering if this is safe to do and does fix the problem of recursive servers:

    Code:
    For who have recently notice that now DNSreport do verify if your DNS is recursive lookup or not, here is the tip on how to set it up.
    
    open you named.conf and add before options { the follow lines:
    
    acl "trusted" {
    xxx.xxx.xxx.xxx;
    yyy.yyy.yyy.yyy;
    };
    
    where xxx.xxx.xxx.xxx is your ip address same for yyy.yyy.yyy.yyy.
    for cpanel users, you can find yours ips in the follow file: /etc/nameserverips
    
    after that, inside the options add after the line "// query-source address * port 53;" the follow:
    allow-recursion { trusted; };
    allow-notify { trusted; };
    allow-transfer { trusted; };
    
    also uncomment the line "// query-source address * port 53;" "to query-source address * port 53;" with out the " (double-quotes).
    
    restart your service.
    
    Verify again your status with DNSreport.

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    If I was Masood, I'd tell you to check Connie's KB...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    all about nothing! Frank Broughton's Avatar
    Join Date
    Jan 2006
    Posts
    2,158
    Quote Originally Posted by Vin DSL View Post
    If I was Masood, I'd tell you to check Connie's KB...
    You wise guy you.....

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
  •