Skip to main content

All Questions

Tagged with
1 vote
1 answer
824 views

windows netstat shows mysql server state time wait

What does it mean when windows netstat -ano shows this, and why there are four (more than 1).
Tiina's user avatar
  • 3,207
0 votes
1 answer
108 views

Comparing netstat scan from previous scans

Lets say you want to compare new netstat scans from old ones to see changes in network connections. Is there a method or tool in windows 7 where you can view these changes?
action's user avatar
  • 1
3 votes
1 answer
11k views

Disable default VPN ports on windows 500 and 4500

How do I disable the default listening VPN ports on windows machine? When I type netstat -an | findstr "500" command on the windows command prompt I get to see default 500 and 4500 ports listening ...
manjesh23's user avatar
  • 1,702
1 vote
0 answers
3k views

What is port 1001 used by NT Kernel & System on my Windows 7?

Sometimes i make ssh tunnel which listen as sock proxy on port 1001. But lately i can't bind to this port. Apparently this port already occupied. I can bind to any port for my ssh tunnel. But I'm ...
Mikail Z.'s user avatar
4 votes
5 answers
27k views

How to determine why port 443 is already in use?

I'm running Apache 2.4.10 on a Windows 7 machine and am trying to add SSL connections. Port 80 connections work fine, and I'm trying to add port 443. When the httpd.conf gets Listen 443 added it ...
WilliamKF's user avatar
  • 7,968
1 vote
1 answer
3k views

How can I tell what this process is from netstat -AB?

I need to find out which process is running on port 8888. I have used the 'netstat -AB' command in the command prompt however it does not show me the information. It seems to have a problem reading ...
Pete2k's user avatar
  • 723
6 votes
4 answers
30k views

bind-address = ::1 # however, netstat shows 0.0.0.0:3306 LISTENING

I'm running MySQL 5.6 on 64-bit Windows 7 with IPv6 and IPv4 enabled. In my.ini: port=3306 bind-address = ::1 I was hoping to use IPv6 and restrict to the loop-back adapter. I used ::1 instead ...
ebyrob's user avatar
  • 208
61 votes
7 answers
298k views

netstat with process name?

Using netstat -a -o -n I can get the list of ports and PID then I need to go to task manager and add the PID and see who is it. (pretty frustrating) I was wonder if there is a CMD command which ...
Royi Namir's user avatar
  • 5,788
0 votes
1 answer
1k views

How to get netstat results grouping by app name?

I use windows 7. I want get result such as distinct netstat -b. Just get a list of all applications use the network. How to do it?
BILL's user avatar
  • 265
26 votes
4 answers
156k views

How to kill a particular tcp connection in windows?

On Linux we can kill an Established TCP Connection using tcpkill command. For example, to drop all connection to/from a particular IP: tcpkill host ipaddr Or similary to kill all connection ...
Johnydep's user avatar
  • 1,105
1 vote
2 answers
601 views

what is ip 10.1.1.130 to which seems monitored by NT Kernel & System process on Windows 7?

I used netstat to see what is happening with network connections, and I see this weird ip address somehow listed together with PID 4 "NT Kernel & System", whatever that might be. Netstat describes ...
EndangeringSpecies's user avatar