asked on
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";
};
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
The Domain Name System (DNS) is a hierarchical, globally distributed system responsible for associating the name of a computer, service or other resource into an IP address for connecting to the Internet or a private network. Most prominently, it translates domain names to the numerical IP addresses needed for the purpose of computer services and devices worldwide.
TRUSTED BY
You would not able to do reverse dns internaly, you will have to tell your ISP to do reverse dns for your public ip