shellyco
Jul 10 2002, 09:22 PM
Sorry guys, but I need your help too:
Can you check my DNS template and see if everything is OK.
. NS ns3.mydomain.
. NS ns4.mydomain.
. A
ns. . A
webmail. . A
. A server IP
webmail. . A server IP
lists. . A server IP
ns3. . A DNS3 IP
ns4. . A DNS4 IP
ftp. . CNAME .
mail. . CNAME .
www. . CNAME .
. MX 10 mail. .
Server IP/24 PTR .
I did the Ip aliasing and created 2 hosts with my registrar: ns3 and ns4
Thank you
afriend
Jul 26 2002, 06:16 AM
Assuming that the domain name of your nameservers is mydomain.com, the template should be:
. NS ns1. mydomain. com.
. NS ns2. mydomain. com.
. A
webmail. . A
mail. . A
ftp. . CNAME .
. MX 10 mail. .
/24 PTR .
I'm not sure what you're trying to do with this next A record - if you want a host named "lists" to exist in every domain you host, then add an A record to the template that looks like:
lists. . A
But if this host is only in the domain your server belongs to, then add the A record only in the DNS records for that domain:
lists. mydomain. com A IP_OF_HOST_NAMED_LISTS
Additionally, in the DNS records for mydomain.com, the A records:
ns3. A IP_OF_NS3
ns4. A IP_OF_NS4
Should exist.