in-addr.arpa
Hey GuysI am working on a ensim server, that the zone IP_ in-addr.arpa got deleted..
If i just re-add that zone with the IP.in-addr.arpa on ensim, Will that be ok ? (under ensim zone, add )
I could also add under /etc/bind and creat a file called
zone.6.246.64.in-addr.arpa and add this to the file:
zone "6.246.64.in-addr.arpa" IN {
type master;
file "/var/named/db.6.246.64.in-addr.arpa";
allow-transfer { localhost; };
};
I am just making sure I am 100% right.. :-)
Thank you
Matt