Changeset a324403
- Timestamp:
- 03/18/2008 03:49:58 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- fe2cf26
- Parents:
- 3b03fd44
- Files:
-
- 1 added
- 7 deleted
- 7 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
basicnet/basicnet.xml
r3b03fd44 ra324403 17 17 18 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/> 19 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netlibs/netlibs.xml"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="textweb/textweb.xml"/> -
basicnet/connect/ppp.xml
r3b03fd44 ra324403 158 158 For dialup and GPRS connections, this can be done 159 159 either using the <command>chat</command> program which comes with 160 this package, or by using external tools such as <xref linkend="wvdial"/> 160 this package, or by using external tools such as 161 <ulink url="http://alumnit.ca/wiki/?WvDial">WvDial</ulink> 161 162 or <application>KPPP</application> from 162 163 <xref linkend="kdenetwork"/>. The text below explains how to set up 163 PPPoE, dialup and GPRSconnections using only tools provided with164 dialup and GPRS and PPPoE connections using only tools provided with 164 165 the <application>PPP</application> package. All configuration steps 165 166 in this section are executed as … … 384 385 <para>In order to configure a PPPoE connection, only the peer file 385 386 has to be created:</para> 386 <screen role="root"><userinput>cat >/etc/ppp/peers/ adsl<<"EOF"</userinput>387 <screen role="root"><userinput>cat >/etc/ppp/peers/<replaceable>adsl</replaceable> <<"EOF"</userinput> 387 388 <literal>plugin rp-pppoe.so 388 389 # Ethernet interface name -
basicnet/netlibs/netlibs.xml
r3b03fd44 ra324403 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="curl.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvstreams.xml"/>26 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnet.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libsoup.xml"/> -
general.ent
r3b03fd44 ra324403 4 4 --> 5 5 6 <!ENTITY day "1 7"> <!-- Always 2 digits -->6 <!ENTITY day "18"> <!-- Always 2 digits --> 7 7 <!ENTITY month "03"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
index.xml
r3b03fd44 ra324403 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="general/general.xml"/> 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="connect/connect.xml"/>22 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="basicnet/basicnet.xml"/> 23 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="server/server.xml"/> -
introduction/welcome/changelog.xml
r3b03fd44 ra324403 43 43 44 44 <listitem> 45 <para>March 18th, 2008</para> 46 <itemizedlist> 47 <listitem> 48 <para>[alexander] - Removed WvDial, WvStreams and RP-PPPoE, as 49 alternative instructions are available on the PPP page. Moved the 50 remaining packages from the Connecting to a Network part to a 51 chapter with the same name in the Basic Networking part.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>March 17th, 2008</para> 46 58 <itemizedlist> … … 139 151 </itemizedlist> 140 152 </listitem> 141 153 142 154 <listitem> 143 155 <para>March 12th, 2008</para> … … 241 253 <listitem> 242 254 <para>[ken] - Updated to gnumeric-1.8.1, with goffice-0.6.1, 243 244 255 libgsf-1.14.7, and warning that gnucash-2.2.0 needs an older 256 version of goffice.</para> 245 257 </listitem> 246 258 <listitem> -
introduction/welcome/which.xml
r3b03fd44 ra324403 49 49 what it needs.</para> 50 50 51 <para>Likewise, most people will probably want to look at the <xref 52 linkend="connect"/> and <xref linkend="basicnet"/> parts. The first of 53 these deals with connecting to the Internet or your LAN 54 using a variety of methods such as DHCP 55 (<xref linkend="connect-dhcp"/>) and Dial-Up Connections (<xref 56 linkend="connect-dialup"/>). The second of these parts deals with items 51 <para>Likewise, most people will probably want to look at the 52 <xref linkend="basicnet"/> part. It deals with connecting to the Internet 53 or your LAN (<xref linkend="basicnet-connect"/>) 54 using a variety of methods such as DHCP and PPP, and with items 57 55 such as Networking Libraries (<xref linkend="basicnet-netlibs"/>) and various 58 56 basic networking programs and utilities.</para> -
server/other/dhcp.xml
r3b03fd44 ra324403 165 165 166 166 <para>Information on configuring the DHCP client can be 167 found in <xref linkend=" connect-dhcp"/>.</para>167 found in <xref linkend="basicnet-connect"/>.</para> 168 168 169 169 <para>Note that you only need the DHCP server if you want to issue
Note:
See TracChangeset
for help on using the changeset viewer.