Update default firewalls

Beta You can update or add a default firewall to:

  • Linodes using legacy config profile interfaces

  • Linode VPC interfaces and Linode public interfaces

  • NodeBalancers

If a firewall isn't provided during service creation, a default firewall is assigned, unless you have opted out of firewall protection.

📘

Default firewalls on Linodes with Linode interfaces are applied to the interfaces, not the Linode itself.

Default firewalls on Linodes with legacy configuration profile interfaces are applied directly to the Linode, not its interfaces.

linode-cli firewalls firewall-settings-update \
  --default_firewall_ids.vpc_interface 1 \
  --default_firewall_ids.public_interface 2 \
  --default_firewall_ids.nodebalancer 3 \
  --default_firewall_ids.linode 5

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
account:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!