I'm having an interesting problem! Of course if you can think of a better place for me to ask this, I'll certainly ask there too. I have 3 caching DNS servers set up on location, which we use to resolve internal and external hosts. However the cacheing seems to be acting flaky! I can resolve www.state.ri.us but not www.state.ma.us. If I use the ISPs nameserver, I have no problems. I'm not showing any unusual error messages in the logs either. Any ideas? Below are some config files. The first is named.conf and the second is the zone definition (159.139.intra) named.conf options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // a caching only nameserver config // zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "named.local"; }; zone "wihri.org" { type master; notify no; file "159.139.intra"; }; zone "139.159.in-addr.arpa" { notify no; type master; file "159.139.reverse"; }; 159.139.intra: @ IN SOA c3po.wihri.org. lpesce.wihri.org. ( 1 ; Serial 8H ; Refresh 2H ; Retry 1W ; Expire 1D ) ; Minimum IN NS c3po.wihri.org. IN NS sebulba.wihr.org. IN NS wampa.wihri.org. intranet A 159.139.90.102 affinity A 159.139.20.10 meditech A 159.139.25.1 medibase A 159.139.15.15 msmeds A 159.139.40.1 openengine A 159.139.50.2 patcom A 159.139.35.2 filemakerpro A 159.139.16.12 ad A 159.139.120.10 bs A 159.139.120.11 doc A 159.139.120.12 is A 159.139.120.13 -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.