Network Configurations: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
===Questions===
===Introduction===


An XO can connect to its neighborhood using different configurations and topologies. They are prioritized in terms of connectivity and robustness as
*Is the XO connected to [[Under_a_Tree|Link-local]] or a mesh?
*School Server Mesh
*Is it connected to an [[One_Laptop_acting_as_MPP|MPP]]?
*Access Point
*Is it connected to the internet?
*Mesh Portal Point
*Is it connected to a jabber server?
*Link Local
*What is the ip?
The Network Manager will try to connect to the best available configuration according to priority. The configurations will be attempted one by one from top to bottom for all available channels, until eventually one is successfully established. To skip some steps in this procedure, and force a specific configuration you must create and/or edit <code>/etc/NetworkManager/mesh-start</code> with
*school-mpp
*infra
*xo-mpp
*local


===Layer 2===
===School server mesh===


[[Image:Schoolserver.PNG|right]]
The wireless configuration of the network can be examined using the <code>iwconfig eth0</code> command. We get MAC layer information such as
A school server mesh refers to connecting to a mesh network, which also includes a School Server. This is mesh point, which also acts an internet gateway.
#ESSID
#*olpc-mesh : Indicates a mesh with or without internet connectivity
#Mode
#*Managed : It is an Access Point(AP) configuration
#*Ad-hoc : It is a mesh configuration(no infrastracture)
#Frequency
#*2.412 : Channel 1
#*2.437 : Channel 6
#*2.462 : Channel 11
#*Channels 1,6, 11 can be used to join a Link-local mesh
#*Channels 1, 6, 11 can also be a Schoolserver mesh (ch 1 is almost always on at OLPC offices)
#*At OLPC offices, '802.11 Media lab' AP operates on Channels 6 and 11
#Cell/AP Mac
#*Access Point : The AP's MAC
#*Cell : A virtual 02:xx:xx:... MAC address assigned by the some mesh points. It indicates mesh configuration


===See also [[:Category:Network]]===
* [[Network Resources]]
* [[Path Discovery Mechanism]]
* [[Networking scenarios]]
* [[Test Network Configuration]]
* [[Wifi connectivity]]


[[category:Network]]
[[category:Network]]

Latest revision as of 02:20, 2 September 2009

Introduction

An XO can connect to its neighborhood using different configurations and topologies. They are prioritized in terms of connectivity and robustness as

  • School Server Mesh
  • Access Point
  • Mesh Portal Point
  • Link Local

The Network Manager will try to connect to the best available configuration according to priority. The configurations will be attempted one by one from top to bottom for all available channels, until eventually one is successfully established. To skip some steps in this procedure, and force a specific configuration you must create and/or edit /etc/NetworkManager/mesh-start with

  • school-mpp
  • infra
  • xo-mpp
  • local

School server mesh

Schoolserver.PNG

A school server mesh refers to connecting to a mesh network, which also includes a School Server. This is mesh point, which also acts an internet gateway.

See also Category:Network