Codebase list gnome-user-docs / 99d38f6
Stub outdated net-wireless-edit-connection Ekaterina Gerasimova 10 years ago
3 changed file(s) with 164 addition(s) and 164 deletion(s). Raw diff Collapse all Expand all
+0
-163
gnome-help/C/net-wireless-edit-connection.page less more
0 <page xmlns="http://projectmallard.org/1.0/"
1 xmlns:its="http://www.w3.org/2005/11/its"
2 type="topic" style="ui"
3 id="net-editcon">
4
5 <info>
6 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xlink:type="simple" xlink:href="gnome-help.its"/>
9
10 <link type="guide" xref="net-wireless" group="first"/>
11
12 <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
13
14 <credit type="author">
15 <name>Shaun McCance</name>
16 <email its:translate="no">shaunm@gnome.org</email>
17 </credit>
18 <credit type="author">
19 <name>Phil Bull</name>
20 <email its:translate="no">philbull@gmail.com</email>
21 </credit>
22
23 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
24
25 <desc>Learn what the options on the wireless connection editing screen mean.</desc>
26 </info>
27
28 <title>Edit a wireless connection</title>
29
30 <comment>
31 <p>This topic needs significant revision to be comprehensive. A number of settings remain undocumented.</p>
32 </comment>
33
34 <p>This topic describes all of the options that are available when you edit
35 a wireless network connection. To edit a connection, select it in the
36 <gui>Network</gui> settings, then click <gui>Options</gui>.</p>
37
38 <note>
39 <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>
40 </note>
41
42 <section id="available">
43 <title>Available to all users / Connect automatically</title>
44 <terms>
45 <item>
46 <title><gui>Connect automatically</gui></title>
47 <p>Check this option if you would like the computer to try to connect to this wireless network whenever it is in range.</p>
48 <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>Wireless</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>
49 </item>
50
51 <item>
52 <title><gui>Available to all users</gui></title>
53 <p>Check this if you would like all of the 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>
54 <p>If this is checked, you need to be an
55 <link xref="user-admin-explain">administrator</link> to change any of the
56 settings for this network. You may be asked to enter your administrator
57 password.</p>
58 </item>
59 </terms>
60
61 </section>
62
63 <section id="wireless">
64 <title>Wireless</title>
65 <terms>
66 <item>
67 <title><gui>SSID</gui></title>
68 <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>
69 </item>
70
71 <item>
72 <title><gui>Mode</gui></title>
73 <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-adhoc">set-up your own ad-hoc network</link> though.</p>
74 <p>If you choose <gui>Ad-hoc</gui>, you will see two other options, <gui>Band</gui> and <gui>Channel</gui>. These determine which wireless frequency band the ad-hoc wireless 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>
75 </item>
76
77 <item>
78 <title><gui>BSSID</gui></title>
79 <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 wireless 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>
80 </item>
81
82 <item>
83 <title><gui>Device MAC address</gui></title>
84 <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>
85 <p>This option can be used to change the MAC address of your network card.</p>
86 </item>
87
88 <item>
89 <title><gui>Cloned MAC address</gui></title>
90 <p>Your network hardware (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>
91 </item>
92
93 <item>
94 <title><gui>MTU</gui></title>
95 <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>
96 </item>
97
98 </terms>
99 </section>
100
101 <section id="security">
102 <title>Wireless Security</title>
103 <terms>
104 <item>
105 <title><gui>Security</gui></title>
106 <p>This defines what sort of <em>encryption</em> your wireless network uses. Encrypted connections help protect your wireless connection from being intercepted, so other people can't "listen in" and see what websites you're visiting and so on.</p>
107 <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 wireless encryption.</p>
108 </item>
109 </terms>
110 </section>
111
112 <section id="ipv4">
113 <title>IPv4 Settings</title>
114
115 <comment>
116 <cite>shaunm</cite>
117 <p>There's also Shared to other computers</p>
118 <p>Then there's addresses and dns servers and ipv4 addressing routes.</p>
119 <p>All current info correct, but incomplete</p>
120 </comment>
121
122 <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>
123 <p>The following methods are available:</p>
124 <terms>
125 <item>
126 <title><gui>Automatic (DHCP)</gui></title>
127 <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>
128 </item>
129
130 <item>
131 <title><gui>Automatic (DHCP) addresses only</gui></title>
132 <p>If you choose this setting, 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>
133 </item>
134
135 <item>
136 <title><gui>Manual</gui></title>
137 <p>Choose this option if you would like to define all of the network settings yourself, including which IP address the computer should use.</p>
138 </item>
139
140 <item>
141 <title><gui>Link-Local Only</gui></title>
142 <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>
143 </item>
144
145 <item>
146 <title><gui>Disabled</gui></title>
147 <p>This option will disable the network connection and prevent you from connecting to 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>
148 </item>
149
150 </terms>
151 </section>
152
153 <section id="ipv6">
154 <title>IPv6 Settings</title>
155 <comment>
156 <cite>shaunm</cite>
157 <p>The list of methods is a bit different</p>
158 </comment>
159 <p>This is similar to the <gui>IPv4</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>
160 </section>
161
162 </page>
0 <page xmlns="http://projectmallard.org/1.0/"
1 xmlns:its="http://www.w3.org/2005/11/its"
2 type="topic" style="ui"
3 id="net-editcon">
4
5 <info>
6 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xlink:type="simple" xlink:href="gnome-help.its"/>
9
10 <link type="guide" xref="net-wireless" group="first"/>
11
12 <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
13 <revision pkgversion="3.10" date="2013-11-11" status="outdated"/>
14
15 <credit type="author">
16 <name>Shaun McCance</name>
17 <email its:translate="no">shaunm@gnome.org</email>
18 </credit>
19 <credit type="author">
20 <name>Phil Bull</name>
21 <email its:translate="no">philbull@gmail.com</email>
22 </credit>
23
24 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
25
26 <desc>Learn what the options on the wireless connection editing screen mean.</desc>
27 </info>
28
29 <title>Edit a wireless connection</title>
30
31 <comment>
32 <p>This topic needs significant revision to be comprehensive. A number of settings remain undocumented.</p>
33 </comment>
34
35 <p>This topic describes all of the options that are available when you edit
36 a wireless network connection. To edit a connection, select it in the
37 <gui>Network</gui> settings, then click <gui>Options</gui>.</p>
38
39 <note>
40 <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>
41 </note>
42
43 <section id="available">
44 <title>Available to all users / Connect automatically</title>
45 <terms>
46 <item>
47 <title><gui>Connect automatically</gui></title>
48 <p>Check this option if you would like the computer to try to connect to this wireless network whenever it is in range.</p>
49 <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>Wireless</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>
50 </item>
51
52 <item>
53 <title><gui>Available to all users</gui></title>
54 <p>Check this if you would like all of the 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>
55 <p>If this is checked, you need to be an
56 <link xref="user-admin-explain">administrator</link> to change any of the
57 settings for this network. You may be asked to enter your administrator
58 password.</p>
59 </item>
60 </terms>
61
62 </section>
63
64 <section id="wireless">
65 <title>Wireless</title>
66 <terms>
67 <item>
68 <title><gui>SSID</gui></title>
69 <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>
70 </item>
71
72 <item>
73 <title><gui>Mode</gui></title>
74 <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-adhoc">set-up your own ad-hoc network</link> though.</p>
75 <p>If you choose <gui>Ad-hoc</gui>, you will see two other options, <gui>Band</gui> and <gui>Channel</gui>. These determine which wireless frequency band the ad-hoc wireless 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>
76 </item>
77
78 <item>
79 <title><gui>BSSID</gui></title>
80 <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 wireless 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>
81 </item>
82
83 <item>
84 <title><gui>Device MAC address</gui></title>
85 <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>
86 <p>This option can be used to change the MAC address of your network card.</p>
87 </item>
88
89 <item>
90 <title><gui>Cloned MAC address</gui></title>
91 <p>Your network hardware (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>
92 </item>
93
94 <item>
95 <title><gui>MTU</gui></title>
96 <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>
97 </item>
98
99 </terms>
100 </section>
101
102 <section id="security">
103 <title>Wireless Security</title>
104 <terms>
105 <item>
106 <title><gui>Security</gui></title>
107 <p>This defines what sort of <em>encryption</em> your wireless network uses. Encrypted connections help protect your wireless connection from being intercepted, so other people can't "listen in" and see what websites you're visiting and so on.</p>
108 <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 wireless encryption.</p>
109 </item>
110 </terms>
111 </section>
112
113 <section id="ipv4">
114 <title>IPv4 Settings</title>
115
116 <comment>
117 <cite>shaunm</cite>
118 <p>There's also Shared to other computers</p>
119 <p>Then there's addresses and dns servers and ipv4 addressing routes.</p>
120 <p>All current info correct, but incomplete</p>
121 </comment>
122
123 <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>
124 <p>The following methods are available:</p>
125 <terms>
126 <item>
127 <title><gui>Automatic (DHCP)</gui></title>
128 <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>
129 </item>
130
131 <item>
132 <title><gui>Automatic (DHCP) addresses only</gui></title>
133 <p>If you choose this setting, 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>
134 </item>
135
136 <item>
137 <title><gui>Manual</gui></title>
138 <p>Choose this option if you would like to define all of the network settings yourself, including which IP address the computer should use.</p>
139 </item>
140
141 <item>
142 <title><gui>Link-Local Only</gui></title>
143 <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>
144 </item>
145
146 <item>
147 <title><gui>Disabled</gui></title>
148 <p>This option will disable the network connection and prevent you from connecting to 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>
149 </item>
150
151 </terms>
152 </section>
153
154 <section id="ipv6">
155 <title>IPv6 Settings</title>
156 <comment>
157 <cite>shaunm</cite>
158 <p>The list of methods is a bit different</p>
159 </comment>
160 <p>This is similar to the <gui>IPv4</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>
161 </section>
162
163 </page>
288288 net-wireless-airplane.page \
289289 net-wireless-connect.page \
290290 net-wireless-disconnecting.page \
291 net-wireless-edit-connection.page \
292291 net-wireless-find.page \
293292 net-wireless-hidden.page \
294293 net-wireless-noconnection.page \