block packets from an ipset

pelpelin

New Member
Sep 24, 2022
14
0
1
hi, i would like to know how I could do to block all the traffic coming from a certain IPSET to all my virtual machines using IPTABLES
 
you can create an ipset "blacklist" at datacenter level.

The name "blacklist" is specific. They are a default hidden rule droping all traffic coming from this ipset.



If you want to use a custom ipset, the only way is to create a security group, with a rule blocking the ipset, and add this security group in every vm firewall.