Quote:
Originally Posted by TVMayor
|
The first thing I notoce is that the URL under the links in your post seem wrong. One is:
Code:
http://www.villagescomputerplus.xn--com-9o0a/
Not sure why that xn--com-9o0a is there?
Even if I take that out they fail as the DNS for those domains seems broken. The name does not translate to an IP.
This is ugly but informative
dig
www.villagescomputerplus.com
; <<>> DiG 9.6-ESV-R7-P4 <<>> www.villagescomputerplus.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33650
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 2800
;; QUESTION SECTION:
;www.villagescomputerplus.com. IN A
;; Query time: 109 msec
;; SERVER: 172.16.0.249#53(172.16.0.249)
;; WHEN: Wed Oct 23 09:43:56 2013
;; MSG SIZE rcvd: 57
here is what it should look like
dig
www.talkofthevillages.com
; <<>> DiG 9.6-ESV-R7-P4 <<>> www.talkofthevillages.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18736
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.talkofthevillages.com. IN A
;; ANSWER SECTION:
www.talkofthevillages.com. 940 IN CNAME talkofthevillages.com.
talkofthevillages.com. 940 IN A 199.91.124.30
;; Query time: 1 msec
;; SERVER: 172.16.0.249#53(172.16.0.249)
;; WHEN: Wed Oct 23 09:48:50 2013
;; MSG SIZE rcvd: 73