(no subject)

Ladislav Bukvicka Ladislav.Bukvicka at eunet.cz
Mon Feb 12 13:37:26 UTC 2001



But at network solutions you can only see administrative records. 
If you want to see authority delegation, you have to ask authoritative
nameserver of upper zone - in your case com. - for example you can ask
A.GTLD-SERVERS.NET:

>host -t ns couponondemand.com. A.GTLD-SERVERS.NET
couponondemand.com does not exist at A.GTLD-SERVERS.NET (Authoritative answer)

>whois -h whois.networksolutions.com couponondemand.com
... 

   Domain Name: COUPONONDEMAND.COM
   Registrar: NETWORK SOLUTIONS, INC.
   Whois Server: whois.networksolutions.com
   Referral URL: www.networksolutions.com
   Name Server: NS.TFLOGIC.COM
   Name Server: NS2.TFLOGIC.COM
   Updated Date: 08-feb-2001


>>> Last update of whois database: Sun, 11 Feb 2001 11:33:02 EST <<<

....


so the problem is probably somewhere at network solutions. 
You should contact them & ask them.

pukvis

Charles Bodley wrote:
> It should be authoritative. I can do a whois at network solutions and it
> gives the correct information back.
> Here is the contents of the db file. Maybe you can see some mistake.
> ==========================================================================
> Apparently network solutions lists us but A.root-servers.net doesn't.
> ==========================================================================
> ; BIND version named 4.9.3-Release-P1-Monday-26-Feb-96
> ; BIND version GregSchueman-LarryKahn-VirajBais
> ; zone 'couponondemand.com'   last serial 97022601
> $include /var/named/TTL
> @               IN      SOA     couponondemand.com.
> hostmaster.cyberset.com. (
>                                 2001020701
>                                 43200
>                                 7200
>                                 1209600
>                                 3600)
> ;
> $include /var/named/NS
>                 IN      A       216.143.228.18
> $include /var/named/MX
> ;
> $ORIGIN couponondemand.com.
> localhost       IN      A       127.0.0.1
> www             IN      CNAME   couponondemand.com.
> 
> 
> 
> ; BIND version named 4.9.3-Release-P1-Monday-26-Feb-96
> ; BIND version GregSchueman-LarryKahn-VirajBais
> ; zone 'drpill.com'   last serial 97101601
> $include /var/named/TTL
> @               IN      SOA     drpill.com.     hostmaster.cyberset.com. (
>                                                 2001020601
>                                                 43200
>                                                 7200
>                                                 1209600
>                                                 3600)
> ;
> $include /var/named/NS
>                 IN      A       216.143.228.18
> $include /var/named/MX
> ;
> $ORIGIN drpill.com.
> localhost       IN      A       127.0.0.1
> www             IN      CNAME   drpill.com.
> 
> 
> 
> 
> 
> -----Original Message-----
> From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org]On
> Behalf Of Ladislav Bukvicka
> Sent: Thursday, February 08, 2001 6:16 AM
> To: bind-users at isc.org
> Subject: Re: (no subject)
> 
> 
> 
> You have no authority delegated for domain couponondemand.com.
> 
> >host -t ns couponondemand.com.
> couponondemand.com does not exist (Authoritative answer)
> 
> >host -t ns drpill.com.
> drpill.com              NS      NS.TFLOGIC.com
> drpill.com              NS      NS2.TFLOGIC.com
> 
> you see it correctly because you are probably asking NS.TFLOGIC.com or
> NS2.TFLOGIC.com.
> Try to ask some of com. authoritative nameservers.
> 
> pukvis
> 
> Charles Bodley wrote:
> >
> > I have many sites pointed at one IP address but for some reason some work
> > and some don't.
> > Here is a dig I did at 2 sites one working one not. They appear to be
> > exactly the same to me.
> >
> > [root at ns1 named]# dig couponondemand.com
> >
> > ; <<>> DiG 8.3 <<>> couponondemand.com
> > ;; res options: init recurs defnam dnsrch
> > ;; got answer:
> > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
> > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
> > ;; QUERY SECTION:
> > ;;      couponondemand.com, type = A, class = IN
> >
> > ;; ANSWER SECTION:
> > couponondemand.com.     1H IN A         216.143.228.18
> >
> > ;; AUTHORITY SECTION:
> > couponondemand.com.     1H IN NS        ns.tflogic.com.
> > couponondemand.com.     1H IN NS        ns2.tflogic.com.
> >
> > ;; ADDITIONAL SECTION:
> > ns.tflogic.com.         1H IN A         216.23.61.146
> > ns2.tflogic.com.        1H IN A         216.143.228.101
> >
> > ;; Total query time: 1 msec
> > ;; FROM: ns1.cyberset.com to SERVER: default -- 127.0.0.1
> > ;; WHEN: Wed Feb  7 22:41:47 2001
> > ;; MSG SIZE  sent: 36  rcvd: 127
> >
> > [root at ns1 named]# dig drpill.com
> >
> > ; <<>> DiG 8.3 <<>> drpill.com
> > ;; res options: init recurs defnam dnsrch
> > ;; got answer:
> > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
> > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
> > ;; QUERY SECTION:
> > ;;      drpill.com, type = A, class = IN
> >
> > ;; ANSWER SECTION:
> > drpill.com.             1H IN A         216.143.228.18
> >
> > ;; AUTHORITY SECTION:
> > drpill.com.             1H IN NS        ns.tflogic.com.
> > drpill.com.             1H IN NS        ns2.tflogic.com.
> >
> > ;; ADDITIONAL SECTION:
> > ns.tflogic.com.         1H IN A         216.23.61.146
> > ns2.tflogic.com.        1H IN A         216.143.228.101
> >
> > ;; Total query time: 1 msec
> > ;; FROM: ns1.cyberset.com to SERVER: default -- 127.0.0.1
> > ;; WHEN: Wed Feb  7 22:41:58 2001
> > ;; MSG SIZE  sent: 28  rcvd: 119
> >
> > Any help would be appreciated.
> >
> > Charles A. Bodley
> > Technician
> > TF Logic
> >
> > I'm an apatheist. The question is no longer interesting, and the answer no
> > longer matters.
> >
> >
> >
> >
> >
> >
> 
> 
> --
>  - - = = = = K P N Q w e s t  C z e c h i a  s. r. o. = = = - -
> ====== ____                            = Ladislav Bukvicka ======
> ===== /      /   /   ___    ___  _/_  == Gen. Janouska  902 =====
> ==== /----  /   /  /   /  /___/  /   === Prague 9,Czech Rep. ====
> === /____  /___/  /   /  /___   /   ==== fax:+420(2) 81081082 ===
> ==                                 ===== tel.:+420(2) 81081081 ==
> =  Connecting Europe since 1982   ====== e-mail:pukvis at eunet.cz =
> 
> 
> 
> 
> 


-- 
 - - = = = = K P N Q w e s t  C z e c h i a  s. r. o. = = = - - 
====== ____                            = Ladislav Bukvicka ======
===== /      /   /   ___    ___  _/_  == Gen. Janouska  902 =====
==== /----  /   /  /   /  /___/  /   === Prague 9,Czech Rep. ====
=== /____  /___/  /   /  /___   /   ==== fax:+420(2) 81081082 === 
==                                 ===== tel.:+420(2) 81081081 ==
=  Connecting Europe since 1982   ====== e-mail:pukvis at eunet.cz =


More information about the bind-users mailing list