From a5dc1de3b40cd8ed686120c0991b9b38dcfd17a0 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 19 Jun 2023 11:45:21 -0500 Subject: [PATCH] Match warewulf.conf to documentation Signed-off-by: Jonathon Anderson --- etc/warewulf.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/warewulf.conf b/etc/warewulf.conf index 79a7da47..1c998b3d 100644 --- a/etc/warewulf.conf +++ b/etc/warewulf.conf @@ -1,7 +1,7 @@ WW_INTERNAL: 45 -ipaddr: 192.168.200.1 -netmask: 255.255.255.0 -network: 192.168.200.0 +ipaddr: 10.0.0.1 +netmask: 255.255.252.0 +network: 10.0.0.0 warewulf: port: 9873 secure: false @@ -11,8 +11,8 @@ warewulf: syslog: false dhcp: enabled: true - range start: 192.168.200.50 - range end: 192.168.200.99 + range start: 10.0.1.1 + range end: 10.0.1.255 systemd name: dhcpd tftp: enabled: true