WMC v3.x wiki
Introduction
Quick Start
System Management
Network Management
SNMP
Push
LoRa features
GMS API
Troubleshooting
Gateway software resources
WMC 3.2:
Server software resources
WMC 3.2:
FAQ
WMC 3.x:
WMC 3.0:
WMC 3.1:
>= WMC 3.2:
>= WMC 3.1:
Introduction
Quick Start
System Management
Network Management
SNMP
Push
LoRa features
GMS API
Troubleshooting
Gateway software resources
WMC 3.2:
WMC 3.1:
WMC 3.0:
Server software resources
WMC 3.2:
FAQ
WMC 3.x:
WMC 3.0:
WMC 3.1:
>= WMC 3.2:
>= WMC 3.1:
This is an old revision of the document!
| Product | EUI | Example |
|---|---|---|
| Wirnet iBTS | 7276FF002E<last 6 characters of the CPU serial number> | 7276FF002E060337 |
| Wirnet Station | 7276FF000<last 7 characters of the station barcode> | 7276FF00080E0761 |
| Wirnet iFemtoCell | 7276FF00<last 8 characters of the CPU board serial number> | 7276FF003903046C |
| Wirnet iStation | 7076FF00<last 8 characters of the CPU board serial number> | 7076FF005403046C |
| Wirnet iFemtoCell-evo | 7076FF00<last 8 characters of the CPU board serial number> | 7076FF006403046C |
For instance,for the Wirnet iFemtoCell, you can retrieve the EUI with the following command:
root@klk-wifc-01AAFF:~ # grep EUI /tmp/sys_startup_status.json "EUI64": "7276FF004501AAFF",
If this command does not work, you can try to retrieve the CPU serial number with the following command:
root@klk-wifc-01AAFF:~ # grep serial_number /tmp/sys_startup_status.json "serial_number": "0x4501aaff",Construct the EUI by adding the
7276FF00 pattern to obtain7276FF004501AAFF.
Care, for Wirnet iStation and Wirnet iFemtoCellEvo, the pattern has changed to 7076FF00.
You can move a gateway from a fleet to another fleet from:
You cannot. Gateways can only be in one fleet.
You cannot. End device can only be in one cluster.
You must have at least the role Admin to access to the user profile page you want to manage. But you can only deactivate or set an expiration date to a user who has a lowest role than yours. Of course, you cannot update the limitations of your own account.
We can limit the number of gateways, the number of endpoints and number of users linked to a customer via the administration menu (only accessible for users that have SuperAdmin privileges).
There is no limit.
Add
An exception is raised and the process stops.
An exception is raised and the process stops when the error is encountered. All lines located before this point are taken into account by the system.
Yes.
No.
In the LNS / endpoint menu, click on your endpoint and then click to the cross at the right side of the text “FRAME COUNTER DOWN”. Select F5 for page refresh several times. ⇒ Status “Uplink ok” appears and uplink message queue is updated with new messages in “Rx messages” tab.
When connected to the Wanesy Management Center VPN, the IP address assigned to the gateway is in the 10.8.0.0/16 subnet.
The gateway LAN subnet should not overlap with this subnet.
WMC does not follow http redirected URLs. You have to input the real URL.
To check whether your URL is redirected or not: curl -I https://url-example.com/
Here is an example of what happens when URL is redirected:
HTTP/1.1 301 Moved Permanently Server: nginx/1.12.2 Date: Wed, 25 Apr 2018 12:56:10 GMT Content-Type: text/html; charset=iso-8859-1 Connection: keep-alive Location: http://redirected.url/ Strict-Transport-Security: max-age=31536000 Content-Security-Policy: default-src https: redirected.url 'unsafe-inline' 'unsafe-eval' x-frame-options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: strict-origin-when-cross-origin