Update Linode interface settings

Updates Network Helper and default route settings on the Linode.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: linodes:read_write

CLI

Public interface

linode-cli linodes interface-settings-update $linodeId \
  --network_helper true \
  --default_route.ipv4_interface_id 4527 \
  --default_route.ipv6_interface_id 4541 \
  --default_route.ipv4_eligible_interface_ids 4527 \
  --default_route.ipv4_eligible_interface_ids 4541 \
  --default_route.ipv6_eligible_interface_ids 4527 \
  --default_route.ipv6_eligible_interface_ids 4541

VLAN interface

linode-cli linodes interface-settings-update $linodeId \
  --network_helper true

VPC interface

linode-cli linodes interface-settings-update $linodeId \
  --network_helper true \
  --default_route.ipv4_interface_id 5527 \
  --default_route.ipv4_eligible_interface_ids 5527 \
  --default_route.ipv4_eligible_interface_ids 5541

Learn more

Language
Credentials