blob: bbc0f05ece59a98def566da1d4396a5377dc2814 [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#
jjako7be9bd82003-07-06 17:33:03 +000010#fg
jjako52c24142002-12-16 13:33:51 +000011
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.
jjakoa7c33812003-04-11 11:51:39 +000030#statedir /var/lib/ggsn/
jjako52c24142002-12-16 13:33:51 +000031
32
33# TAG: listen
34# Specifies the local IP address to listen to
jjako7be9bd82003-07-06 17:33:03 +000035#listen 10.0.0.240
jjako52c24142002-12-16 13:33:51 +000036
37# TAG: net
38# IP network address of external packet data network
jjakoa7cd2492003-04-11 09:40:12 +000039# Used to set up network interface.
40#net 192.168.0.0/24
jjako52c24142002-12-16 13:33:51 +000041
jjako72fb5ab2003-01-28 16:15:54 +000042# TAG: ipup
43# Script executed after network interface has been brought up.
44# Executed with the following parameters: <devicename> <ip address>
45#ipup /etc/ggsn/ip-up
46
47# TAG: ipdown
48# Script executed after network interface has been taken down.
49# Executed with the following parameters: <devicename> <ip address>
50#ipdown /etc/ggsn/ip-down
51
jjakoa7cd2492003-04-11 09:40:12 +000052# TAG: dynip
53# Dynamic IP address pool.
54# Used for allocation of dynamic IP address when address is not given
jjako7be9bd82003-07-06 17:33:03 +000055# by HLR.
jjakoa7c33812003-04-11 11:51:39 +000056# If this option is not given then the net option is used as a substitute.
jjakoa7cd2492003-04-11 09:40:12 +000057#dynip 192.168.0.0/24
58
59# TAG: statip
60# Use of this tag is currently UNSUPPORTED
61# Static IP address pool.
jjako7be9bd82003-07-06 17:33:03 +000062# Used for allocation of static IP address by means of HLR.
jjakoa7cd2492003-04-11 09:40:12 +000063#statip 192.168.1.0/24
64
65# TAG: pcodns1
66# Protocol configuration option domain name system server 1.
67#pcodns1 0.0.0.0
68
69# TAG: pcodns2
70# Protocol configuration option domain name system server 2.
71#pcodns2 0.0.0.0
jjako52c24142002-12-16 13:33:51 +000072
73# TAG: timelimit
74# Exit after timelimit seconds.
75# Setting timelimit to zero will cause the program not to exit.
76#timelimit 0
77
jjakoa7cd2492003-04-11 09:40:12 +000078# TAG: apn
79# Use of this tag is EXPERIMENTAL
80# Access point name to connect to when run in client mode.
81#apn internet
jjako52c24142002-12-16 13:33:51 +000082
83# TAG: qos
84# Use of this tag is EXPERIMENTAL
85# Requested Quality of Service used when run in client mode.
86# 3 bytes corresponding to ????
87#qos 0x0b921f
88
jjako52c24142002-12-16 13:33:51 +000089
90
91
92