The question is why can't my internal lan able to get to a newly added domain on my external lan?
I added a new domain called xyz.com to my external view. I can dig and nslookup everything about xyz.com fine which logged into my external server. If I'm at a internal client station (which is NATed) I can't see the xyz.com domain *until* the dns gets propogated to my ISP. So, it as if my "internal" view doesn't refer to my "external" view for an answer. It just goes out to the other nameservers. My /etc/resolv.conf has my external DNS as the first nameserver to query, and my ISP's nameservers are farther down. Even the allow-recursion argument didn't help. Any ideas? -eric wood acl "internal-subnet" { 10.0.0.0/8; 127.0.0.1; }; view "internal" { match-clients { "internal-subnet"; }; allow-recursion { "internal-subnet"; }; zone "interplas.com" { type master; file "named_internal/interplas.com"; }; zone "0.0.10.IN-ADDR.ARPA" { type master; file "named_internal/10.0.0"; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "named.local"; }; }; view "external" { match-clients { any; }; zone "182.83.66.IN-ADDR.ARPA" { type master; file "66.83.182"; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "named.local"; }; zone "xyz.com" { type master; file "xyz.com"; }; }; _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list