On Mon, 05 Nov 2007, in the Usenet newsgroup comp.os.linux.networking, in
article <(E-Mail Removed). com>,
(E-Mail Removed) wrote:
NOTE: Posting from groups.google.com (or some web-forums) dramatically
reduces the chance of your post being seen. Find a real news server.
>Block Incoming UDP 53 so that it rejects DNS queries from the
>internet, you don't want people to resolve your domain name and
>neither do you want them to know whats inside your network you would
>be telling the hacker where your weakest point on the network is and
>to do the DoS attack to it...
Many companies have "internal" and "external" name servers. External
servers will handle external queries for hostnames that you desire to
resolve -
www.example.com, ftp.example.com, dns.example.com, and
mx.example.com being possible candidates. The external nameservers
also resolves external queries for your section of "in-addr.arpa."
(assuming such a zone has been delegated to you - see RFC1591 and 2317)
but MAY provide generic answers (192.0.2.11 may resolve to
192.0.2.11.example.com [_whether or not it may actually exists_]
RATHER THAN some potentially sensitive name). The external servers may
intentionally not respond to queries originating internally. The
"internal" servers resolve internal and external names and addresses
for internal clients only.
>And if you want to be extra safe you can block outgoing TCP 53 so that
>nobody on the internet can get a DNS zone transfer of your network...
If you haven't configured your name servers to ignore such queries, you
probably shouldn't be administering the server. That has been a strongly
recommended configuration option for over ten years. And you may want
to look at RFC1034 and RFC1035 regarding the use of TCP in DNS.
>If by mistake some one gets routed to your domain name instead of the
>registered one on the internet you would be in serious #### thats
>considered a DNS poisoning...
Note that laws are not the same in all countries, and there are no
Internet Police who will come down and beat the sh!t out of the bad
guys or idiots - despite many wishes to the contrary.
Old guy