summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 14:49:41 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-14 14:49:41 -0600
commit4a4f68cdc43650a2d868977469f913161f79fac3 (patch)
treec9af41fa98828703e080e8a6c53a72a7bdd2b258
parent73966a927fb9ed767c5bcb189481f23ef515011a (diff)
downloaddocs-4a4f68cdc43650a2d868977469f913161f79fac3.tar.gz
docs-4a4f68cdc43650a2d868977469f913161f79fac3.tar.bz2
docs-4a4f68cdc43650a2d868977469f913161f79fac3.tar.xz
docs-4a4f68cdc43650a2d868977469f913161f79fac3.zip
Admin: ch05: make DHCP hax linkable, and link to it
-rw-r--r--src/admin/5_networking.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/5_networking.xml b/src/admin/5_networking.xml
index 8419fac..06bd313 100644
--- a/src/admin/5_networking.xml
+++ b/src/admin/5_networking.xml
@@ -22,7 +22,7 @@
<para>For the purposes of this handbook, a <firstterm>wired connection</firstterm> is a connection to a network that utilises Ethernet. While the Adélie Linux system supports ATM, CAN bus, IEEE 1394, and Token Ring networking, these connection types are exceedingly rare and out of the scope of this handbook.</para>
<section id="how2dhcp">
<title>Dynamic addressing</title>
- <para>To explicitly configure an interface to use dynamic addressing via DHCP, set <varname>config_<replaceable>IFACE</replaceable></varname>=<literal>"dhcp"</literal>, where <replaceable>IFACE</replaceable> is the interface you wish to use dynamic addressing.</para>
+ <para>To explicitly configure an interface to use dynamic addressing via DHCP, set <varname>config_<replaceable>IFACE</replaceable></varname>=<literal>"dhcp"</literal>, where <replaceable>IFACE</replaceable> is the interface you wish to use dynamic addressing. For more information on customising dynamic addressing, refer to <xref linkend="dhcphax" />.</para>
</section>
<section id="how2static">
<title>Static addressing</title>
@@ -142,7 +142,7 @@ ip tuntap del name $1
<title>Advanced: 802.1X authentication</title>
<para></para>
</section>
- <section>
+ <section id="dhcphax">
<title>Advanced: Customising dynamic addressing</title>
<para>You may use the <varname>dhcp_<replaceable>IFACE</replaceable></varname> variable to control how DHCP is used. Valid options include:</para>
<table>