kdhcp/kdhcpd.yaml

28 lines
575 B
YAML

kdhcp:
version: 1
lease_file: /tmp/kdhcp_lease.yaml
# interface: enp89s0
interface: wlp166s0
network:
gateway: 192.168.4.254
mask: 255.255.255.0
broadcast: 192.168.4.255
dns:
- 1.1.1.1
- 8.8.8.8
domain: cluster.wntrmute.dev
pools:
cluster:
start: 192.168.4.1
end: 192.168.4.32
controller:
start: 192.168.4.64
end: 192.168.4.68
default:
start: 192.168.4.128
end: 192.168.4.164
statics:
controller: 192.168.4.254
haven: 192.168.4.253
build01: 192.168.4.252