~ubuntu-branches/ubuntu/natty/installation-guide/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

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>