The files i can find in the directories stipulated in the DNS in a nutshell post are :
localdomain.zone
localhost.zone
named.broadcast
named.ca
named.ip6.local
named.local
named.zero
slaves
Should i enter the following information in the file localdomain.zone ? :
$TTL 3D
@ IN SOA serv.amemattex.com. (
2005110200
8H ; refresh, seconds
2H ; retry, seconds
4W ; expire, seconds
1D ) ; minimum, seconds
;
NS serv ; Inet Address of name server
MX 10 serv.amemattex.com. ; Primary Mail Exchanger
;
serv A 10.0.0.3
mail CNAME serv ; CNAME for a common nickname
otherhost A 1.2.3.5 ; another host, for example
www CNAME otherhost ; with a nickname
Any quick help would be greatly appreciated. Am no DNS guru as you may have realised.
