~ubuntu-core-doc/ubuntu-docs/trunk2017-07-10

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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="ui"
      id="net-wireless-edit-connection">
  <info>
    <link type="guide" xref="net-wireless" group="first"/>

    <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
    <revision version="13.10" date="2013-09-15" status="review"/>

    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>

    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>

    <desc>Learn about the Wi-Fi connection settings.</desc>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
    <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"
               xmlns:xlink="http://www.w3.org/1999/xlink"
               xlink:type="simple" xlink:href="gnome-help.its"/>
  </info>

<title>Edit a Wi-Fi connection</title>

<comment>
 <p>This topic needs significant revision to be comprehensive. A number of settings remain undocumented.</p>
</comment>

<p>This topic describes many of the settings that are available when you edit
a Wi-Fi connection. To edit a Wi-Fi connection, click the
<gui>network menu</gui> in the menu bar and select <gui>Edit Connections</gui>, 
then select the connection and click <gui>Edit</gui>.</p>

<note>
 <p>Most networks will work fine if you leave these settings at their defaults, so you probably don't need to change any of them. Many of the options here are provided to give you greater control over more advanced networks.</p>
</note>

<section id="available">
 <title>General</title>
 <terms>
  <item>
   <title><gui>Automatically connect to this network when it is available</gui></title>
   <p>Check this option if you would like the computer to try to connect to this wireless network whenever it is in range.</p>
   <p>If several networks which are set to connect automatically are in range, the computer will connect to the first one shown in the <gui>Wi-Fi</gui> tab
   in the <gui>Network Connections</gui> window. It won't disconnect from one available network to connect to a different one that has just come in range.</p>
  </item>

  <item>
   <title><gui>All users may connect to this network</gui></title>
   <p>Check this option if you would like all users on the computer to have access to this wireless network.
If the network has a <link xref="net-wireless-wepwpa">WEP/WPA password</link> and you have checked this option, you will only need to enter the password once.
All of the other users on your computer will be able to connect to the network without having to know the password themselves.</p>
   <p>If this option is checked, you need to be an <link xref="user-admin-explain">administrator</link> to change any of the settings for this network.
You may be asked to enter your admin password.</p>
  </item>
 </terms>
</section>

<section id="wireless">
 <title>Wi-Fi</title>
 <terms>
  <item>
   <title><gui>SSID</gui></title>
   <p>This is the name of the wireless network you are connecting to, otherwise known as the <em>Service Set Identifier</em>.
Don't change this unless you have changed the name of the wireless network (for example,
by changing the settings of your wireless router or base station).</p>
  </item>

  <item>
   <title><gui>Mode</gui></title>
   <p>Use this to specify whether you are connecting to an <gui>Infrastructure</gui> network
(one where computers wirelessly connect to a central base station or router) or an <gui>Ad-hoc</gui> network
(where there is no base station, and the computers in the network connect to one another). Most networks are
infrastructure ones; you may wish to <link xref="net-wireless-adhoc">set-up your own ad-hoc network</link> though.</p>

   <p>If you choose <gui>Ad-hoc</gui>, you will see two other options, <gui>Band</gui> and <gui>Channel</gui>. These determine which Wi-Fi frequency band
