From 95510335c6816e9be3f437b472d18bcddfbb489e Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Thu, 23 Dec 2021 15:22:50 +0100 Subject: [PATCH] added instructions of how to enable dhpc inetrface --- docs/quickstart/suse15.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/suse15.md b/docs/quickstart/suse15.md index 0a5222e..3047d68 100644 --- a/docs/quickstart/suse15.md +++ b/docs/quickstart/suse15.md @@ -61,6 +61,7 @@ The DHCP range ends at `192.168.200.99` and as you will see below, the first nod address (post boot) is configured to `192.168.200.100`. ::: + ## Start and enable the Warewulf service ```bash @@ -83,7 +84,10 @@ will print a help and usage instructions. ```bash sudo wwctl configure --all ``` - +:::note +If the `dhcpd` service was not used before you will have to add the interface on which +the cluster network is running to the `DHCP_INTERFACE` in the file `/etc/sysconfig/dhcpd`. +::: ## Pull and build the VNFS container and kernel