PDA

View Full Version : country sites don't work with dsm port


jumbonet
11-22-2002, 11:15 PM
I don't know why this isn't working:

http://www.duet.com.tw:3000

i'd have to enter their control panel through the IP address.

Yes, this is a valid site on my server.

Staff
11-22-2002, 11:20 PM
Umm, you may want to double check the DNS. Here is what I see:
[adam@xlcior adam]$ dig -t A www.duet.com.tw

; <<>> DiG 9.2.1 <<>> -t A www.duet.com.tw
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33037
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;www.duet.com.tw. IN A

;; ANSWER SECTION:
www.duet.com.tw. 3600 IN A 209.61.134.177

;; AUTHORITY SECTION:
duet.com.tw. 3600 IN NS ns12.twnic.net.tw.
duet.com.tw. 3600 IN NS ns11.twnic.net.tw.

;; ADDITIONAL SECTION:
ns12.twnic.net.tw. 86399 IN A 210.201.138.58
ns11.twnic.net.tw. 86363 IN A 203.73.24.198

;; Query time: 333 msec
;; SERVER: 65.24.0.171#53(65.24.0.171)
;; WHEN: Fri Nov 22 23:11:44 2002
;; MSG SIZE rcvd: 144

[adam@xlcior adam]$ dig -t A www.duet.com.tw
[adam@xlcior adam]$ telnet 209.61.134.177 25
Trying 209.61.134.177...
Connected to 209.61.134.177.
Escape character is '^]'.
220 ns1.jumbonet.com ESMTP Sendmail 8.9.3/8.9.3; Fri, 22 Nov 2002 22:19:40 -0600
quit
221 ns1.jumbonet.com closing connection
Connection closed by foreign host.

unless your dsm box is running sendmail, that may be the wrong machine...

jumbonet
11-23-2002, 12:32 AM
Holy s**t!

They forgot to move the site! It was a good thing that server didn't go down yet.

Of course, I couldn't notice that from the point of view where I set the new domain up.

It would return this:

; <<>> DiG 9.2.1 <<>> -t A www.duet.com.tw
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59761
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;www.duet.com.tw. IN A

;; ANSWER SECTION:
www.duet.com.tw. 86400 IN CNAME duet.com.tw.
duet.com.tw. 86400 IN A 162.42.208.11

;; AUTHORITY SECTION:
duet.com.tw. 86400 IN NS ns1.jumbonet.com.
duet.com.tw. 86400 IN NS ns2.jumbonet.com.

;; Query time: 21 msec
;; SERVER: 162.42.208.11#53(162.42.208.11)
;; WHEN: Fri Nov 22 22:22:04 2002
;; MSG SIZE rcvd: 111