Project

General

Profile

Feature #2418 » v6.conf

OpenGGSN config for v6 prefix - laforge, 08/09/2017 08:16 AM

 
1
##############################################################################
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
#
10
fg
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
#statedir /var/lib/ggsn/
31

    
32

    
33
# TAG: listen
34
# Specifies the local IP address to listen to
35
listen 127.0.0.6
36

    
37
# TAG: net
38
# IP network address of external packet data network
39
# Used to set up network interface.
40
net 2001:780:44:2000:0:0:0:0/56
41

    
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
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

    
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
58

    
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
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
72

    
73
# TAG: timelimit
74
# Exit after timelimit seconds.
75
# Setting timelimit to zero will cause the program not to exit.
76
#timelimit 0
77

    
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
82

    
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

    
89
# TAG: qos
90
# Enable GTP datapath through Linux kernel driver gtp.ko (since 4.7).
91
#gtp-linux
92

    
(3-3/6)
Add picture from clipboard (Maximum size: 48.8 MB)