blob: ad2dcd66c5f2c5b7d2246c26df710d5f71a448a4 [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001##############################################################################
2#
3# Sample ggsn configuration file
4#
5##############################################################################
6
7# TAG: fg
8# Include this flag if process is to run in the foreground
9#
10fg
11
12# TAG: debug
13# Include this flag to include debug information.
14#debug
15
16
17# TAG: conf
18# Configuration file to use. This file is the configuration file,
19# so changing this parameter in the configuration file does not make
20# sense. Use it on the command line instead.
21
22# TAG: pidfile
23# File to store information about the process id of the program.
24# The program must have write access to this file/directory.
25#pidfile /var/run/ggsn.pid
26
27# TAG: statedir
28# Directory to use for nonvolatile storage.
29# The program must have write access to this directory.
30#pidfile /var/lib/ggsn/
31
32
33# TAG: listen
34# Specifies the local IP address to listen to
35listen 10.0.0.240
36
37# TAG: net
38# IP network address of external packet data network
39# Used to allocate dynamic IP addresses and set up routing.
40#net 192.168.0.0
41
42# TAG: mask
43# IP network mask of external packet data network
44# Used to allocate dynamic IP addresses and set up routing.
45#mask 255.255.255.0
46
47
48# TAG: timelimit
49# Exit after timelimit seconds.
50# Setting timelimit to zero will cause the program not to exit.
51#timelimit 0
52
53
54# TAG: qos
55# Use of this tag is EXPERIMENTAL
56# Requested Quality of Service used when run in client mode.
57# 3 bytes corresponding to ????
58#qos 0x0b921f
59
60# TAG: apn
61# Use of this tag is EXPERIMENTAL
62# Access point name to connect to when run in client mode.
63#apn internet
64
65
66
67
68
69