1 ##############################################################################
3 # Sample ggsn configuration file
5 ##############################################################################
8 # Include this flag if process is to run in the foreground
13 # Include this flag to include debug information.
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.
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
28 # Directory to use for nonvolatile storage.
29 # The program must have write access to this directory.
30 #statedir /var/lib/ggsn/
34 # Specifies the local IP address to listen to
38 # IP network address of external packet data network
39 # Used to set up network interface.
43 # Script executed after network interface has been brought up.
44 # Executed with the following parameters: <devicename> <ip address>
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
53 # Dynamic IP address pool.
54 # Used for allocation of dynamic IP address when address is not given
56 # If this option is not given then the net option is used as a substitute.
60 # Use of this tag is currently UNSUPPORTED
61 # Static IP address pool.
62 # Used for allocation of static IP address by means of HLR.
63 #statip 192.168.1.0/24
66 # Protocol configuration option domain name system server 1.
70 # Protocol configuration option domain name system server 2.
74 # Exit after timelimit seconds.
75 # Setting timelimit to zero will cause the program not to exit.
79 # Use of this tag is EXPERIMENTAL
80 # Access point name to connect to when run in client mode.
84 # Use of this tag is EXPERIMENTAL
85 # Requested Quality of Service used when run in client mode.
86 # 3 bytes corresponding to ????
90 # Enable GTP datapath through Linux kernel driver gtp.ko (since 4.7).