This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:install_upgrade [2018/05/04 16:59] bdu created |
wiki:install_upgrade [2019/01/31 10:47] (current) bdu [USB/SSH or install from scratch] |
||
---|---|---|---|
Line 23: | Line 23: | ||
If you never installed any OpenVPN package on your gateway, or if you need a newer VPN package version, you should ask for a VPN package to ''support@kerlink.fr'' and install it on your system. | If you never installed any OpenVPN package on your gateway, or if you need a newer VPN package version, you should ask for a VPN package to ''support@kerlink.fr'' and install it on your system. | ||
+ | ===== Custom IP configuration ===== | ||
+ | |||
+ | By default, when installing the WMC embedded software, the IP configuration is DHCP. | ||
+ | |||
+ | If the gateway needs to have a specific configuration (static IP, mobile APN, etc), the only two supported methods are: | ||
+ | |||
+ | * using the dashboard: applicable only for already connected gateways; | ||
+ | * ''/user/bscc/var.xml'': applicable for first installations or already connected gateways. | ||
+ | |||
+ | Any other configuration (e.g. through ConnMan configuration files directly) will be wiped after the next reboot. | ||
==== Wirnet iBTS and Wirnet iFemtoCell ==== | ==== Wirnet iBTS and Wirnet iFemtoCell ==== | ||
Line 98: | Line 108: | ||
Notes: | Notes: | ||
- | - For USB install/upgrade, an USB autorun script is required. | + | - For USB install/upgrade: |
+ | - a USB autorun script is required. | ||
+ | - follow the same procedure as for SSH | ||
- For SSH install/upgrade: | - For SSH install/upgrade: | ||
- On Wirnet Station, install the ''.tar.gz'' DOTA. | - On Wirnet Station, install the ''.tar.gz'' DOTA. | ||
- | - On KerOS (iBTS and iFemtoCell), uncompress the ''.tar.gz'' (if applicable), and install the ''.ipk'' package. | + | - On KerOS (iBTS and iFemtoCell), uncompress the ''.tar.gz'' TWICE (if applicable) and install the ''.ipk'' packages. |
- For individual packages (e.g. not the megapackage) on Wirnet Station, the firmware remote upgrade is not possible. Only BSCC, SNMP, Packet Forwarder and HAL can be installed over SSH/WMC. For firmware upgrades, please use USB. | - For individual packages (e.g. not the megapackage) on Wirnet Station, the firmware remote upgrade is not possible. Only BSCC, SNMP, Packet Forwarder and HAL can be installed over SSH/WMC. For firmware upgrades, please use USB. | ||
Line 149: | Line 161: | ||
* For SSH: place the megapackage in ''/mnt/fuser-1/dota'' and reboot the device. Repeat for the OpenVPN ''.tar.gz'' package. | * For SSH: place the megapackage in ''/mnt/fuser-1/dota'' and reboot the device. Repeat for the OpenVPN ''.tar.gz'' package. | ||
- | * For USB: place the megapackage on your USB stick, and add the ''usbkey.txt'' and ''produsb.sh'' files. Plug the USB stick and wait for a few minutes. | + | * For USB: place the megapackage on your USB stick, and add the ''produsb.sh'' file. Plug the USB stick and wait for a few minutes. |
=== Keros systems (Wirnet iBTS and Wirnet iFemtoCell) === | === Keros systems (Wirnet iBTS and Wirnet iFemtoCell) === | ||
Line 175: | Line 187: | ||
# Run on the gateway | # Run on the gateway | ||
sync | sync | ||
- | keros -u | + | kerosd -u |
reboot | reboot | ||
</code> | </code> |