• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

how do I monitor the ip address my computer is up/downloading from

E

Errol

Flightless Bird
My Netmeter shows traffic in and out without my instruction - about 10mb
uploaded and 60 to 80 mb downloading per day. How do I find the ip addresses
being accesssed. I want to know where it is sending to ! or getting from !
 
B

Bert Hyman

Flightless Bird
In news:108287C6-81C0-485D-8D95-EFA306FF81B8@microsoft.com
=?Utf-8?B?RXJyb2w=?= <Errol@discussions.microsoft.com> wrote:

> My Netmeter shows traffic in and out without my instruction - about
> 10mb uploaded and 60 to 80 mb downloading per day. How do I find the
> ip addresses being accesssed. I want to know where it is sending to !
> or getting from !


You can open a command prompt window and use the built-in program
"netstat" to see all the network connections at the current time. Use

netstat -p TCP

to show you just the TCP/IP connections, which are probably the most
interesting in your case. Use netstat /? to see all the options in case
you want to look at other things.

For longer term constant monitoring, look at TCPView, free from
Microsoft:

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

--
Bert Hyman St. Paul, MN bert@iphouse.com
 
J

John John - MVP

Flightless Bird
Re: how do I monitor the ip address my computer is up/downloadingfrom

Errol wrote:
> My Netmeter shows traffic in and out without my instruction - about 10mb
> uploaded and 60 to 80 mb downloading per day. How do I find the ip addresses
> being accesssed. I want to know where it is sending to ! or getting from !


Wireshark will give you this information.

John
 
T

Twayne

Flightless Bird
In news:-OHgT9yT7KHA.420@TK2MSFTNGP02.phx.gbl,
John John - MVP <audetweld@nbnet.nb.ca> typed:
> Errol wrote:
>> My Netmeter shows traffic in and out without my
>> instruction - about 10mb uploaded and 60 to 80 mb
>> downloading per day. How do I find the ip addresses being
>> accesssed. I want to know where it is sending to ! or
>> getting from !

>
> Wireshark will give you this information.
>
> John


But it's not for the feint hearted; learning curve can be longish.
 
Top