Go Back   Web Server Hosting Forum by BODHost > Support > Dedicated hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-22-08, 21:37
BODHost - NOC
 
Join Date: Oct 2008
Posts: 6
Send a message via AIM to Patrick Send a message via MSN to Patrick
Post Configure trusted ACL for DNS recursion

You may get the error about allowing Recursive Queries within DNS report of any domain hosted on your server.


Recursive Queries :I could use the nameservers listed below to performe recursive queries. It may be that I am wrong but the chances of that are low. You should not have nameservers that allow recursive queries as this will allow almost anyone to use your nameservers and can cause problems. Problem record(s) are:
198.162.1.10
198.162.1.11

Note : Here for eg : yourPrimaryIPaddress is 198.162.1.10 and
yourSecondaryIPaddress is 198.162.1.11 .

To overcome this you need to configure the trusted ACL for DNS recursion :

Code:
root@server [~]# vi /etc/named.conf
add trusted acl line after “controls” block


Code:
acl "trusted" {
127.0.0.1; 198.162.1.10; 198.162.1.11;
};
and under "options" block add following line after “version” line.

Code:
allow-recursion { trusted; };
allow-notify { trusted; };
allow-transfer { trusted; };
Save the changes and restart named service .

Code:
root@server [~]# /etc/init.d/named restart
Reply With Quote
  #2 (permalink)  
Old 11-01-08, 14:58
BOD Member
 
Join Date: Mar 2006
Location: Scotland
Posts: 201
Default

Patrick,

Do you have something in relation to RPC over HTTP - ACL Error ?
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 02:47.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.