Can someone see what I've done wrong.
I added this to the end of /usr/local/plesk/namedb/named.conf----------------
zone "130.148.71.64.in-addr.arpa" IN {
type master;
file "rev.130";
};
----------------
In the same directory, I created rev.130 and put this in it.
----------------
$TTL 86400
@ IN SOA 130.148.71.64.in-addr.arpa. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
@ IN NS localhost.
130 IN A colotalk.com.
----------------
Then I executed this command line: killall -HUP named
Ok..I went to samspade.org and did a traceroute...it failed.
What did I do wrong?
