13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# Ref: https://docs.siderolabs.com/talos/latest/reference/configuration/network/linkconfig
|
|
|
|
apiVersion: v1alpha1
|
|
kind: LinkConfig
|
|
name: enp0s1 # Default link position assigned by proxmox
|
|
up: true
|
|
mtu: 1500
|
|
addresses:
|
|
- address: ${ipv4_address}/${ipv4_subnet_mask}
|
|
routes:
|
|
- destination: 0.0.0.0/0
|
|
gateway: ${ipv4_gateway}
|