Remove __sun__ code that is unmaintained
[openggsn.git] / examples / ggsn.conf
blob6dcfe4485a8e84e65083d5e3bc0d880048a762e4
1 ##############################################################################
3 # Sample ggsn configuration file
5 ##############################################################################
7 # TAG: fg
8 # Include this flag if process is to run in the foreground
10 #fg
12 # TAG: debug
13 # Include this flag to include debug information.
14 #debug
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.
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
27 # TAG: statedir
28 # Directory to use for nonvolatile storage. 
29 # The program must have write access to this directory.
30 #statedir /var/lib/ggsn/
33 # TAG: listen
34 # Specifies the local IP address to listen to
35 #listen 10.0.0.240
37 # TAG: net
38 # IP network address of external packet data network
39 # Used to set up network interface.
40 #net 192.168.0.0/24
42 # 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
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
52 # TAG: dynip
53 # Dynamic IP address pool.
54 # Used for allocation of dynamic IP address when address is not given
55 # by HLR.
56 # If this option is not given then the net option is used as a substitute.
57 #dynip 192.168.0.0/24
59 # TAG: statip
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
65 # TAG: pcodns1
66 # Protocol configuration option domain name system server 1.
67 #pcodns1 0.0.0.0
69 # TAG: pcodns2
70 # Protocol configuration option domain name system server 2.
71 #pcodns2 0.0.0.0
73 # TAG: timelimit
74 # Exit after timelimit seconds.
75 # Setting timelimit to zero will cause the program not to exit.
76 #timelimit 0
78 # TAG: apn
79 # Use of this tag is EXPERIMENTAL
80 # Access point name to connect to when run in client mode.
81 #apn internet
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
89 # TAG: qos
90 # Enable GTP datapath through Linux kernel driver gtp.ko (since 4.7).
91 #gtp-linux