Disable dhcp on other nics.
This commit is contained in:
parent
f9ae02c5a1
commit
527b808c95
1 changed files with 5 additions and 4 deletions
|
@ -84,12 +84,12 @@ nodes:
|
||||||
- siderolabs/amd-ucode
|
- siderolabs/amd-ucode
|
||||||
- siderolabs/qemu-guest-agent
|
- siderolabs/qemu-guest-agent
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /pci0000:00/0000:00:0a.0/virtio2/
|
busPath: /pci0000:00/0000:00:03.1/0000:27:00.0/nvme/nvme0/nvme0n1
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: eth0
|
- interface: eth0
|
||||||
dhcp: true
|
|
||||||
- interface: eth1
|
|
||||||
dhcp: false
|
dhcp: false
|
||||||
|
- interface: eth1
|
||||||
|
dhcp: true
|
||||||
vlans:
|
vlans:
|
||||||
- vlanId: 4010
|
- vlanId: 4010
|
||||||
mtu: 1450
|
mtu: 1450
|
||||||
|
@ -100,6 +100,8 @@ nodes:
|
||||||
- network: 10.2.0.0/16
|
- network: 10.2.0.0/16
|
||||||
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
gateway: 10.2.1.1 # The route's gateway (if empty, creates link scope route).
|
||||||
metric: 2048
|
metric: 2048
|
||||||
|
- interface: eth2
|
||||||
|
dhcp: false
|
||||||
# VM AX41-Nvme - AMD Ryzen 5 3600 6-Core Processor (Zen2) - 64GB ECC RAM
|
# VM AX41-Nvme - AMD Ryzen 5 3600 6-Core Processor (Zen2) - 64GB ECC RAM
|
||||||
- hostname: nessa
|
- hostname: nessa
|
||||||
disableSearchDomain: true
|
disableSearchDomain: true
|
||||||
|
@ -112,7 +114,6 @@ nodes:
|
||||||
systemExtensions:
|
systemExtensions:
|
||||||
officialExtensions:
|
officialExtensions:
|
||||||
- siderolabs/amd-ucode
|
- siderolabs/amd-ucode
|
||||||
- siderolabs/qemu-guest-agent
|
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /pci0000:00/0000:00:0a.0/virtio2/
|
busPath: /pci0000:00/0000:00:0a.0/virtio2/
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
|
|
Reference in a new issue