[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[linux-security] Re: Security problems in bind -- persisting?



On Fri, 14 Jan 2000, Antonomasia wrote:

> Does anyone know adverse effects (beside added net traffic) of
> simply not running bind ?

Bind will have to run _somewhere_ so a safe installation of it
is needed anyway (prepackaged in RPM, if possible).

If you're using it for caching only, you can put something like
this in /etc/named.conf:

options {
	listen-on 127.0.0.1;
}

This will make sure that only the machine itself can use bind,
so remote attacks become impossible.

See http://www.isc.org/ for the full documentation on bind.

regards,

Rik
--
The Internet is not a network of computers. It is a network
of people. That is its real strength.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]