blob: 7d5fcfbbd6c4ef532206603a49252e5f264f6c30 [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
jjako52c24142002-12-16 13:33:51 +000024
25option "contexts" - "Number of contexts" int default="1" no
jjako52c24142002-12-16 13:33:51 +000026option "timelimit" - "Exit after timelimit seconds" int default="0" no
27
28option "apn" a "Access point name" string default="internet" no
29option "imsi" i "IMSI" string default="240010123456789" no
30option "msisdn" m "Mobile Station ISDN number" string default="46702123456" no
31option "qos" q "Requested quality of service" int default="0x0b921f" no
32option "uid" u "Login user ID" string default="mig" no
33option "pwd" p "Login password" string default="hemmelig" no
34
jjako5da68452003-01-28 16:08:47 +000035option "createif" - "Create local network interface" flag off
36option "ipup" - "Script to run after link-up" string no
37option "ipdown" - "Script to run after link-down" string no
38option "defaultroute" - "Add default route after link-up" flag off
39option "net" - "Network" string default="0.0.0.0" no
40option "mask" - "Network mask" string default="0.0.0.0" no
41
42option "pinghost" - "Ping remote host" string no
43option "pingrate" - "Number of ping req per second" int default="1" no
44option "pingsize" - "Number of ping data bytes" int default="56" no
45option "pingcount" - "Number of ping req to send" int default="0" no
46option "pingquiet" - "Do not print ping packet info" flag off
47