2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 12:10:25 +00:00

Merge pull request #3290 from whowutwut/dhcpinterface_doc

Change the dhcpinterface documentation to avoid confusion about xcatmn
This commit is contained in:
Mark Gurevich
2017-06-19 16:23:55 -04:00
committed by GitHub

View File

@@ -45,6 +45,10 @@ Configure DHCP to listen on different network interfaces [**Optional**]
To set "eth1" and "eth3" on the management node and "bond0" on all nodes in the nodegroup="service", set ``dhcpinterfaces`` using: ::
chdef -t site dhcpinterfaces="eth1,eth3;service|bond0"
or, to explicitly identify the management node with hostname ``xcatmn``: ::
chdef -t site dhcpinterfaces="xcatmn|eth1,eth3;service|bond0"
**noboot**