From 8cd997c531d8141a158d3e18a2d506e8c2154d28 Mon Sep 17 00:00:00 2001 From: Leona Date: Mon, 26 Sep 2016 09:07:21 -0700 Subject: [PATCH] edit changes on network_boot file Signed-off-by: Leona --- source/network_boot.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/network_boot.rst b/source/network_boot.rst index 1c4f1e32..053a1881 100644 --- a/source/network_boot.rst +++ b/source/network_boot.rst @@ -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. Here’s 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. Here’s +one way to do this using the :file:`/etc/dhcpd.conf` file: .. code-block:: console