
Hi All, when I do dig somedomain.org I get: ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> somedomain.org ;; global options: +cmd ;; connection timed out; no servers could be reached What is the "no servers" that could not be reached?? If I do dig greenwareit.com.au it works fine. Both somedomain.org and greenwareit (and 3 other domains) are on the same dns server. somedomain.org is registered with namecheap.com. Any one has domain registered with them? (not my choice) Cheers Daniel.

Hi Daniel, On 27 July 2014 13:52, Daniel Jitnah <djitnah@greenwareit.com.au> wrote:
Hi All,
when I do
dig somedomain.org
I get:
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> somedomain.org ;; global options: +cmd ;; connection timed out; no servers could be reached
What is the "no servers" that could not be reached??
This can be returned if no DNS servers are registered against the domain name, or there are no glue records for the DNS servers. What happens if you do a whois somedomain.org Do any DNS servers get returned? Sean

Hi Sean Thanks for response. On 27/07/14 14:53, Sean Crosby wrote:
Hi Daniel,
On 27 July 2014 13:52, Daniel Jitnah <djitnah@greenwareit.com.au <mailto:djitnah@greenwareit.com.au>> wrote:
Hi All,
when I do
dig somedomain.org <http://somedomain.org>
I get:
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> somedomain.org <http://somedomain.org> ;; global options: +cmd ;; connection timed out; no servers could be reached
What is the "no servers" that could not be reached??
This can be returned if no DNS servers are registered against the domain name, or there are no glue records for the DNS servers. What happens if you do a
whois somedomain.org <http://somedomain.org>
Unlikely to be the problem. I have access to the registration record with namecheap and have set the dns servers entries there to point to the actual servers.
Do any DNS servers get returned?
Yes correct dns servers are returned, except that they are listed in UPPERCASE, where as if I do greenwareit, they are in lowercase! Is that the problem???? Daniel
Sean

On 27 July 2014 15:14, Daniel Jitnah <djitnah@greenwareit.com.au> wrote:
Hi Sean
Thanks for response.
On 27/07/14 14:53, Sean Crosby wrote:
Hi Daniel,
On 27 July 2014 13:52, Daniel Jitnah <djitnah@greenwareit.com.au <mailto:djitnah@greenwareit.com.au>> wrote:
Hi All,
when I do
dig somedomain.org <http://somedomain.org>
I get:
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> somedomain.org <http://somedomain.org> ;; global options: +cmd ;; connection timed out; no servers could be reached
What is the "no servers" that could not be reached??
This can be returned if no DNS servers are registered against the domain name, or there are no glue records for the DNS servers. What happens if you do a
whois somedomain.org <http://somedomain.org>
Unlikely to be the problem. I have access to the registration record with namecheap and have set the dns servers entries there to point to the actual servers.
Do any DNS servers get returned?
Yes correct dns servers are returned, except that they are listed in UPPERCASE, where as if I do greenwareit, they are in lowercase!
Is that the problem????
Unlikely. My .id.au domains return DNS servers in lowercase form, but my (functional) .org domain returns the NS servers in uppercase. With the DNS servers that get returned by the whois lookup, can you do an SOA check? dig @ns1 somedomain.org SOA Sean
Daniel
Sean

Hi Daniel. On 27/07/2014 1:52 PM, Daniel Jitnah wrote:
Hi All,
when I do
dig somedomain.org
I note that while I do get an answer, ;; ANSWER SECTION: somedomain.org. 3600 IN A 50.87.144.86 ;; AUTHORITY SECTION: somedomain.org. 4073 IN NS ns1019.hostgator.com. somedomain.org. 4073 IN NS ns1020.hostgator.com. ;; ADDITIONAL SECTION: ns1019.hostgator.com. 4073 IN A 50.87.144.86 ns1020.hostgator.com. 4073 IN A 192.232.216.125 what I don't get is any SOA record. ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.23.rc1.el6_5.1 <<>> somedomain.org soa ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 18297 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;somedomain.org. IN SOA ;; Query time: 444 msec ;; SERVER: 192.168.1.254#53(192.168.1.254) ;; WHEN: Sun Jul 27 16:54:06 2014 ;; MSG SIZE rcvd: 32
If I do
dig greenwareit.com.au
it works fine.
Works fine here too, but DOES have an SOA record. ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.23.rc1.el6_5.1 <<>> greenwareit.com.au soa ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53138 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1 ;; QUESTION SECTION: ;greenwareit.com.au. IN SOA ;; ANSWER SECTION: greenwareit.com.au. 3600 IN SOA ns0.xname.org. danyj028.gmail.com. 2014072302 3600 3600 604800 10800 ;; AUTHORITY SECTION: greenwareit.com.au. 3577 IN NS ns1.xname.org. greenwareit.com.au. 3577 IN NS ns2.xname.org. greenwareit.com.au. 3577 IN NS ns0.xname.org. ;; ADDITIONAL SECTION: ns0.xname.org. 249 IN A 195.234.42.1 ;; Query time: 1 msec ;; SERVER: 192.168.1.254#53(192.168.1.254) ;; WHEN: Sun Jul 27 16:56:00 2014 ;; MSG SIZE rcvd: 169 With no SOA (Start Of Authority) record, it could simply be that the resolving process has no way of tracking the name server that is authoritative for the name lookup. Regards, Morrie.

DNS can take some time to propagate, try using different servers to get the answer: dig @one-of-your-two-dns-servers domainname dig @your-other-dns-servers domainname dig @8.8.8.8 domainname Do dns lookup tests at: http://mxtoolbox.com/DNSLookup.aspx I don't think case is important with domain names, but there are sometimes some weird situations where case may matter when you don't think it should, even in an M$ world.... Some mail servers even do case sensitive email addresses, but this is a very bad idea (tm). Cheers A.

Daniel, On Sun, 27 Jul 2014 01:52:53 PM Daniel Jitnah wrote:
when I do
dig somedomain.org
The "somedomain.org" domain appears to be registered to someone in Arizona via eNom, is there a typo there? cheers, Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC

Hi Chris and others who made same comment, "somedomain" was meant to be an example, and a bad one - I guess I should have used "example.org" which would have been more obvious!! The actual domain name is different. Sorry for confusing some. Its been sorted out. Cheers Daniel. On Sat, 02 Aug 2014 09:47:46 +1000 Chris Samuel <chris@csamuel.org> wrote:
Daniel,
On Sun, 27 Jul 2014 01:52:53 PM Daniel Jitnah wrote:
when I do
dig somedomain.org
The "somedomain.org" domain appears to be registered to someone in Arizona via eNom, is there a typo there?
cheers, Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
_______________________________________________ luv-main mailing list luv-main@luv.asn.au http://lists.luv.asn.au/listinfo/luv-main
-- dan062 <dan062@yahoo.com.au>

Dan062 <dan062@yahoo.com.au> wrote:
"somedomain" was meant to be an example, and a bad one - I guess I should have used "example.org" which would have been more obvious!!
As you probably know, example.org, among others, is reserved exactly for this purpose. http://tools.ietf.org/html/rfc2606
participants (7)
-
Andrew McGlashan
-
Chris Samuel
-
Dan062
-
Daniel Jitnah
-
Jason White
-
Morrie Wyatt
-
Sean Crosby