svchost making connection to internet


Go Back   Computer Help Articles > Windows Update
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 05:09 PM
Denzuku
 
Posts: n/a
Default svchost making connection to internet

Hi,

I have a few Win2003 servers. I noticed that periodically the servers will
attempt to connect to some random sites website thru http. The connection
seems to be cause by svchost, which I presume could be due to automatic
update. However, I have already disable automatic update on the servers, but
the connection always appear every few hours.

Is this problem cause by automatic update?
Reply With Quote
  #2  
Old 01-05-2006, 05:10 PM
Robert Aldwinckle
 
Posts: n/a
Default Re: svchost making connection to internet

"Denzuku" <Denzuku@discussions.microsoft.com> wrote in message
news98798B2-5B5C-46EB-B1F7-99427A01D6BE@microsoft.com...
> Hi,
>
> I have a few Win2003 servers. I noticed that periodically the servers will
> attempt to connect to some random sites website thru http. The connection
> seems to be cause by svchost, which I presume could be due to automatic
> update. However, I have already disable automatic update on the servers, but
> the connection always appear every few hours.
>
> Is this problem cause by automatic update?



Does your OS have the new netstat options which show the PID
and module names? E.g. on XP I would answer this question with

netstat -abov

then if the task's executable turns out to be svchost.exe as you suspect
use tasklist /svc referring to that task's PID. E.g.

tasklist /svc /fi "PID eq xxxx"

(where xxxx is whatever PID (decimal number) shows in the netstat output.

Or just keep it simple and list them all to see the one that matches
the netstat output:

tasklist /svc /fi "Imagename eq svchost.exe"


If that turned out to be a svchost.exe which hosted several services
I don't know how you could differentiate which one was using the link.
Hopefully the additional information provided by the netstat -v switch
(above) would help clarify that.


Good luck

Robert Aldwinckle
---



Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharing my wireless Internet connection Omar Candelaria Windows XP Network Web 1 01-05-2006 04:06 AM
Q: Two parts; 1 sharing files under XP over 1394; 2 - sharing internet connection. Michael Walker Windows XP Network Web 3 01-05-2006 04:05 AM
No network access for XP Home machine Jim W. Windows XP Network Web 11 01-05-2006 04:04 AM
RE: Intermittently Losing LAN/High Speed Internet Connection PLEASE H PhilBy Windows XP Network Web 1 01-05-2006 04:01 AM
My words Panda_man Windows XP New Users 4 01-05-2006 02:53 AM


All times are GMT. The time now is 12:24 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

svchost making connection to internet