philip_g
4th August 2007, 02:34
I followed the howto here
http://www.howtoforge.com/ispconfig_dns_godaddy
have godaddy set up with ns1 and ns2.somedomain.com with the IP address 65.111.174.143, this domain does nothing but host the ns1 and ns2 entries, it's parked at godaddy exactly as the example is
I set those as the DNS records for my server
I created a master with those, along with the A records for www and mail, and the MX for mail.mydomain.com
I created a site with the name mydomain.com and the user web8_mydomain
the files for web8 are in /var/www/web8/web
if I try to go to www.mydomain.com I get a 404 error, if I go to http://mydomain.net I get the
This IP address is shared. For access to the web site which you look for, enter its address instead of its IP.
For questions or problems please contact the server administrator.
message.
if I do
dig www.mydomain.com I get
; <<>> DiG 9.3.4-P1 <<>> www.mydomain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41475
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.mydomain.net. IN A
;; Query time: 84 msec
;; SERVER: 69.60.125.254#53(69.60.125.254)
;; WHEN: Fri Aug 3 19:31:19 2007
;; MSG SIZE rcvd: 36
if I dig mydomain.com I get
; <<>> DiG 9.3.4-P1 <<>> mydomain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14374
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;mydomain. net IN A
;; ANSWER SECTION:
mydomain.net. 85045 IN A 65.111.174.142
;; AUTHORITY SECTION:
mydomain.net. 172748 IN NS ns1.mydomain.info.
mydomain.net. 172748 IN NS ns2.mydomaino.info.
;; ADDITIONAL SECTION:
ns1.mydomain.info. 2093 IN A 65.111.174.142
ns2.mydomain.info. 2208 IN A 65.111.174.143
;; Query time: 1 msec
;; SERVER: 69.60.125.254#53(69.60.125.254)
;; WHEN: Fri Aug 3 19:32:11 2007
;; MSG SIZE rcvd: 131
all the IP's look correct to me, .142 and .143 are my nameservers and .142 is the IP for mysomain.net
I have a feeling there is just some stupid little mistake I made, can anyone offer suggestions? (ignore the instances where I swap between .com and .net it means nothing)
http://www.howtoforge.com/ispconfig_dns_godaddy
have godaddy set up with ns1 and ns2.somedomain.com with the IP address 65.111.174.143, this domain does nothing but host the ns1 and ns2 entries, it's parked at godaddy exactly as the example is
I set those as the DNS records for my server
I created a master with those, along with the A records for www and mail, and the MX for mail.mydomain.com
I created a site with the name mydomain.com and the user web8_mydomain
the files for web8 are in /var/www/web8/web
if I try to go to www.mydomain.com I get a 404 error, if I go to http://mydomain.net I get the
This IP address is shared. For access to the web site which you look for, enter its address instead of its IP.
For questions or problems please contact the server administrator.
message.
if I do
dig www.mydomain.com I get
; <<>> DiG 9.3.4-P1 <<>> www.mydomain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41475
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.mydomain.net. IN A
;; Query time: 84 msec
;; SERVER: 69.60.125.254#53(69.60.125.254)
;; WHEN: Fri Aug 3 19:31:19 2007
;; MSG SIZE rcvd: 36
if I dig mydomain.com I get
; <<>> DiG 9.3.4-P1 <<>> mydomain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14374
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;mydomain. net IN A
;; ANSWER SECTION:
mydomain.net. 85045 IN A 65.111.174.142
;; AUTHORITY SECTION:
mydomain.net. 172748 IN NS ns1.mydomain.info.
mydomain.net. 172748 IN NS ns2.mydomaino.info.
;; ADDITIONAL SECTION:
ns1.mydomain.info. 2093 IN A 65.111.174.142
ns2.mydomain.info. 2208 IN A 65.111.174.143
;; Query time: 1 msec
;; SERVER: 69.60.125.254#53(69.60.125.254)
;; WHEN: Fri Aug 3 19:32:11 2007
;; MSG SIZE rcvd: 131
all the IP's look correct to me, .142 and .143 are my nameservers and .142 is the IP for mysomain.net
I have a feeling there is just some stupid little mistake I made, can anyone offer suggestions? (ignore the instances where I swap between .com and .net it means nothing)