Ok, now please show us your dig command, and the output you are using to test.

On Mar 12, 2009, at 8:19 PM, tzq tang wrote:

thanks for your response.I do this test between two intranet machine and each of them has a local IP.10.0.0.13,additionally the both domain are in
the same DNS SERVER 10.0.0.13 ,the zone file as follows:
ZONE 1:
$ORIGIN .
$TTL 86400      ; 1 day
test.com                IN SOA  test.com. www.test.com. (
                               19970229 ; serial
                               10         ; refresh (10 seconds)
                               10         ; retry (10 seconds)
                               30         ; expire (30 seconds)
                               30         ; minimum (30 seconds)
                               )
                       NS      localhost.
                       A       10.0.0.13
$ORIGIN test.com.
1                       PTR     localhost.
email           CNAME  email.tzqian.com.

ZONE 2:

$ORIGIN .
$TTL 86400      ; 1 day
tzqian.com              IN SOA  tzqian.com. support.tzqian.com. (
                               1997022706 ; serial
                               10         ; refresh (10 seconds)
                               10         ; retry (10 seconds)
                               30         ; expire (30 seconds)
                               30         ; minimum (30 seconds)
                               )
                       NS      localhost.
                       A       10.0.0.13
$ORIGIN tzqian.com.
1                       PTR     localhost.
email                   A       10.0.0.1

--
Scott * If you contact me off list replace talklists@ with scott@ *

_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to