A
A
Andrey2020-12-16 19:59:17
Windows
Andrey, 2020-12-16 19:59:17

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

3 answer(s)
A
Artem @Jump, 2020-12-16
curated by the

Iptables is the name of the Linux firewall.
Under windows, other firewalls are primarily the built-in firewall.

C
CityCat4, 2020-12-17
@CityCat4

"It doesn't happen" (C) Wizards

S
Saboteur, 2020-12-17
@saboteur_kiev

The built-in firewall of Windows cannot do this. You can try to look at third-party solutions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question