This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:faq [2017/10/19 17:30] mpe [What is my SPN version?] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | ====== FAQ ====== | ||
- | [[wiki:faq#How to factory reset the IoT Station SPN?|How to factory reset the IoT Station SPN?]] \\ | ||
- | [[wiki:faq#How to remove the SPN from an iFemtoCell?|How to remove the SPN from an iFemtoCell?]]\\ | ||
- | [[wiki:faq#What is the default login/password?|What is the default login/password?]]\\ | ||
- | [[wiki:faq#What is my SPN version?|What is my SPN version?]]\\ | ||
- | [[wiki:faq#How to find the IP address of my iFemtoCell?|How to find the IP address of my iFemtoCell?]]\\ | ||
- | [[wiki:faq#I cannot access my iFemtoCell over SSH|I cannot access my iFemtoCell over SSH]]\\ | ||
- | |||
- | ===== How to factory reset the IoT Station SPN? ===== | ||
- | SPN can be reset to recover it's default configuration. All received/send data, configuration, and logs will be removed. This will __not__ remove SPN. | ||
- | This action is irreversible. | ||
- | |||
- | Factory reset is available in the //station// tab under the //Administration// menu. | ||
- | |||
- | ===== How to remove the SPN from an iFemtoCell? ===== | ||
- | To remove SPN from iFemtoCell refer to the [[wiki:update|Update]] page. | ||
- | |||
- | ===== What is the default login/password? ===== | ||
- | |||
- | Refer the [[wiki:quickstart#web_interface_login|Quick start]] wiki page. | ||
- | |||
- | |||
- | ===== What is my SPN version? ===== | ||
- | |||
- | The SPN version is available on the web interface. Click on the ''(i)'' button in the upper right corner of the screen. | ||
- | |||
- | ===== How to find the IP address of my iFemtoCell? ===== | ||
- | * Ask your IT department to search the IP address from your ethernet MAC address. | ||
- | * Get the DHCP lease listing from your DHCP server | ||
- | * Use ''nmap'' or any scanning tool from a PC connected to the same network. \\ Example on ''192.168.4.0/24'': | ||
- | |||
- | <code bash> | ||
- | $ nmap 192.168.14.0/24 | grep -i wifc | ||
- | Nmap scan report for klk-wifc-03002E.klksi.fr (192.168.14.164) | ||
- | </code> | ||
- | |||
- | |||
- | ===== I cannot access my iFemtoCell over SSH ==== | ||
- | |||
- | Once SPN is installed on an iFemtoCell __SSH is disabled__. To get/send data, configure, download the logs or update the gateway either use the web interface or one of the [[wiki:services_presentation|Services]] described here. |