[96633] in RedHat Linux List
Re: DNS and diald - can they work together?
daemon@ATHENA.MIT.EDU (Gordon Messmer)
Wed Oct 28 14:30:25 1998
Date: Wed, 28 Oct 1998 11:10:24 -0800
From: Gordon Messmer <yinyang@eburg.com>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
KThorpe wrote:
> The problem is when the ppp link is down. It doesn't seem to generate
> requests to kick diald into action. I can't see any pending in the
> diald-control screen.
>
> Can these work together and if so what am I missing? I'll send my config
> files if anyone is prepared to help.
I believe the problem is that diald is, by default, configured not to
bring up the link for dns requests. Your other machines are probably
also configured to use only your nameserver, without any secondary
nameservers.
You could set up secondary nameservers on all of your machines, or you
could find the following lines in /usr/lib/diald/standard.filter and
change them:
ignore tcp tcp.dest=tcp.domain
ignore tcp tcp.source=tcp.domain
change to:
accept tcp 60 tcp.dest=tcp.domain
accept tcp 60 tcp.source=tcp.domain
accept udp 30 udp.dest=udp.domain
accept udp 30 udp.source=udp.domain
should be fine, but you might increase the timeout from 30 to 60
seconds.
MSG
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.