My zone file for my domain
$TTL 3D
@ IN SOA ns1.example.com. admin.example.com. (
2007062001
28800
3600
604800
38400
);
example.com. IN NS ns1.example.com.
example.com. IN MX 10 mta.example.com.
www IN A PU.BL.IC.IP
mta IN A PU.BL.IC.IP
ns1 IN A PU.BL.IC.IP
example.com. IN NS ns2.example.com.
My reverese dns zone file
$TTL 3D
@ IN SOA ns1.example.com. admin.example.com. (
2007031002
28800
604800
604800
86400 )
IN NS ns1.example.com.
IP IN PTR example.com
#where IP is the last digit of my public ip
my named.conf file has the following
zone "example.com" {
type master;
file "/etc/bind/zones/db.example.com";
};
# PU.BL.IC.IP = public ip address
zone "IC.BL.PU.in-addr.arpa" {
type master;
file "/etc/bind/zones/rev.IC.BL.PU.in-addr.arpa";
};
Experts Exchange (EE) has become my company's go-to resource to get answers. I've used EE to make decisions, solve problems and even save customers. OutagesIO has been a challenging project and... Keep reading >>
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.