Network Resources: Difference between revisions
Jump to navigation
Jump to search
m (AAAAAA moved to Network Resources over redirect: revert) |
(#REDIRECT User:Walter) |
||
Line 1: | Line 1: | ||
#REDIRECT [[User:Walter]] |
|||
===Network tools/scripts=== |
|||
[http://wiki.laptop.org/images/b/b6/Olpc-netstatus.tar.gz olpc-netstatus] # Collects/Displays useful data regarding the Network configuration. |
|||
# It determines whether the XO is connected to |
|||
# Simple Mesh, School Mesh, Simple Wifi, School Wifi, or MPP. |
|||
# It requires [http://wiki.laptop.org/images/5/5f/Sugar-telepathies.tar.gz sugar-telepathies] and [http://wiki.laptop.org/images/0/0d/Sugar-xos.tar.gz sugar-xos] |
|||
# to get the number of XOs seen in the mesh view, |
|||
# and to list the active Telepathies with their status. |
|||
$olpc-netstatus |
|||
Model : C2 |
|||
Serial : CSN74400049 |
|||
MAC : 00:17:C4:0C:CD:11 |
|||
Build : update.1 703 |
|||
Firmware : CL1 Q2D14 Q2D |
|||
Libertas : 5.110.22.p1 |
|||
Nick : W03 |
|||
Uptime : 01:12:06 |
|||
IP eth0 : 172.18.0.250 |
|||
IP msh0 : 169.254.5.77 |
|||
DNS : 172.18.0.1 |
|||
Telepathy : gabble |
|||
Jabber : schoolserver.laptop.org |
|||
XOs : 4 |
|||
Essid : zoom50 |
|||
Channel : 11 |
|||
School : schoolserver.laptop.org |
|||
Config : School Wifi |
|||
[http://wiki.laptop.org/images/e/e5/Olpc-log.tar.gz olpc-log] # It collects all useful logs, files, command outputs |
|||
# and saves them in a S/N defined and timestamped tarball |
|||
# It gets the output of almost all scripts in the olpc-utils [http://wiki.laptop.org/images/f/f0/Olpc-utils.tar.gz package] |
|||
# For a list of collected logs try |
|||
# olpc-log --help |
|||
[http://wiki.laptop.org/images/1/1d/Olpc-connections.tar.gz olpc-connections] # Tracks all changes in msh0 and eth0 IP, |
|||
# resolv.conf, Telepathy status, Jabber connection and number of XOs in mesh view. |
|||
# It can give a readable view of how the network behaves over a period of time. |
|||
# It uses [http://wiki.laptop.org/images/5/5f/Sugar-telepathies.tar.gz sugar-telepathies] and [http://wiki.laptop.org/images/0/0d/Sugar-xos.tar.gz sugar-xos] |
|||
$olpc-connections |
|||
| msh0 | eth0 | dns |salut|gabbl| jabber | xos |
|||
22:32:30 | 172.18.10.214 | | 172.18.0.1 | on | | | 20 |
|||
22:41:53 | 172.18.10.214 | | 172.18.0.1 | on | | | 1 |
|||
22:42:02 | | 18.85.18.254 | 18.85.2.138 | | on | 18.85.46.29 | 3 |
|||
22:42:07 | 169.254.5.77 | 18.85.18.254 | 18.85.2.138 | | on | 18.85.46.29 | 3 |
|||
... |
|||
[http://wiki.laptop.org/images/7/7e/Olpc-mesh.tar.gz olpc-mesh] # Collects the data from the fwt_list iwpriv commands |
|||
# and displays the forwarding tables in a readable manner. |
|||
# You may also use a MAC addess list to substitute each MAC with the correspindg Nick |
|||
# You may create this list from the neighbor XOs using |
|||
# olpc-xos mac > TABLE |
|||
$olpc-mesh -t TABLE |
|||
DA RA ok cost dir rate hop ttl exp(min) snr precursor |
|||
1 00:17:c4:05:23:04 00:17:c4:0d:07:46 1 90 0 0 3 2 1683 53 00:17:c4:02:30:f9 |
|||
2 W07 00:17:c4:0d:37:f5 1 77 0 0 2 3 1569 80 |
|||
3 W97 W07 1 90 0 0 3 2 1687 31 |
|||
4 00:17:c4:05:27:18 00:17:c4:0d:37:f5 1 123 0 0 3 2 1665 53 |
|||
... |
|||
[http://wiki.laptop.org/images/0/06/Olpc-xos.tar.gz olpc-xos] # Displays the list of the neighbor XOs. |
|||
# You may collect the XOs seen by sugar or Avahi. |
|||
# You may have run the script continously with -c. |
|||
# It will continuously scan for changes in the list, and display when a change is detected. |
|||
$olpc-xos avahi |
|||
Time : 01:18:46 |
|||
Total : 14 |
|||
Failed : 1 |
|||
Failed:'7188b385@xo-0D-07-46' |
|||
b1735675@xo-0C-DA-B0 172.18.0.246 W07 |
|||
7188b385@xo-0D-07-46 169.254.3.65 x07 |
|||
... |
|||
[http://wiki.laptop.org/images/5/5f/Sugar-telepathies.tar.gz sugar-telepathies] # These are used as libraries from the other scripts |
|||
[http://wiki.laptop.org/images/0/0d/Sugar-xos.tar.gz sugar-xos] # to display the DBus XOs, and active Telepathies |
|||
The above scripts are all included in this [http://wiki.laptop.org/images/f/f0/Olpc-utils.tar.gz package] |
|||
[http://wiki.laptop.org/images/a/a9/Actionkey.tar.gz Action USB key] # It is a bootable USB key that you may use to |
|||
# customize your image, collect data, and have commands to run at boot. |
|||
# More info in the README |
|||
[http://wiki.laptop.org/images/c/ce/Cloakedschool.tar.gz Cloaked School] # This script helps the XOs associate to a |
|||
# School Wifi configuration equipped with a cloaked AP, and in the NYC deployment. |
|||
# At boot it checks whether the AP is available, and switches between Home and School mode. |
|||
# In School mode, it disables NM, and associates to the AP manually. |
|||
# The XO will still be able to collaborate if a Jabber server is available. |
|||
===Bugs=== |
|||
[[OLPC_Update.1_Software_Release_Notes|Update.1 Release Notes]] |
|||
[[Wireless Driver Required Changes]] |
|||
===Tests=== |
|||
[[Collaboration Network Testbed]] |
|||
[[Collab Network Test Laptops|Peabody Laptops]] |
|||
[[Collab Network Simple Wifi Tests|Peabody Simple Wifi Tests]] |
|||
[[Collab Network School Wifi Tests|Peabody School Wifi Tests]] |
|||
[[Collab Network_Simple_Mesh_Tests|Peabody Simple Mesh Tests]] |
|||
[[Collab Network School Mesh Tests|Peabody School Mesh Tests]] |
|||
===General Network Info=== |
|||
[[Test Network Configuration]] |
|||
[[Networking scenarios]] |
|||
[[Schoolserver Testing]] |
|||
[[XS Configuration Management]] |
|||
[[Cerebro]] |
|||
[[Test_Config_Notes#Turn_on_MPP_Capability|Turn on MPP Capability]] |
|||
[[Test_Config_Notes#Testing_of_Different_Connection_Configurations|Testing of Different Connection Configurations]] |
|||
[[Test_Config_Notes#Modify_the_Mesh_Discovery_Sequence|Modify the Mesh Discovery Sequence]] |
|||
===Mesh Technical Data=== |
|||
[[Path_Discovery_Mechanism|Path Discovery Mechanism]] |
|||
[[Mesh_Forwarding_Table|Mesh Forwarding Table]] |
|||
[[Wireless_Driver_README|Wireless Driver Readme]] |
|||
[[Mesh_Network_Details|Mesh Network Details]] |
|||
[[Mesh_Network_FAQ|Mesh Network FAQ]] |
|||
[[Wireless]] |
|||
[[Establishing_a_Mesh_Portal|Establishing a Mesh Portal]] |
|||
[http://www.cozybit.com/projects/mpp-utils Cozybit's MPP Utils] |
|||
[[Category:Network]] |
|||
[[Category:OLPC FAQ]] |
Revision as of 18:03, 26 November 2009
Redirect to: