dns and talos

This commit is contained in:
=
2024-12-18 15:42:45 -05:00
parent 85d6fe5056
commit bde6a5f208
7 changed files with 49 additions and 23 deletions

View File

@ -28,4 +28,5 @@ machine:
time:
disabled: false
servers:
- 192.168.1.11
- 192.168.1.11
- 10.96.10.254

View File

@ -4,6 +4,7 @@ machine:
hostname: node00.balsillie.house
nameservers:
- 192.168.1.11
- 10.96.10.254
interfaces:
- deviceSelector:
hardwareAddr: 'f4:4d:30:6e:62:a7'
@ -11,5 +12,8 @@ machine:
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.11
- network: 0.0.0.0/0
gateway: 10.96.10.254
addresses:
- 192.168.1.15/24
- 192.168.1.15/24
- 10.96.10.30/24