Answer the question
In order to leave comments, you need to log in
Is there an Iptables for Windows with rules to restrict connections from one IP?
Is there an Iptables for Windows with rules to restrict connections from one IP?
Example on Linux (maximum 2 connections from the same IP on port 80)
iptables -t filter -I INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above 2 -j DROP
Answer the question
In order to leave comments, you need to log in
Iptables is the name of the Linux firewall.
Under windows, other firewalls are primarily the built-in firewall.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question