DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 23rd, 2011, 09:32 AM
guimev guimev is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2011
Posts: 2 guimev User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 25 sec
Reputation Power: 0
Problem reverse DNS PTR refused

Hi,
I just configure a public DNS on a debian
Everything is ok, but there is a problem with reverse dns resolution

in my named.conf, my network are able to use the dns :

allow-query {127.0.0.1/32;93.xxx.xxx./21};

but the reverse resolution from outside does not work (and work from inside):
Host 3.148.x.93.in-addr.arpa not found: 2(SERVFAIL)

tcpdump :

14:30:09.868526 IP 88-190-x3.rev.dedibox.fr.58970 > ns0.x.org.domain: 34337 [1au] PTR? 3.x.x.93.in-addr.arpa. (54)
14:30:09.869506 IP ns0.x.org.domain > x-x-22-53.rev.x.fr.58970: 34337 Refused- 0/0/1 (54)


Should i put allow-query {any} to resolv my problem or is there another parameter to only accept reverse resolution ?

(of course i am not enjoyed in allow-query any ...

Reply With Quote
  #2  
Old September 23rd, 2011, 10:11 AM
CaptPikel CaptPikel is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2010
Location: Florida
Posts: 248 CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level)CaptPikel User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 15 h 26 m 11 sec
Reputation Power: 3
There's not much reason to restrict queries so are you sure that's the setting you want? If you host any zones you want to always allow all queries (unless you need to specifically blacklist some). You want to lock down recursion normally.


recursion no;
recursion yes;
allow-recursion { acl };
allow-recursion-on { addresses };
allow-recursion { 10.0/16; };
allow-recursion-on { 10.0.0.1; };
etc...

Reply With Quote
  #3  
Old September 26th, 2011, 02:27 AM
guimev guimev is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2011
Posts: 2 guimev User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 25 sec
Reputation Power: 0
Thank you for answering,
the good parameter was allow-recursion, and i tryed to block query with allow-query

Thanks !

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Problem reverse DNS PTR refused

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap