Connected to AP: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: ===Getting into the Configuration=== '''Either''' #Go to a location where it occurs naturally. ##No School server. #Force the laptops into it manually. ##Go to the mesh view, and connect t...)
 
m (unblanked)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
===Getting into the Configuration===
===Getting into the Configuration===
'''Either'''
'''Either'''
#Go to a location where it occurs naturally.
# Go to a location where it occurs naturally.
##No School server.
## No [[School server]].
#Force the laptops into it manually.
# Force the laptops into it manually.
##Go to the mesh view, and connect to an AP.
## Go to the mesh view, and connect to an AP.
##Go to the root menu in one of the terminals
## Go to the root menu in one of the terminals
##Create/Edit file /etc/NetworkManager/mesh-start on all laptops (tests should be done with at least 2 XO's and preferably 3)
## Create/Edit file <tt>/etc/NetworkManager/mesh-start</tt> on all laptops (tests should be done with at least 2 XO's and preferably 3)
##w/ text:
## w/ text:
infra
##* <tt>infra</tt>
##Reboot the laptop.
## Reboot the laptop.
##The laptops will try to connect to the latest AP they were connected to each time they boot.
## The laptops will try to connect to the latest AP they were connected to each time they boot.


===Checking that laptops are in the local Configuration===
===Checking that laptops are in the AP Configuration===
#The file /etc/resolve.conf should have the text:
# The file <tt>/etc/resolve.conf</tt> should have the text:
search AP_Name
#:: <tt>search AP_Name</tt>
nameserver IP address
#:: <tt>nameserver IP address</tt>
nameserver IP address
#:: <tt>nameserver IP address</tt>
#The laptop should have a good IP address: other checks
# The laptop should have a good IP address: other checks
##Type ifconfig in a terminal.
## Type <tt>ifconfig</tt> in a terminal.
##Second line of eth0 has the address.
## Second line of <tt>eth0</tt> has the address.
##If it starts with 18, or 172 it is good. (169 is bad)
## If it starts with <tt>18.xx.yy.zz</tt>, or <tt>172.xx.yy.zz</tt> it is good. (<tt>169.xx.yy.zz</tt> is bad)
##The second line of msh0 should have a bad IP address.
## The second line of <tt>msh0</tt> should have a bad IP address.
##Alternatively: the laptop should be able to browse the internet.
## Alternatively: the laptop should be able to browse the internet.
#The laptop should only see other XO's, which are nearby, in the mesh view.
# The laptop should only see other XO's, which are nearby, in the mesh view.
#*in the future: should only see nearby laptops also connected to the same AP, and not those connected to another AP, local mesh, or School server.
#* in the future: should only see nearby laptops also connected to the same AP, and not those [[Connected to AP|connected to another AP]], local mesh, or [[School server]].

[[Category:Network]]
[[Category:HowTo]]

Latest revision as of 23:46, 13 June 2008

Getting into the Configuration

Either

  1. Go to a location where it occurs naturally.
    1. No School server.
  2. Force the laptops into it manually.
    1. Go to the mesh view, and connect to an AP.
    2. Go to the root menu in one of the terminals
    3. Create/Edit file /etc/NetworkManager/mesh-start on all laptops (tests should be done with at least 2 XO's and preferably 3)
    4. w/ text:
      • infra
    5. Reboot the laptop.
    6. The laptops will try to connect to the latest AP they were connected to each time they boot.

Checking that laptops are in the AP Configuration

  1. The file /etc/resolve.conf should have the text:
    search AP_Name
    nameserver IP address
    nameserver IP address
  2. The laptop should have a good IP address: other checks
    1. Type ifconfig in a terminal.
    2. Second line of eth0 has the address.
    3. If it starts with 18.xx.yy.zz, or 172.xx.yy.zz it is good. (169.xx.yy.zz is bad)
    4. The second line of msh0 should have a bad IP address.
    5. Alternatively: the laptop should be able to browse the internet.
  3. The laptop should only see other XO's, which are nearby, in the mesh view.