<div dir="ltr"><div>While updating the networking section of the basic OS configuration chapter in the installation guide, I found my step-by-step instructions quickly making the source file rather large and complex with plenty of "os" conditionals. Do we really need to provide step-by-step instructions for basic OS configuration including network interfaces, name resolution, etc? I would much rather include more generic steps and let users reference their distribution's documentation for specific instructions.</div>
<div><br></div><div>For example:</div><div><br></div><div>Use this...</div><div><br></div><div>Compute node</div><div><br></div><div>1) Configure the network interfaces:</div><div>  a) Management (eth0)<br></div><div><br>
</div><div>  IP address: 10.0.0.31</div><div>  Netmask: 255.255.255.0</div><div>  Gateway: 10.0.0.1</div><div><br></div><div>  b) External (eth1) ...</div><div><br></div><div>Instead of this...</div><div><br></div><div>Compute node</div>
<div><br></div><div>1) Configure the management network interface:</div><div>  a) Edit the /etc/sysconfig/network-scripts/ifcfg-eth0 file to include the following:</div><div><br></div><div><div>ONBOOT="yes"</div>
<div>NM_CONTROLLED="no"</div><div>BOOTPROTO="static"</div><div>IPADDR="10.0.0.31"</div><div>NETMASK="255.255.255.0"</div><div>BROADCAST="10.0.0.255"</div><div>GATEWAY="10.0.0.1"</div>
</div><div><br></div><div>2) Configure the external network interface:</div><div>  b) Edit the /etc/sysconfig/network-scripts/ifcfg-eth1 file ...</div></div>