Reverse MX A records (PTR)
hello,
hi how are you, hope you will be fine.
i have reinstalled every thing on my vps, OS, DA, installtron etc.
i registered my nameserver and change setting in DA as directed at
http://www.directadmin.com/forum/showthread.php?t=26937
now when i open
www.therealguide.org it seems fine and shows DA defalut page.
but there are some issues which i can't understand. please help
1. resolve.conf
here is my resolve.conf
####################################
# resolv.conf
# Can only have three servers active
nameserver 8.8.8.8
nameserver 8.8.4.4
####################################
when i change it to
####################################
# resolv.conf
# Can only have three servers active
nameserver 173.0.54.77
nameserver 173.0.54.78
####################################
and save the change, it was saved without any problem, but when i restart vps it showing again 8.8.8.8 and 8.8.4.4 as namersers and my change was not there. i repeat it but no avail.
2. here is my named.conf please take a look is this correct???
############start named.conf####################
acl trusted { 127.0.0.1; };
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
query-source address * port 53;
listen-on port 53 { 127.0.0.1; };
listen-on port 53 { 173.0.54.77; };
listen-on port 53 { 173.0.54.78; };
allow-recursion { trusted; };
allow-transfer { trusted; };
allow-notify { trusted; };
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
include "/etc/rndc.key";
zone "server1.therealguide.org" { type master; file "/var/named/server1.therealguide.org.db"; };
zone "therealguide.org" { type master; file "/var/named/therealguide.org.db"; };
##################end named.conf#####################
3. please take a look at
http://www.intodns.com/therealguide.org
this shows one Red entery how to resovle this?? or what to do?
i submit a ticket to my vps providers and said them to add PTR records for my IPS
please reply. thanks