Dual gateway configuration #12587
Answered
by
smira
eprnjobanob
asked this question in
Q&A
Dual gateway configuration
#12587
-
|
Hi network:
interfaces:
- interface: ens32
addresses:
- 192.168.1.10/24
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.100
- network: 192.168.0.0/16
gateway: 192.168.1.1
- network: 10.0.0.0/8
gateway: 192.168.1.1
- network: 172.16.0.0/12
gateway: 192.168.1.1
dhcp: falseDoes config support metrics for routes? |
Beta Was this translation helpful? Give feedback.
Answered by
smira
Jan 13, 2026
Replies: 1 comment
-
|
Yes, route metrics are supported, and it doesn't look like your config needs them. Talos 1.12+ and up see https://docs.siderolabs.com/talos/v1.12/networking/configuration/static, for previous versions see previous versions of the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eprnjobanob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, route metrics are supported, and it doesn't look like your config needs them.
Talos 1.12+ and up see https://docs.siderolabs.com/talos/v1.12/networking/configuration/static, for previous versions see previous versions of the docs.