Connected to AP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (unblanked) |
||
(4 intermediate revisions by 4 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 AP 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: |
||
#:: <tt>search AP_Name</tt> |
|||
#:: <tt>nameserver IP address</tt> |
|||
#:: <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
- Go to a location where it occurs naturally.
- No School server.
- Force the laptops into it manually.
- Go to the mesh view, and connect to an AP.
- 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)
- w/ text:
- infra
- Reboot the laptop.
- 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
- The file /etc/resolve.conf should have the text:
- search AP_Name
- nameserver IP address
- nameserver IP address
- The laptop should have a good IP address: other checks
- Type ifconfig in a terminal.
- Second line of eth0 has the address.
- If it starts with 18.xx.yy.zz, or 172.xx.yy.zz it is good. (169.xx.yy.zz is bad)
- The second line of msh0 should have a bad IP address.
- 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.
- 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.