This shows you the differences between two versions of the page.
|
wiki:support:troubleshoot [2020/03/13 15:42] ghi created |
wiki:support:troubleshoot [2021/12/22 12:01] (current) cgu |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| * The USB key service | * The USB key service | ||
| * SMS service | * SMS service | ||
| + | |||
| + | |||
| + | ===== Reactivate the Ethernet interface using SMS ===== | ||
| + | |||
| + | <markdown> | ||
| + | The Station and the iFemtocell-Evolution have a SIM card slot that can be used to get a cellular connection. | ||
| + | By default the connection is disabled but the SMS interface is activated, using this interface you can reactivate Ethernet if you have disabled it by error. | ||
| + | you just need to send the following SMS to the phone number of the SIM card in the gateway: | ||
| + | |||
| + | |||
| + | ``` | ||
| + | [spn:spnpwd] [coset3] configuration/set_value network.lan.type "dhcp" | ||
| + | ``` | ||
| + | </markdown> | ||
| + | the gateway will answer ''[coset3:ok]'' if the command is valid.\\ | ||
| + | \\ | ||
| + | Then send this SMS: | ||
| + | <markdown> | ||
| + | ``` | ||
| + | [spn:spnpwd] [updreb] update/reboot | ||
| + | ``` | ||
| + | </markdown> | ||
| + | The gateway will answer ''[updreb:ok]'' | ||
| + | The gateway will reboot and ethernet connection will be activated on the gateway | ||
| + | |||
| + | |||
| + | |||