summaryrefslogtreecommitdiffstats
path: root/slackbook/html/network-configuration.html
blob: 66fb00829cdb7faa57653e72eee2aec09e0b3f21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!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">&nbsp;</td>
<td width="33%" align="right" valign="top">Network Hardware Configuration</td>
</tr>
</table>
</div>
</body>
</html>