Jonathan Sprague wrote:

> I'm running a linux/Samba server with diald and ipfwadm to diald my isp
> and provide an internet link for my home network. I had problems with
> diald dialing every few minutes when I first set it up but I got that
> straightened out ( I think). Now my server keeps dialing up and looking
> for 208.147.89.103 which I did an nslookup for and it couldn't find it.
> Why is it doing this? I did a tcpdump (which I only partly understand)
> and here it is;

> 16:01:34.713953 server.home.61030 > 208.147.89.103.http: S 98307369:98307369(0)

> What's going on?

Something is trying to initiate a connection to an HTTP server. The
next step is to find out what.

`fuser -n tcp 61030' should tell you which process is using port
61030.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to