|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
"Denzuku" <Denzuku@discussions.microsoft.com> wrote in message
news 98798B2-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 --- |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
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 |