the ad-hoc network will operate on. Some computers are only able to work on certain bands (for example, only <gui>A</gui> or only <gui>B/G</gui>), so you might want to pick a band that all of the computers in the ad-hoc network can use. In busy places, there might be several wireless networks sharing the same channel;
this might slow-down your connection, so you can change which channel you are using too.</p>
  </item>

  <item>
   <title><gui>BSSID</gui></title>
   <p>This is the <em>Basic Service Set Identifier</em>. The SSID (see above) is the name of the network which humans are intended to read; the BSSID is a name which the computer understands (it's a string of letters and numbers that is supposed to be unique to the network). If a <link xref="net-wireless-hidden">network is hidden</link>, it will not have an SSID but it will have a BSSID.</p>
  </item>

  <item>
   <title><gui>Device</gui></title>
   <p>A <link xref="net-macaddress">MAC address</link> is a code which identifies a piece of network hardware (for example, a wireless card, an Ethernet network card or a router). Every device that you can connect to a network has a unique MAC address which was given to it in the factory.</p>
   <p>This option can be used to change the MAC address of your network card.</p>
  </item>

  <item>
   <title><gui>Cloned MAC address</gui></title>
   <p>Your network hardware (in this case a wireless card) can pretend to have a different MAC address. This is useful if you have a device or service which will only communicate with a certain MAC address (for example, a cable broadband modem). If you put that MAC address into the <gui>cloned MAC address</gui> box, the device/service will think that your computer has the cloned MAC address rather than its real one.</p>
  </item>

  <item>
   <title><gui>MTU</gui></title>
   <p>This setting changes the <em>Maximum Transmission Unit</em>, which is the maximum size of a chunk of data that can be sent over the network. When files are sent over a network, data is broken up into small chunks (or packets). The optimal MTU for your network will depend on how likely it is for packets to be lost (due to a noisy connection) and how fast the connection is. In general, you should not need to change this setting.</p>
  </item>

 </terms>
</section>

<section id="security">
 <title>Wi-Fi Security</title>
 <terms>
  <item>
   <title><gui>Security</gui></title>
   <p>This defines what sort of <em>encryption</em> your wireless network uses. Encrypted connections help protect your Wi-Fi connection from being intercepted, so other people can't "listen in" and see what websites you're visiting and so on.</p>
   <p>Some types of encryption are stronger than others, but may not be supported by older wireless networking equipment. You'll normally need to type a password for the connection; more sophisticated types of security may also require a username and a digital "certificate". See <link xref="net-wireless-wepwpa" /> for more information on popular types of Wi-Fi encryption.</p>
  </item>
 </terms>
</section>

<section id="ipv4">
 <title>IPv4 Settings</title>

<comment>
<cite>shaunm</cite>
<p>There's also Shared to other computers</p>
<p>Then there's addresses and dns servers and ipv4 addressing routes.</p>
<p>All current info correct, but incomplete</p>
</comment>

 <p>Use this tab to define information like the IP address of your computer and which DNS servers it should use. Change the <gui>Method</gui> to see different ways of getting/setting that information.</p>
 <p>The following methods are available:</p>
 <terms>
  <item>
   <title><gui>Automatic (DHCP)</gui></title>
   <p>Get information like the IP address and DNS server to use from a <em>DHCP server</em>. A DHCP server is a computer (or other device, like a router) connected to the network which decides which network settings your computer should have - when you first connect to the network, you will automatically be assigned the correct settings. Most networks use DHCP.</p>
  </item>

  <item>
   <title><gui>Automatic (DHCP) addresses only</gui></title>
   <p>If you choose this method, your computer will get its IP address from a DHCP server, but you will have to manually define other details (like which DNS server to use).</p>
  </item>

  <item>
   <title><gui>Manual</gui></title>
   <p>Choose this method if you would like to define all of the network settings yourself, including which IP address the computer should use.</p>
  </item>

  <item>
   <title><gui>Link-Local Only</gui></title>
   <p><em>Link-Local</em> is a way of connecting computers together on a network without requiring a DHCP server or manually defining IP addresses and other information. If you connect to a Link-Local network, the computers on the network will decide amongst themselves which IP addresses to use and so on. This is useful if you want to temporarily connect a few computers together so they communicate with each other.</p>
  </item>

  <item>
   <title><gui>Shared to other computers</gui></title>
   <p>This method will allow other computers to use the connection.</p>
  </item>


  <item>
   <title><gui>Disabled</gui></title>
   <p>This method will disable the network connection and prevent your computer from using it. Note that <gui>IPv4</gui> and <gui>IPv6</gui> are treated as separate connections even though they are for the same network card. If you have one enabled, you may wish to set the other to disabled.</p>
  </item>

 </terms>
</section>

<section id="ipv6">
 <title>IPv6 Settings</title>
<comment>
<cite>shaunm</cite>
<p>The list of methods is a bit different</p>
</comment>
 <p>This is similar to the <gui>IPv4 Settings</gui> tab except it deals with the newer IPv6 standard. Very modern networks use IPv6, but IPv4 is still more popular at the moment.</p>
</section>

</page>