One Laptop acting as MPP: Difference between revisions
Jump to navigation
Jump to search
(+cat +cleanup tag) |
|||
Line 26: | Line 26: | ||
'''Laptop2''' |
'''Laptop2''' |
||
*The file /etc/resolve.conf should have text: |
*The file /etc/resolve.conf should have text: |
||
nameserver {IP_address} |
|||
nameserver {IP_address} |
|||
[[Category:Network]] |
[[Category:Network]] |
Revision as of 18:50, 17 September 2007
Getting into the Configuration
Either
- Go to a location where it occurs naturally. (difficult for this configuration)
- School server.
- One laptop can see both the server and the other laptop. The other laptop can only see the first laptop and not the server.
- Still, must turn on MPP for first laptop.
- Login on a terminal as root.
- Type:
/sbin/chkconfig --level 345 NetworkManagerDispatcher on /sbin/service NetworkManagerDispatcher start
- Force the laptops into it manually.
- Turn on MPP for one laptop.
- Create file /etc/NetworkManager/mesh-start on second laptop
- w/ text:
- xo-mpp
- Reboot the laptop.
Checking that laptops are in the MPP Configuration
Laptop 1
- The file /etc/resolve.conf should have text:
search {NAME_Server} 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:
nameserver {IP_address} nameserver {IP_address}