who is this ip address

kempo

Junior Member
Oct 2, 2001
10
0
0
hi all i just wondered i am using xp pro with a usb adsl modem and wondered is there a command that will let me see who;s ip address is peeping into my system without using a tool like zone alarm does windows have command that will let me view who is connected to my system or what ip;s i might be sending data to. this might not be the right place to post this but i just thought i would ask. many thanks if you can help me out here..
 

JOSEPHLB

Banned
Jun 20, 2001
1,779
0
0
the only think I know of is the "netstat -a" command

This will show all connections

NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.