Firewall groups on our access switches
A firewall group is a named set of rules that you apply to any number of your public IP addresses. The rules run on the access switch your server plugs into, so traffic a rule blocks is dropped there and never reaches the server’s port. That covers traffic from other Serverside public addresses too, not only from the internet.
Each rule allows, blocks or rate-limits traffic (in packets per second) by protocol (TCP, UDP, ICMP, ICMPv6, GRE or any), port range and source network. Rules from every group on an address are matched in one order, by priority: the lowest number wins. You manage groups from the cloud console or through the API, and a rule change takes effect immediately.
Coming soon Security groups are coming soon.