I have setup a DNS on my router, which connects my private lan to the
internet.
And now i want to prevent that anybody outside my local lan can resolv an
adresse or a name from it?
Furthermore i want to setup a zone with a netmask 255.255.254.0 in my DNS
setup. But how can i do the rarp?
My zone setup at the moment ist the following:
zone "domain2.domain1.de" {
type master;
notify no;
file "domain2.domain1.de.zone";
zone "ip_part3.ip_part2.ip_part1.in-addr.arpa" {Quote:};
type master;
notify no;
file "ip_part3.ip_part2.ip_part1.zone";
And the part3 can be for instance 226 and 227.Quote:};
Markus Schulz