set internet-connection route-traffic-through-default-gateway

Description

Configures advanced settings for an existing internet connection

It is possible to remove a configured internet connection from being used as a default route, making it available for traffic through manual/dynamic routing rules.

To route traffic through this connection you need to add specific routes through it.

Syntax

set internet-connection "<name>" route-traffic-through-default-gateway {true | false}

Parameters

Parameter

Description

name

Connection name

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • ' ' (space)

Example

set internet-connection "My connection" route-traffic-through-default-gateway true