Link to home
Start Free TrialLog in
Avatar of jaked
jaked

asked on

periodic DNS queries causing dial-on-demand

I noticed that my Pipeline dials up sometimes when I'm not using it. I traced it (via tcpdump) to an hourly DNS query. Can anyone tell me what program might be making such a query, or how I might find out what program it is? I'm not running a local DNS server. I have sendmail and sshd running.
Avatar of alexbik
alexbik

Hi,

Make sure all aliases for the local machine and it's neighbours on the ethernet
are in /etc/hosts and put

order hosts bind

in /etc/host.conf. In this way no DNS queries are needed, since all machines can be
found in /etc/hosts.

Alex.
Avatar of jaked

ASKER

I have the pipeline and my machine in /etc/hosts, and "order hosts, bind" in /etc/host.conf already. That isn't the problem. Some program is doing a query every hour, and I'd like to know what program it is or a procedure for determining what program it is.

Is squid running on your system?
sendmail processes the queue every hour unless you tell it
differently.  Got anything in your mail queue?
Avatar of jaked

ASKER

No squid, matpae.

xterm, I think that's it. I've been setting up a colocated server, and I sent off some mail to it that wasn't getting through because the DNS wasn't right. I'm not seeing the hourly queries anymore, and I'll bet it's because the DNS is working and the mail queue has been emptied.

Post it as an answer and I'll give you credit.

ASKER CERTIFIED SOLUTION
Avatar of xterm
xterm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial