mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
246c904b82
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2298 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
996 B
XML
23 lines
996 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<part id="connect" xreflabel="Connecting to a Network">
|
|
<?dbhtml filename="connect.html" dir="connect"?>
|
|
<title>Connecting to a Network</title>
|
|
|
|
<partintro><para>The <acronym>LFS</acronym> book covers setting up networking
|
|
by connecting to a <acronym>LAN</acronym> with a static
|
|
<acronym>IP</acronym> address. There are other methods used to connect to
|
|
a <acronym>LAN</acronym> and other networks (such as the Internet). We cover
|
|
the most popular methods in this chapter.</para></partintro>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dialup/dialup.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dhcp/dhcp.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/other.xml"/>
|
|
|
|
</part>
|