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/06/21 15:47] tda created |
wiki:wiki3:install_upgrade [2021/02/05 12:14] (current) hch [Upgrade or Install from scratch] |
||
---|---|---|---|
Line 42: | Line 42: | ||
By default, when installing the WMC embedded software, the IP configuration is DHCP. | 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), please refer to the specific [[playground:wiki3:faq_staticip_3.x|FAQ - Static IP configuration]] section to know how to proceed: | + | If the gateway needs to have a specific configuration (static IP, mobile APN, etc), please refer to the specific [[wiki:wiki3:faq_staticip_3.x|FAQ - Static IP configuration]] section to know how to proceed: |
Line 52: | 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 67: | 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 96: | Line 95: | ||
- | {{ :wiki3:software_upgrade_dragndrop.png |}} | + | {{ :wiki3:software_upgrade_dragndrop.png?800 |}} |
\\ | \\ | ||
\\ | \\ | ||
Line 127: | Line 126: | ||
- Choose the software package to download and execute the workflow by clicking the ''START'' button | - Choose the software package to download and execute the workflow by clicking the ''START'' button | ||
- | {{ :wiki3:workflow_select_template_3x.png?800 |}} | + | {{ :wiki3:workflow_select_template_3x.png?600 |}} |
- | {{ :wiki3:software_upgrade_workflow_3.x.png |}} | + | {{ :wiki3:software_upgrade_workflow_3.x.png?800 |}} |
\\ | \\ | ||
Line 205: | 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> |