diff options
Diffstat (limited to 'slackbook/html/network-configuration.html')
-rw-r--r-- | slackbook/html/network-configuration.html | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/slackbook/html/network-configuration.html b/slackbook/html/network-configuration.html deleted file mode 100644 index 66fb0082..00000000 --- a/slackbook/html/network-configuration.html +++ /dev/null @@ -1,146 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta name="generator" content="HTML Tidy, see www.w3.org" /> -<title>Network Configuration</title> -<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" /> -<link rel="HOME" title="Slackware Linux Essentials" href="index.html" /> -<link rel="PREVIOUS" title="Selecting a Kernel" -href="system-configuration-kernel.html" /> -<link rel="NEXT" title="Network Hardware Configuration" -href="network-configuration-hardware.html" /> -<link rel="STYLESHEET" type="text/css" href="docbook.css" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -</head> -<body class="CHAPTER" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" -alink="#0000FF"> -<div class="NAVHEADER"> -<table summary="Header navigation table" width="100%" border="0" cellpadding="0" -cellspacing="0"> -<tr> -<th colspan="3" align="center">Slackware Linux Essentials</th> -</tr> - -<tr> -<td width="10%" align="left" valign="bottom"><a href="system-configuration-kernel.html" -accesskey="P">Prev</a></td> -<td width="80%" align="center" valign="bottom"></td> -<td width="10%" align="right" valign="bottom"><a -href="network-configuration-hardware.html" accesskey="N">Next</a></td> -</tr> -</table> - -<hr align="LEFT" width="100%" /> -</div> - -<div class="CHAPTER"> -<h1><a id="NETWORK-CONFIGURATION" name="NETWORK-CONFIGURATION"></a>Chapter 5 Network -Configuration</h1> - -<div class="TOC"> -<dl> -<dt><b>Table of Contents</b></dt> - -<dt>5.1 <a -href="network-configuration.html#NETWORK-CONFIGURATION-NETCONFIG">Introduction: netconfig -is your friend.</a></dt> - -<dt>5.2 <a href="network-configuration-hardware.html">Network Hardware -Configuration</a></dt> - -<dt>5.3 <a href="network-configuration-tcpip.html">TCP/IP Configuration</a></dt> - -<dt>5.4 <a href="network-configuration-ppp.html">PPP</a></dt> - -<dt>5.5 <a href="network-configuration-wireless.html">Wireless</a></dt> - -<dt>5.6 <a href="network-configuration-nfs.html">Network File Systems</a></dt> -</dl> -</div> - -<div class="SECT1"> -<h1 class="SECT1"><a id="NETWORK-CONFIGURATION-NETCONFIG" -name="NETWORK-CONFIGURATION-NETCONFIG">5.1 Introduction: netconfig is your -friend.</a></h1> - -<p>When you initially installed Slackware, the setup program invoked the <tt -class="COMMAND">netconfig</tt> program. <tt class="COMMAND">netconfig</tt> attempted to -perform the following functions for you:</p> - -<ul> -<li> -<p>It asked you for the name of your computer, and the domain name for your computer.</p> -</li> - -<li> -<p>It gave a brief explanation of the various types of addressing schemes, told when they -should be used, and asked you which IP addressing scheme you wished to use to configure -your network card:</p> - -<ul> -<li> -<p>Static-IP</p> -</li> - -<li> -<p>DHCP</p> -</li> - -<li> -<p>Loopback</p> -</li> -</ul> - -<br /> -<br /> -</li> - -<li> -<p>It then offered to probe for a network card to configure.</p> -</li> -</ul> - -<p><tt class="COMMAND">netconfig</tt> will generally take care of about 80% of the work -of configuring your LAN network connection if you will let it. Note that I would strongly -suggest that you review your config file for a couple of reasons:</p> - -<ol type="1"> -<li> -<p>You should never trust a setup program to properly configure your computer. If you use -a setup program, you should review the configuration yourself.</p> -</li> - -<li> -<p>If you are still learning Slackware and Linux system management, viewing a working -configuration can be helpful. You'll at least know what the configuration should look -like. This will allow you to correct problems due to misconfiguration of the system at a -later date.</p> -</li> -</ol> -</div> -</div> - -<div class="NAVFOOTER"> -<hr align="LEFT" width="100%" /> -<table summary="Footer navigation table" width="100%" border="0" cellpadding="0" -cellspacing="0"> -<tr> -<td width="33%" align="left" valign="top"><a href="system-configuration-kernel.html" -accesskey="P">Prev</a></td> -<td width="34%" align="center" valign="top"><a href="index.html" -accesskey="H">Home</a></td> -<td width="33%" align="right" valign="top"><a href="network-configuration-hardware.html" -accesskey="N">Next</a></td> -</tr> - -<tr> -<td width="33%" align="left" valign="top">Selecting a Kernel</td> -<td width="34%" align="center" valign="top"> </td> -<td width="33%" align="right" valign="top">Network Hardware Configuration</td> -</tr> -</table> -</div> -</body> -</html> - |