PDA

View Full Version : ISPConfig & Godaddy Namservers.


swarm
7th October 2007, 03:21
I have a dedicated server at a hosting company. I have 1 IP address with them. I have a domain dsmtuners.net. I need to make DSMTuners.net resolve to the IP and for it to serve files. I found http://www.howtoforge.com/ispconfig_dns_godaddy , but after completing those steps, things just don't work.
I get:
root@host:/var/www# dig @ns1.dsmtuners.net any www.dsmtuners.net

; <<>> DiG 9.3.4 <<>> @ns1.dsmtuners.net any www.dsmtuners.net
; (2 servers found)
;; global options: printcmd
;; connection timed out; no servers could be reached


I really need help getting this setup. Anyone willing to assist?

falko
7th October 2007, 20:38
mh1:~# dig ns dsmtuners.net

; <<>> DiG 9.2.1 <<>> ns dsmtuners.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40918
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;dsmtuners.net. IN NS

;; ANSWER SECTION:
dsmtuners.net. 172800 IN NS ns.liquidweb.com.
dsmtuners.net. 172800 IN NS ns1.liquidweb.com.

;; ADDITIONAL SECTION:
ns1.liquidweb.com. 85901 IN A 64.91.251.155
ns.liquidweb.com. 85901 IN A 209.59.139.20

;; Query time: 187 msec
;; SERVER: 213.191.92.84#53(213.191.92.84)
;; WHEN: Sun Oct 7 20:32:38 2007
;; MSG SIZE rcvd: 111

mh1:~#Are ns.liquidweb.com and ns1.liquidweb.com your own nameservers, or do they belong to your ISP or domain registrar? Because that's where you have to create/modify your DNS records.