blob: c2d36788cd74928591182bcee5c601480b820894 [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
jjako72fb5ab2003-01-28 16:15:54 +000047# TAG: ipup
48# Script executed after network interface has been brought up.
49# Executed with the following parameters: <devicename> <ip address>
50#ipup /etc/ggsn/ip-up
51
52# TAG: ipdown
53# Script executed after network interface has been taken down.
54# Executed with the following parameters: <devicename> <ip address>
55#ipdown /etc/ggsn/ip-down
56
jjako52c24142002-12-16 13:33:51 +000057
58# TAG: timelimit
59# Exit after timelimit seconds.
60# Setting timelimit to zero will cause the program not to exit.
61#timelimit 0
62
63
64# TAG: qos
65# Use of this tag is EXPERIMENTAL
66# Requested Quality of Service used when run in client mode.
67# 3 bytes corresponding to ????
68#qos 0x0b921f
69
70# TAG: apn
71# Use of this tag is EXPERIMENTAL
72# Access point name to connect to when run in client mode.
73#apn internet
74
75
76
77
78
79