Hi everybody:

I want to ask you a question about a problem that I have,
My friend has a VDS godaddy server and a domain name registered under verio-hosting.com

The problem is that verio-hosting is not resolving the domain properly,

Here is the way I set up the dns zones in verio hosting:
Auth Nameservers:
ns1.secure.net
ns2.secure.net

In DNS ZONE:
mydomain.com. 1800 IN NS ns1.mydomain.com.
mydomain.com. 1800 IN NS ns2.mydomain.com.
www.mydomain.com. 86400 IN A IP0-godaddy.assigned
webmail.mydomain.com. 86400 IN A IP0-godaddy.assigned
smtp.mydomain.com. 86400 IN A IP0-godaddy.assigned
ns2.mydomain.com. 1800 IN A IP2-godaddy.assigned
ns1.mydomain.com. 1800 IN A IP1-godaddy.assigned
ftp.mydomain.com. 86400 IN A IP0-godaddy.assigned
mydomain.com. 86400 IN A IP0-godaddy.assigned

See that I'm pointing the NS1, NS2 to the ip1 and ip2 from godaddy.

And in WHM at Godaddy I have :
In Basic WHM/SETUP with IP assigned in Nameservers IP:
Nameserver 1 : ns1.mydomain.com. => IP1-godaddy.assigned
Nameserver 2 : ns2.mydomain.com. => IP2-godaddy.assigned

In mydomain.com ZoneFile:

Cpanel::ZoneFile::VERSION:1.2 mtime:123456444 hostname:hostserver.ip.secureserver.net
; Zone file for mydomain.com
$TTL 14400
mydomain.com. 86400 IN SOA ns1.mydomain.com. user.mail.com. (
2009061003 ;Serial Number
86400 ;refresh
7200 ;retry
3600000 ;expire
86400 ;minimum
)
mydomain.com. 86400 IN NS ns1.mydomain.com.
mydomain.com. 86400 IN NS ns2.mydomain.com.
mydomain.com. 14400 IN A IP0-godaddy.assigned
localhost 14400 IN A 127.0.0.1
mydomain.com. 14400 IN MX 0 mydomain.com.
www 14400 IN CNAME mydomain.com.
whm 14400 IN A IP0-godaddy.assigned


Am i doing something wrong? Please, I'd appreciate your help very much.
Thanks in advance

Recommended Answers

All 2 Replies

Why do you need auth nameserver ? is verio host tech support not helping ?

Please post the real DNS host entries so we can help. When I research DNS I start by looking at the glue records which I cannot do without the domain name and the intended IP you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.