Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 votes
3 answers
286 views

What means 59.164.0.0/20

If I enter for example "block 59.164.0.0/20" as a firewall rule. Does that mean it blocks the IPs 59.164.0.0 to 59.164.0.20 or does it mean something else ?
Quandary's user avatar
  • 2,125
5 votes
1 answer
7k views

How to append netsh firewall rules, not just replace

I am using a script to set firewall rules in netsh. netsh.exe advfirewall firewall set rule name="Block External IP's" new remoteip="$($ipArray[0])" I thought that set was used so that it would ...
Zombian's user avatar
  • 461