You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LI JIAHAO edited this page Jul 22, 2017
·
8 revisions
Welcome to the neuipgw_linux wiki!
Install
$ sh ./install.sh
Usage
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
Configure
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
Uninstall
To uninstall,
$ sh /opt/2645/neuipgw/uninstall.sh
Or if you hold a copy of this repository, the script in that will also work.