-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the neuipgw_linux wiki!
$ sh ./install.sh
ipgw [-c | -d | -h] [-q] [-f] [-m] [-u ] [-p ]
Options:
-c, --connect Connect Neu ip gateway
-d, --disconnect Disconnect Neu ip gateway
-f, --force Perform force connection
-m, --mobile Connect as mobile device
-q, --query Query use of flow, balance, etc
-u, --username VALUE Specify username
-p, --password VALUE Specify password
-h, --help Show help message
The program can easily save your configs so that you won't need to input your account every time. To save/update a config permanently, you can either
- run the installer
- edit
~/.neuipgw/user.cfg
Note: A copy of the installer should be stored at /opt/2645/neuipgw/install.sh
To load a config for only one time, you can use command
$ ipgw -u __yourusername__ -p __yourpassword__
or
$ ipgw -u __yourusername__
and the program will ask you to input your password.
For version v2.1 and previous
The program will be installed to /usr/local/neuipgw/
The configuration file will be stored at /usr/local/neuipgw/user.cfg
To uninstall,
$ sh /opt/2645/neuipgw/uninstall.sh
Or if you hold a copy of this repository, the script in that will also work.