Wifi Connectivity: Difference between revisions
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
With 802.11b or 802.11g, use channel 1, 6 or 11 in the US or Canada. Use of any other channels will degrade your own wireless signal and that of others. |
With 802.11b or 802.11g, use channel 1, 6 or 11 in the US or Canada. Use of any other channels will degrade your own wireless signal and that of others. |
||
Therefore, the [[mesh networking]] and ad-hoc network between XO laptops is designed to work with channels 1, 6 or 11. |
|||
=== Security === |
=== Security === |
||
Set up the access point for WPA2 security. |
|||
====What is the difference between a key and a passphrase?==== |
|||
Do not use WEP, it is not secure. |
|||
When you try to connect to a secured (encrypted) network your XO has to send an encryption key to the access point. This key is derived from the passphrase you chose when you configured your access point (and also from the ESSID, if you are using WPA). |
|||
⚫ | |||
So, the passphase is the long password that is relatively easy to remember while the key looks like a random sequence of characters. The length of the key varies depending on the type of security and it is usually represented in its Hex form, meaning that it will be formed by a sequence of digits and letters from A to F. |
|||
⚫ | |||
With WEP, the conversion from passphrase to key is not standardized and therefore is different on various companies' access points. Also, the WEP example below is only for 104/128 bit WEP. It will not work on 40/56 bit WEP. For these and other reasons, use WPA if you can. |
|||
However, the measure is only effective against naive users, because MAC addresses can be changed. |
|||
Here is one example, for WEP: |
|||
* Key length: 128 bits |
|||
* PassPhrase: MyPassPhrase |
|||
* Resuting Hex Key (26 characters long): 381E966F1EAE4140F83D30C201 |
|||
* Converted using: http://www.corecoding.com/utilities/wep2hex.php |
|||
Here is another example, for WPA-PSK: |
|||
* Key length: 256 bits |
|||
* PassPhrase: MyPassPhrase |
|||
* ESSID: MyEssid |
|||
* Resulting key (64 characters long): c3044f3fbd077e236d12f0b1f9d7761e0e6de266783d843d76edf1da3131bff6 |
|||
* Converted using: http://www.xs4all.nl/~rjoris/wpapsk.html |
|||
==== WEP Security ==== |
|||
WEP Security is built in to the XO. |
|||
If you have a WEP pre-shared key, it can be set within the [[Terminal Activity]]: |
|||
su -l |
|||
/sbin/iwconfig eth0 key 381E966F1EAE4140F83D30C201 |
|||
exit |
|||
* <tt>/sbin/iwconfig</tt> sets the WEP key in the XO to match your WAP (of course, substitute your WEP pre-shared key for the 381E966F1EAE4140F83D30C201 in the above example). |
|||
==== WPA Security ==== |
|||
WPA security requires [[WPA Manual Setting| extra steps.]] |
|||
The XO is known to be unable to connect to certain Access Points when those networks are configured with WPA security. It is unfortunately not possible to classify such access points without detailed technical diagnosis on a case-by-case basis. See <trac>7825</trac> for the technical details. If you are unable to connect to your WPA access point, you may consider switching to WPA2 (RSN) which is not affected by this flaw. |
|||
⚫ | |||
⚫ | |||
The [[ifconfig#MAC Address|MAC address]] for the XO is displayed using the [[Linux]] command [[ifconfig]]. |
The [[ifconfig#MAC Address|MAC address]] for the XO is displayed using the [[Linux]] command [[ifconfig]]. |
||
Note: You will find [[ifconfig]] in the /sbin directory, which is not in the default path. Type /sbin/ifconfig |
|||
== See also == |
== See also == |
Latest revision as of 01:26, 28 June 2014
Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]
- Comment : there's some whitespace here:
rect 135 205 345 408 Other support
- maybe desc none is better. testing.
desc none
</imagemap>If you want to connect to the internet, and you are using Sugar, see Connecting to the Internet page at the Sugar Labs Wiki.
See also Give Me the Internet, Please for 8.2.0.
Troubleshooting Guide
The Wifi Troubleshooting Guide provides a step by step checklist to review prior to contacting Technical Support.
Overview
XO laptops were designed for children in developing nations, where it was faster and less expensive to introduce wireless networks rather than traditional cabled infrastructure. The XO laptop was designed to use these networks, or to connect with other XO laptops using a mesh network or an ad-hoc network.
Setting up a Wireless Network
When setting up a wireless network for XO laptops, configure access points as follows:
- use a single channel, not "Automatic",
- it is generally best to choose channels Channels are 1, 6, and 11, to ensure interference between networks is kept to a minimum,
- if available, the wireless network mode should be "Mixed" or "Wireless-G", not "Disabled" or "Other",
- if Wireless MAC Filtering is enabled, the MAC address for the XO laptops must be entered,
Channel
With 802.11b or 802.11g, use channel 1, 6 or 11 in the US or Canada. Use of any other channels will degrade your own wireless signal and that of others.
Therefore, the mesh networking and ad-hoc network between XO laptops is designed to work with channels 1, 6 or 11.
Security
Set up the access point for WPA2 security.
Do not use WEP, it is not secure.
MAC Filtering
Wireless MAC filtering is a security measure that restricts access to the access by MAC address. Every XO has a unique address assigned at the time of manufacture.
However, the measure is only effective against naive users, because MAC addresses can be changed.
The MAC address for the XO is displayed using the Linux command ifconfig.