This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:support:faq [2021/10/04 14:04] tda |
wiki:support:faq [2021/12/22 11:59] (current) cgu |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| Nmap scan report for klk-wifc-03002E.klksi.fr (192.168.14.164) | Nmap scan report for klk-wifc-03002E.klksi.fr (192.168.14.164) | ||
| </code> | </code> | ||
| + | |||
| + | ===== How to 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 | ||
| + | | ||
| ===== I cannot choose RX window 1 for a class C end-devices ===== | ===== I cannot choose RX window 1 for a class C end-devices ===== | ||
| Line 805: | Line 829: | ||
| {{ :wiki:generate_spn_openvpn_package_v1.0.tar.gz |}} | {{ :wiki:generate_spn_openvpn_package_v1.0.tar.gz |}} | ||
| - | # usage: ./generate_ipk.sh <GW_EUI> <p12> <conf> <server-IP> <passwd> | + | # usage: ./generate_ipk.sh <GW_EUI> <p12> <server-IP> <passwd> <forwarding-IP> |
| Ex: ./generate_ipk.sh 7276FF002E060434 client.p12 192.168.1.24 kerlinkkerlink 10.8.0.2 | Ex: ./generate_ipk.sh 7276FF002E060434 client.p12 192.168.1.24 kerlinkkerlink 10.8.0.2 | ||
| Line 812: | Line 836: | ||
| <note important> | <note important> | ||
| + | \\ | ||
| KERLINK does not maintain this script. This script has been tested with FW 4.3.3 and it may have some incompatibilities with future Keros SW releases. | KERLINK does not maintain this script. This script has been tested with FW 4.3.3 and it may have some incompatibilities with future Keros SW releases. | ||
| </note> | </note> | ||
| - | + | === Recommandations === | |
| + | |||
| + | * For Production, don't use a self-root CA certificate but a certificate authenticated by a trusted entity like Comodo, GoDaddy, DigiCert, etc... | ||
| + | * Care about the expiration date of your generated certificates. | ||