From owner-freebsd-current@FreeBSD.ORG Thu Jan 20 08:43:24 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 234FA16A4CE for ; Thu, 20 Jan 2005 08:43:24 +0000 (GMT) Received: from mx04.mdcs.at (mx04.mdcs.at [193.110.28.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F5443D58 for ; Thu, 20 Jan 2005 08:43:22 +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 09:54:23 +0200 X-Priority: 3 (Normal) Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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 08:43:24 -0000 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. 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 it is a little bit strange because the dns server is with internal ip address 10.0.0.1, and the firewall in front it is making NAT for the extarnal IP address (XXX.XXX.XXX.1). i haven't zone for network 10.0.0.0. and the hosts file is: 127.0.0.1 localhost 10.0.0.1 ns1.example.com Any comment is appreciated. nikolay nenchev