blob: 6b2181892fc560f699d06b4932606460cc960b77 [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001# OpenGGSN - Gateway GPRS Support Node
2# Copyright (C) 2002 Mondru AB.
3#
4# 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.
8#
9# The initial developer of the original code is
10# Jens Jakobsen <jj@openggsn.org>
11#
12# Contributor(s):
13
14option "fg" f "Run in foreground" flag off
15option "debug" d "Run in debug mode" flag off
16
17option "conf" c "Read configuration file" string no
18option "pidfile" - "Filename of process id file" string default="./sgsnemu.pid" no
19option "statedir" - "Directory of nonvolatile data" string default="./" no
20
21option "dns" - "DNS Server to use" string no
22option "listen" l "Local interface" string no
23option "remote" r "Remote host" string no
24option "net" n "Network" string default="192.168.0.0" no
25option "mask" - "Network mask" string default="255.255.255.0" no
26
27option "contexts" - "Number of contexts" int default="1" no
28option "static" - "Allocate static tun ifterface" flag off
29option "timelimit" - "Exit after timelimit seconds" int default="0" no
30
31option "apn" a "Access point name" string default="internet" no
32option "imsi" i "IMSI" string default="240010123456789" no
33option "msisdn" m "Mobile Station ISDN number" string default="46702123456" no
34option "qos" q "Requested quality of service" int default="0x0b921f" no
35option "uid" u "Login user ID" string default="mig" no
36option "pwd" p "Login password" string default="hemmelig" no
37