edit changes on network_boot file

Signed-off-by: Leona <leonax.cook@intel.com>
This commit is contained in:
Leona
2016-09-26 09:07:21 -07:00
parent 5e77d7779a
commit 8cd997c531
+3 -3
View File
@@ -30,7 +30,7 @@ networks. NAT allows you to control the traffic that goes to the external networ
A script for NAT setup can be found on this `gist`_. Be sure
to export the DOMAIN and DNS variables to be the domain name of your internal
network (example.com) and whatever DNS servers you want to use (8.8.8.8 and
8.8.4.4 DNS can work some situations).
8.8.4.4 DNS can work for some situations).
Network Topologies
@@ -228,8 +228,8 @@ Step 9
To use PXE chainloading, set up ISC DHCPD to first assign ``undionly.kpxe`` to any
legacy PXE clients, and to then assign boot configuration to iPXE clients. Do this
by telling ISC DHCPD to make the assignments based on the DHCP
user class. Heres one way to do this using the :file:`/etc/dhcpd.conf` file:
by telling ISC DHCPD to make the assignments based on the DHCP user class. Heres
one way to do this using the :file:`/etc/dhcpd.conf` file:
.. code-block:: console