|
|||||||||||
|
Re: Could not reverse map
From: Bill Moseley <moseley(at)hank.org>
Date: Wed May 14 2003 - 15:09:46 EDT
On Wed, May 14, 2003 at 01:35:52PM -0400, Ramin Dousti wrote:
moseley@mardy:~$ cat /etc/resolv.conf
192.168.1.1 is host "mardy". moseley@mardy:~$ dig -x 192.168.1.2 @192.168.1.1 | grep bumby 2.1.168.192.in-addr.arpa. 604800 IN PTR bumby. "mardy" has two interfaces. So try setting the source address with -b: moseley@mardy:~$ dig -b 192.168.1.1 -x 192.168.1.2 @192.168.1.1 | grep bumby 2.1.168.192.in-addr.arpa. 604800 IN PTR bumby. moseley@mardy:~$ dig -b 63.205.225.170 -x 192.168.1.2 @192.168.1.1 | grep bumby 2.1.168.192.in-addr.arpa. 604800 IN PTR bumby. Here's my named setup: acl mylan { 127.0.0.0/8; 192.168.0.0/24; 192.168.1.0/24; 63.205.225.170; }; view "internal" {
match-clients { mylan; };
recursion yes;
notify no;
include "/etc/bind/common_zones.inc";
zone "hank.org" IN {
type master;
file "/etc/bind/hank.org.internal";
};
zone "1.168.192.in-addr.arpa" IN {
type master;
file "/etc/bind/db.192.168.1.x";
};
};
match-clients { any; };
recursion no;
allow-query { any; };
notify yes;
include "/etc/bind/common_zones.inc";
zone "hank.org" IN {
type master;
file "/etc/bind/hank.org";
};
}; -- Bill Moseley moseley@hank.orgReceived on Wed May 14 15:38:03 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:58 EDT |
||||||||||
|
|||||||||||