Answer the question
In order to leave comments, you need to log in
How to find out the number of current connections in windows 2012 R2?
How to solve the following tasks in windows 2012 R2:
1) find out the number of current connections on ports 443 and 80
2) find out from which IP addresses the server receives requests
3) block unwanted IP addresses from which requests come
In linux, this is done like this:
netstat -na | grep ':443 '
iptables -A INPUT -s IP-j DROP
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question