From owner-freebsd-current@FreeBSD.ORG Thu Jan 20 11:02:03 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDC216A4CE for ; Thu, 20 Jan 2005 11:02:03 +0000 (GMT) Received: from mx04.mdcs.at (mx04.mdcs.at [193.110.28.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A32043D45 for ; Thu, 20 Jan 2005 11:02:02 +0000 (GMT) (envelope-from nikolay.nenchev@rbb-sofia.raiffeisen.at) To: freebsd-current@freebsd.org MIME-Version: 1.0 Message-ID: From: nikolay.nenchev@rbb-sofia.raiffeisen.at Date: Thu, 20 Jan 2005 12:26:33 +0200 X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="=_mixed 00394D7942256F8F_=" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ceri@submonkey.net Subject: Fw: DNS reverse zone problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 11:02:03 -0000 --=_mixed 00394D7942256F8F_= Content-Type: text/plain; charset="US-ASCII" from named.conf: zone "0/26.XXX.XXX.XXX.in-addr.arpa." { type master; file "master/example.com.rev" allow-query { any; } ; allow-transfer { myslave server; } ; }; ceri@submonkey.net Sent by: setantae@submonkey.net 20.01.2005 11:21 To nikolay.nenchev@rbb-sofia.raiffeisen.at cc ceri@submonkey.net Subject Re: DNS reverse zone problem? On Thu, Jan 20, 2005 at 09:54:23AM +0200, nikolay.nenchev@rbb-sofia.raiffeisen.at wrote: > I have problems with reverse zone. I have classless adress from 0-63, so > I'm wiht mask /26. > My reverse zone file: > $TTL 3600 > $ORIGIN 0/26.XXX.XXX.XXX.in-addr.arpa. > @ IN SOA ns1.example.com. root.example.com. ( > 2005011901 ; Serial > 10800 ; Refresh > 3600 ; Retry > 604800 ; Expire > 3600 ) ; Minimum > > @ IN NS ns1.exapmle.com. "example" is spelt incorrectly there, but it's not the cause of your problem. > 1 IN PTR ns1.example.com. > 7 IN PTR mail1.example.com. > 5 IN PTR example.com. > > Error messages: > > named[96142]: client SOURCE_IP#4981: query (cache) > 'MY_DNS_IP_ADDRESS.in-addr.arpa/PTR/IN' denied Make sure that SOURCE_IP is allowed to query in the server's named.conf (the allow-query statement). Ceri -- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --=_mixed 00394D7942256F8F_= Content-Type: application/octet-stream; name="att203be.dat" Content-Disposition: attachment; filename="att203be.dat" Content-Transfer-Encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuMCAoRnJl ZUJTRCkNCg0KaUQ4REJRRkI3M2czb2NmY3dUUzNKRjhSQXFYL0FKNGxVNVVpbkozdXZvQlJoeEE2 NDdVdi95ZjBzZ0NnbFdmdw0KU09saU9aaTZCc2ljU2hXaGZmcGd2OW89DQo9TUlITQ0KLS0tLS1F TkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= --=_mixed 00394D7942256F8F_=--