Web Hosting Talk







View Full Version : ensim dns-records?


babak
12-03-2002, 11:40 AM
Hi ,

Situation:

ensim 3.xxx
I run my own dns.


Where can I find the a-records to edit manualy ?

I looked in /etc/bind and /var/named/ but I can only find the nameservers of each domain but not the A-records or MX-records. In which file are they located on ensim-box?



TNX.
Regards,
Babak

babak
12-03-2002, 11:41 AM
-

alapo
12-03-2002, 03:41 PM
They are in /var/named... for example (file named db.members.xxxx.com):

$ORIGIN .
$TTL 3600 ; 1 hour
members.xxxx.com IN SOA ns1.xxxx.com. root.xxxx.com. (
13 ; serial
3600 ; refresh (1 hour)
600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns1.xxxx.com.
NS ns2.xxxx.com.
$TTL 86400 ; 1 day
A xx.xx.xx.xx
MX 10 mail.xxxx.com.
$ORIGIN members.xxxx.com.
ftp A xx.xx.xx.xx
mail A xx.xx.xx.xx