One Laptop acting as MPP: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
===Checking that laptops are in the MPP Configuration===
===Checking that laptops are in the MPP Configuration===
'''Laptop 1'''
'''Laptop 1'''
*The file /etc/resolve.conf should have text:
*The file /etc/resolve.conf should have text like:
search {NAME_Server}
search {domainname}
nameserver {IP_address}
nameserver {IP_address}
*The laptop should have a good IP address
*The laptop should have a good IP address
Line 25: Line 25:
**Alternatively: Laptop should be able to browse the internet.
**Alternatively: Laptop should be able to browse the internet.
'''Laptop2'''
'''Laptop2'''
*The file /etc/resolve.conf should have text:
*The file /etc/resolve.conf should have text with at least one line of:
nameserver {IP_address}
nameserver {IP_address}
nameserver {IP_address}

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

Revision as of 23:41, 8 October 2007

Getting into the Configuration

Either

  1. Go to a location where it occurs naturally. (difficult for this configuration)
    1. School server.
    2. One laptop can see both the server and the other laptop. The other laptop can only see the first laptop and not the server.
    3. Still, must turn on MPP for first laptop.
      1. Login on a terminal as root.
      2. Type:
          /sbin/chkconfig --level 345 NetworkManagerDispatcher on
          /sbin/service NetworkManagerDispatcher start
  1. Force the laptops into it manually.
    1. Turn on MPP for one laptop.
    2. Create file /etc/NetworkManager/mesh-start on second laptop
    3. w/ text:
      • xo-mpp
    4. Reboot the laptop.

Checking that laptops are in the MPP Configuration

Laptop 1

  • The file /etc/resolve.conf should have text like:
     search {domainname}
     nameserver {IP_address}
  • The laptop should have a good IP address
    • Starts with 172, 18, ect. (169 is an example of a bad address)
    • Alternatively: Laptop should be able to browse the internet.

Laptop2

  • The file /etc/resolve.conf should have text with at least one line of:
     nameserver {IP_address}