* Split out network related scripts into package grml-network,
[grml-scripts.git] / manpages / grml-router.8
1 .TH grml-router 8
2 .SH "NAME"
3 grml-router \- set up your box as NAT-router
4 .SH SYNOPSIS
5 .B grml-router
6 .RI " start|stop|restart|info "
7 .SH DESCRIPTION
8 This manual page documents briefly the
9 .B grml-router
10 command.
11 .SH USAGE
12 grml-router reads the configuration file /etc/grml/routerconfig and uses the
13 variable OUTDEV for setting the WAN device. If OUTDEV is set to auto, the
14 device with a default route entry is used.
15
16 You have to set up a DNS-server server, or use the DNS-server provided by your
17 provider.
18
19 On the client(s) you have to specify the gateway manually, also specify a
20 nameserver. You can run the following commands on the client:
21
22   route add default gw $IP_ADDRSS_OF_GW
23   echo "nameserver $IP_OF_NAMESERVER" >> /etc/resolv.conf
24
25 .SH SEE ALSO
26 .BR grml-ap (8),
27 .BR grml-bridge (8).
28 .SH AUTHOR
29 grml-router was written by Ulrich Dangel <schula@grml.org> and Michael Prokop <mika@grml.org>.
30 .PP
31 This manual page was written by Michael Prokop
32 <mika@grml.org> for the Debian project (but may be used by others).