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

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/network-console.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* 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, hppa, 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).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - 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 the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: network-console.xml 31173 2005-10-05 12:03:55Z holger-guest $ -->
 
2
<!-- $Id: network-console.xml 50787 2008-01-07 21:25:15Z fjp $ -->
3
3
 
4
4
   <sect3 id="network-console">
5
5
   <title>Installation Over the Network</title>
71
71
 
72
72
</para><note><para>
73
73
 
 
74
The <command>ssh</command> server in the installer uses a default
 
75
configuration that does not send keep-alive packets. In principle,
 
76
a connection to the system being installed should be kept open
 
77
indefinitely. However, in some situations &mdash; depending on your
 
78
local network setup &mdash; the connection may be lost after some
 
79
period of inactivity. One common case where this can happen is when
 
80
there is some form of Network Address Translation (NAT) somewhere 
 
81
between the client and the system being installed. Depending on at
 
82
which point of the installation the connection was lost, you may or
 
83
may not be able to resume the installation after reconnecting.
 
84
 
 
85
</para><para>
 
86
 
 
87
You may be able to avoid the connection being dropped by adding the option
 
88
<userinput>-o&nbsp;ServerAliveInterval=<replaceable>value</replaceable></userinput>
 
89
when starting the <command>ssh</command> connection, or by adding that
 
90
option in your <command>ssh</command> configuration file. Note however
 
91
that in some cases adding this option may also <emphasis>cause</emphasis>
 
92
a connection to be dropped (for example if keep-alive packets are sent
 
93
during a brief network outage, from which <command>ssh</command> would
 
94
otherwise have recovered), so it should only be used when needed.
 
95
 
 
96
</para></note>
 
97
 
 
98
<note><para>
 
99
 
74
100
If you install several computers in turn and they happen to have the
75
101
same IP address or hostname, <command>ssh</command> will refuse to connect
76
102
to such host. The reason is that it will have different fingerprint, which
77
103
is usually a sign of a spoofing attack. If you are sure this is not the
78
104
case, you will need to delete the relevant line from
79
 
<filename>~/.ssh/known_hosts</filename> and try again.
 
105
<filename>~/.ssh/known_hosts</filename><footnote>
 
106
 
 
107
<para>
 
108
The following command will remove an existing entry for a host:
 
109
<command>ssh-keygen -R &lt;<replaceable>hostname</replaceable>|<replaceable>IP&nbsp;address</replaceable>&gt;</command>.
 
110
</para>
 
111
 
 
112
</footnote> and try again.
80
113
 
81
114
</para></note><para>
82
115