I have a dedicated server with 7 IP addresses. I need to install DKIM support for email, but the hosting company said they didn't support setting it up in the DNS and I needed to set up my own DNS servers for that purpose.
cPanel wasn't cooperating during the setup, so the hosting company setup my DNS servers on 2 of my IPs, 70.38.14.4 & 5.
I am starting the DNS cutover with a website under development to make sure everything is working. I have reddinglaser.com, IP 70.38.14.3 registered with godaddy. I had godaddy register ns1.reddinglaser.com at 70.38.14.4 and ns2.reddinglaser.com at 70.38.14.5. Then I assigned these DNS servers to reddinglaser.com.
I can ping ns1 & ns2.reddinglaser.com and get the correct IP address as a response. When I ping reddinglaser.com, it cannot find the host (This has been setup for 2 days).
On my server, at /var/named/redinglaser.com.db, is the following zonefile;
; cPanel first:11.24.4-RELEASE_33385 latest:11.24.4-CURRENT_33245 Cpanel::ZoneFile::VERSION:1.2 mtime:1236062912
; Zone file for reddinglaser.com
$TTL 14400
reddinglaser.com. 86400 IN SOA ns1.reddinglaser.com. mitch.harper.rmerlo.com. (
2009030310 ;Serial Number
240 ;refresh
7200 ;retry
3600000 ;expire
240 ;minimum
)
reddinglaser.com. 86400 IN NS ns1.reddinglaser.com.
reddinglaser.com. 86400 IN NS ns2.reddinglaser.com.
reddinglaser.com. 14400 IN A 70.38.14.3
localhost 14400 IN A 127.0.0.1
reddinglaser.com. 14400 IN MX 0 reddinglaser.com.
mail 14400 IN CNAME reddinglaser.com.
www 14400 IN CNAME reddinglaser.com.
ftp 14400 IN CNAME reddinglaser.com.
cpanel 14400 IN A 70.38.14.3
whm 14400 IN A 70.38.14.3
webmail 14400 IN A 70.38.14.3
webdisk 14400 IN A 70.38.14.3
default._domainkey 14400 IN TXT "k=rsa; p=MHwwDQYJK -- the rest deleted for posting ;"
laser._domainkey 240 IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0G-- the rest deleted for posting " ;
reddinglaser.com. 240 IN TXT "v=spf1 a mx ?all "
ns1 14400 IN A 70.38.14.4
ns2 14400 IN A 70.38.14.5
I am wondering where is the information that ties the DNS zonefile to the IP address. Maybe that's why I am unable to make the connection.
Any help would be greatly appreciated.
cPanel wasn't cooperating during the setup, so the hosting company setup my DNS servers on 2 of my IPs, 70.38.14.4 & 5.
I am starting the DNS cutover with a website under development to make sure everything is working. I have reddinglaser.com, IP 70.38.14.3 registered with godaddy. I had godaddy register ns1.reddinglaser.com at 70.38.14.4 and ns2.reddinglaser.com at 70.38.14.5. Then I assigned these DNS servers to reddinglaser.com.
I can ping ns1 & ns2.reddinglaser.com and get the correct IP address as a response. When I ping reddinglaser.com, it cannot find the host (This has been setup for 2 days).
On my server, at /var/named/redinglaser.com.db, is the following zonefile;
; cPanel first:11.24.4-RELEASE_33385 latest:11.24.4-CURRENT_33245 Cpanel::ZoneFile::VERSION:1.2 mtime:1236062912
; Zone file for reddinglaser.com
$TTL 14400
reddinglaser.com. 86400 IN SOA ns1.reddinglaser.com. mitch.harper.rmerlo.com. (
2009030310 ;Serial Number
240 ;refresh
7200 ;retry
3600000 ;expire
240 ;minimum
)
reddinglaser.com. 86400 IN NS ns1.reddinglaser.com.
reddinglaser.com. 86400 IN NS ns2.reddinglaser.com.
reddinglaser.com. 14400 IN A 70.38.14.3
localhost 14400 IN A 127.0.0.1
reddinglaser.com. 14400 IN MX 0 reddinglaser.com.
mail 14400 IN CNAME reddinglaser.com.
www 14400 IN CNAME reddinglaser.com.
ftp 14400 IN CNAME reddinglaser.com.
cpanel 14400 IN A 70.38.14.3
whm 14400 IN A 70.38.14.3
webmail 14400 IN A 70.38.14.3
webdisk 14400 IN A 70.38.14.3
default._domainkey 14400 IN TXT "k=rsa; p=MHwwDQYJK -- the rest deleted for posting ;"
laser._domainkey 240 IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0G-- the rest deleted for posting " ;
reddinglaser.com. 240 IN TXT "v=spf1 a mx ?all "
ns1 14400 IN A 70.38.14.4
ns2 14400 IN A 70.38.14.5
I am wondering where is the information that ties the DNS zonefile to the IP address. Maybe that's why I am unable to make the connection.
Any help would be greatly appreciated.