This is a discussion on Re: .biz domain working only in local within the Bind Users forums, part of the DNS and Related Forums category; Things look fine now. Changes are not instantaneous. Delegation information has to pass from the registrar to the registry. It ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Things look fine now. Changes are not instantaneous. Delegation information has to pass from the registrar to the registry. It then has to propogate to the DNS servers. Each of these steps takes time. Also the DNS caches information. If you ask a cache before the data has updated there is a lag before you get the new information. 203.144.255.71 is a cache. The answer you have below is nearly two hours old. Mark > I just setup a new server and add only domain "thaihost.biz". when I > run > dig thaihost.biz @ns1.smartzap.com (name server in the whois), I will > got answer. > ---------------------------------------------------- > ; <<>> DiG 9.2.2 <<>> thaihost.biz @ns1.smartzap.com > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2828 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: > 1 > > ;; QUESTION SECTION: > ;thaihost.biz. IN A > > ;; ANSWER SECTION: > thaihost.biz. 14400 IN A 202.57.128.187 > > ;; AUTHORITY SECTION: > thaihost.biz. 14400 IN NS ns1.smartzap.com. > > ;; ADDITIONAL SECTION: > ns1.smartzap.com. 14400 IN A 202.57.128.187 > > ;; Query time: 0 msec > ;; SERVER: 202.57.128.187#53(ns1.smartzap.com) > ;; WHEN: Sat Jul 5 17:54:37 2003 > ;; MSG SIZE rcvd: 92 > ---------------------------------------------------- > but if I run dig on other server I will not. It answer me with > NXDOMAIN. > ---------------------------------------------------- > ; <<>> DiG 9.2.1 <<>> thaihost.biz @203.144.255.71 > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3719 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;thaihost.biz. IN A > > ;; AUTHORITY SECTION: > biz. 3839 IN SOA a.gtld.biz. > hostmaster.gtld.biz. 4478921 900 900 604800 86400 > > ;; Query time: 341 msec > ;; SERVER: 203.144.255.71#53(203.144.255.71) > ;; WHEN: Sat Jul 5 06:28:54 2003 > ;; MSG SIZE rcvd: 84 > ---------------------------------------------------- > This is my named.conf setting. > ---------------------------------------------------- > options { > directory "/var/named"; > pid-file "/var/named/named.pid"; > // allow-query { 192.168.0.0/24; localhost; }; > // allow-recursion { 192.168.0.0/24; localhost; }; > /* > * 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 > // > controls { > inet 127.0.0.1 allow { localhost; } keys { rndckey; }; > }; > > logging { > category lame-servers { null; }; > category cname { null; }; > }; > > zone "." IN { > type hint; > file ".named.ca"; > }; > > zone "localhost" IN { > type master; > file ".localhost.zone"; > allow-update { none; }; > }; > > zone "0.0.127.in-addr.arpa" IN { > type master; > file ".named.local"; > allow-update { none; }; > }; > > zone "ns1.smartzap.com" IN { > type master; > file "/var/named/.ns1.smartzap.com"; > }; > > zone "thaihost.biz" IN { > type master; > file "smartzap.thaihost.biz"; > }; > ---------------------------------------------------- > Can someone point me what wrong with the setting in my server? > -- Mark Andrews, Internet Software Consortium 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@isc.org |
![]() |
| Thread Tools | |
| Display Modes | |
|
|