This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:wiki3:install_upgrade [2019/10/30 15:15] dlr [Custom IP configuration] |
wiki:wiki3:install_upgrade [2021/02/05 12:14] (current) hch [Upgrade or Install from scratch] |
||
---|---|---|---|
Line 51: | Line 51: | ||
^ Method ^ Install from scratch ^ Upgrade ^ | ^ Method ^ Install from scratch ^ Upgrade ^ | ||
| WMC drag'n'drop feature | no | yes | | | WMC drag'n'drop feature | no | yes | | ||
- | | WMC workflow | no | yes (except for OpenVPN package) | | + | | WMC workflow | no | not recommanded (bug) (not work for OpenVPN package) | |
| Over SSH | yes | yes | | | Over SSH | yes | yes | | ||
| USB stick | yes | yes | | | USB stick | yes | yes | | ||
Line 66: | Line 66: | ||
^ Upgrade method ^ Wirnet Station ^ KerOS (iBTS and iFemtoCell) ^ Wirnet Station ^ KerOS (iBTS and iFemtoCell) ^ | ^ Upgrade method ^ Wirnet Station ^ KerOS (iBTS and iFemtoCell) ^ Wirnet Station ^ KerOS (iBTS and iFemtoCell) ^ | ||
| WMC drag'n'drop | from firmware 3.x only | yes | yes, except firmware (3) | yes | | | WMC drag'n'drop | from firmware 3.x only | yes | yes, except firmware (3) | yes | | ||
- | | WMC workflow | from firmware 3.x only | yes | yes, except firmware (3) and VPN | yes | | + | | WMC workflow | from firmware 3.x only | yes | not recommanded (bug) | yes | |
| USB (1) | from firmware 3.x only | yes | yes | yes | | | USB (1) | from firmware 3.x only | yes | yes | yes | | ||
| SSH (2) | from firmware 3.x only | yes | yes, except firmware (3) | yes | | | SSH (2) | from firmware 3.x only | yes | yes, except firmware (3) | yes | | ||
Line 204: | Line 204: | ||
<code> | <code> | ||
- | 1. Create the updates folder: run mkdir -p /user/.updates | + | 1. Create the updates folder: mkdir -p /user/.updates |
- | 2. Copy the .ipk files in /user/.updates | + | 2. Copy the .ipk files in /user/.updates/ |
- | 3. In the case of a first install, copy the OpenVPN package(s) in /user/.updates | + | 3. In the case of a first install, copy the OpenVPN package(s) in /user/.updates/ |
4. Run "sync" command | 4. Run "sync" command | ||
- | 5. Trigger the upgrade: run kerosd –u | + | 5. Trigger the upgrade: kerosd –u |
6. Reboot the gateway | 6. Reboot the gateway | ||
</code> | </code> |