~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to da/using-d-i/modules/netcfg.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 21579 untranslated -->
 
3
 
 
4
   <sect3 id="netcfg">
 
5
   <title>Configuring Network</title>
 
6
 
 
7
<para>
 
8
 
 
9
As you enter this step, if the system detects that you have more than
 
10
one network device, you'll be asked to choose which device will be
 
11
your <emphasis>primary</emphasis> network interface, i.e. the one
 
12
which you want to use for installation. The other interfaces won't be
 
13
configured at this time. You may configure additional interfaces after
 
14
installation is complete; see the <citerefentry>
 
15
<refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum>
 
16
</citerefentry> man page.
 
17
 
 
18
</para><para>
 
19
 
 
20
By default, &d-i; tries to configure your computer's network
 
21
automatically via DHCP. If DHCP probe succeeds, you are done. If the
 
22
probe fails, it may be caused by many factors ranging from unplugged
 
23
network cable, to a misconfigured DHCP setup. Or maybe you don't have
 
24
DHCP server in your local network at all.  For further explanation
 
25
check the error messages on the third console.  In any case, you will
 
26
be asked, if you want to retry, or if you want to perform manual
 
27
setup. DHCP servers are sometimes really slow in their responses, so
 
28
if you are sure everything is in place, try again.
 
29
 
 
30
</para><para>
 
31
 
 
32
The manual network setup in turn asks you number of questions about
 
33
your network, notably
 
34
<computeroutput>IP address</computeroutput>,
 
35
<computeroutput>Netmask</computeroutput>,
 
36
<computeroutput>Gateway</computeroutput>,
 
37
<computeroutput>Name server addresses</computeroutput>, and a
 
38
<computeroutput>Hostname</computeroutput>.
 
39
Moreover, if you have a wireless network interface, you will be asked
 
40
to provide your <computeroutput>Wireless ESSID</computeroutput> and
 
41
a <computeroutput>WEP key</computeroutput>.  Fill in the answers from
 
42
<xref linkend="needed-info"/>.
 
43
 
 
44
</para><note><para>
 
45
 
 
46
Some technical details you might, or might not, find handy: the
 
47
program assumes the network IP address is the bitwise-AND of your
 
48
system's IP address and your netmask. It will guess the broadcast
 
49
address is the bitwise OR of your system's IP address with the bitwise
 
50
negation of the netmask. It will also guess your gateway.  If you
 
51
can't find any of these answers, use the system's guesses &mdash; you
 
52
can change them once the system has been installed, if necessary, by
 
53
editing <filename>/etc/network/interfaces</filename>.  Alternatively,
 
54
you can install <classname>etherconf</classname>, which will step you
 
55
through your network setup.
 
56
 
 
57
</para></note>
 
58
   </sect3>