Skip to main content

Configuration

Physical network interfaces (links) can be configured in Talos Linux using the LinkConfig configuration objects. The following properties can be configured for physical links:
  • MTU (mtu): sets the Maximum Transmission Unit for the interface (default is 1500).
  • bring the link up or down (up): controls whether the interface is administratively up or down.
Here is an example of configuring a physical network interface with a specific MTU and bringing it up:
Link aliases can also be used to refer to physical links in a more user-friendly way:
For low-level control over physical link properties, such as offloading features, refer to the Ethernet configuration documentation.

Observing status

Use talosctl to observe the status of all links:
The output shows all network links, their operational state, and other relevant information. To see the list of links managed by Talos, use the following:
To see the list of link configuration broken down by configuration source, add --namespace=network-config flag: