blob: 0e3c548725f2e3c8d7e2226dfe308be2b9b98bfe [file] [log] [blame]
jjakoa7cd2492003-04-11 09:40:12 +00001# OpenGGSN - Gateway GPRS Support Node
2# Copyright (C) 2002, 2003 Mondru AB.
jjako52c24142002-12-16 13:33:51 +00003#
jjakoa7cd2492003-04-11 09:40:12 +00004# The contents of this file may be used under the terms of the GNU
5# General Public License Version 2, provided that the above copyright
6# notice and this permission notice is included in all copies or
7# substantial portions of the software.
jjako52c24142002-12-16 13:33:51 +00008#
jjakoa7cd2492003-04-11 09:40:12 +00009# The initial developer of the original code is
10# Jens Jakobsen <jj@openggsn.org>
jjako52c24142002-12-16 13:33:51 +000011#
jjakoa7cd2492003-04-11 09:40:12 +000012# Contributor(s):
jjako52c24142002-12-16 13:33:51 +000013
14
15option "fg" f "Run in foreground" flag off
16option "debug" d "Run in debug mode" flag off
17
18option "conf" c "Read configuration file" string default="/etc/ggsn.conf" no
19option "pidfile" - "Filename of process id file" string default="/var/run/ggsn.pid" no
20option "statedir" - "Directory of nonvolatile data" string default="/var/lib/ggsn/" no
21
22option "listen" l "Local interface" string no
jjakoa7cd2492003-04-11 09:40:12 +000023option "net" n "Network" string default="192.168.0.0/24" no
24option "ipup" - "Script to run after link-up" string no
25option "ipdown" - "Script to run after link-down" string no
26
27option "dynip" - "Dynamic IP address pool" string default="192.168.0.0/24" no
28option "statip" - "Static IP address pool" string default="192.168.1.0/24" no
29
30option "pcodns1" - "PCO DNS Server 1" string default="0.0.0.0" no
31option "pcodns2" - "PCO DNS Server 2" string default="0.0.0.0" no
jjako52c24142002-12-16 13:33:51 +000032
33option "timelimit" - "Exit after timelimit seconds" int default="0" no
34
35option "apn" a "Access point name" string default="internet" no
36option "qos" q "Requested quality of service" int default="0x0b921f" no
jjako4b26b512003-01-28 16:13:57 +000037
jjako4b26b512003-01-28 16:13:57 +000038