-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 05 February 2002 08:09 pm, Edward Dekkers wrote:
> Just noticed in my logs that when named starts up this is what happens:
[snip]
> (eth0) Feb  6 08:17:19 server named[8251]: listening on
> [203.59.196.224].53 (ppp0) Feb  6 08:17:19 server named[8251]:
> Forwarding source address is [0.0.0.0].1247
> Feb  6 08:17:19 server named: named startup succeeded
>
> Should it be listening on ppp0?
>
> Is this the source of the evil?

I don't think that is the entire problem, but you don't want named 
listening on an external interface if you don't need it.

> How do I stop that?

Tell it to stop. :)

[root@tuxfan etc]# head -10 /etc/named.conf
acl "localnet" { 192.168.0/24; 127.0.0.1/32; };
options {
        directory "/var/named";
        allow-query { "localnet"; };
        listen-on{ 192.168.0.3; 127.0.0.1; };
        auth-nxdomain no;
        notify no;
};

Hope that helps,

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8YIo/eMAUbzJhSVcRAjWMAJ43ZrUyU+iQ63oPujxSaQmPhySeJgCgkmqG
faDst21wP5s3X3za4KwuIA4=
=Jy+D
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to