Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > svchost making connection to internet

Reply
Thread Tools Display Modes

svchost making connection to internet

 
 
Denzuku
Guest
Posts: n/a

 
      11-28-2005
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
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      12-03-2005
"Denzuku" <> wrote in message
news98798B2-5B5C-46EB-B1F7-...
> 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
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Prolem - Fast connection but slow internet ArseNa! Windows Vista Networking 1 05-30-2008 09:15 PM
Internet Connection with a seperate Media Sharing Connection? Tetsu Windows Vista Networking 1 03-13-2008 03:46 PM
Svchost.exe & Wuauclt.exe Cannibalizing My CPU Usage on Internet ??? teknowbabble@yahoo.com Windows Update 8 08-24-2007 07:03 PM
making connection between section and file Anatoly Greenblatt Windows Vista Drivers 0 10-04-2006 03:16 PM
Re: svchost eating the CPU? - "svchost.png" (1/1) uuEncoded 59747 bytes Zack Whittaker \(R2 Mentor\) Windows Vista General Discussion 11 06-11-2006 05:14 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59