Fixed network setup scripts
[mtetherd] / mtetherd.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH MTETHERD 8 "July 23, 2010"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 mtetherd \- Maemo tethering daemon
20 .SH SYNOPSIS
21 .B start mtetherd
22 .br
23 .B stop mtetherd
24 .SH DESCRIPTION
25 .B mtetherd
26 allows you to use your N900 as an Internet router.
27 Once a USB network or Bluetooth PAN connection is opened to the device,
28 it will automatically configure networking and start a dnsmasq instance
29 that serves DHCP requests and forwards DNS queries.
30 You can also use it to automatically configure network interfaces
31 for development.
32 .SH IP ADDRESSES
33 .SS USB
34 N900: 192.168.253.254
35 .br
36 Host: 192.168.253.1 - 192.168.253.253
37 .SS Bluetooth
38 N900: 192.168.254.254
39 .br
40 Host: 192.168.254.1 - 192.168.254.253
41 .SH AUTHOR
42 mtetherd was written by Gregor Riepl <onitake@gmail.com>.