Setups
General information
Wirnet™ iBTS information
Wirnet™ iFemtoCell information
Wirnet™ iFemtoCell-evolution information
Wirnet™ iStation information
System management
Network management
LoRa Features
KerOS customization
Support and resources
Setups
General information
Wirnet™ iBTS information
Wirnet™ iFemtoCell information
Wirnet™ iFemtoCell-evolution information
Wirnet™ iStation information
System management
Network management
LoRa Features
KerOS customization
Support and resources
This is an old revision of the document!
To log into the gateway, you will need to connect to it either through the network (through SSH) or sometimes through the debug interface (for iBTS and iStation). The remote SSH access is available on several network interfaces, depending on the gateway: either through its main Ethernet interface, or by the local Ethernet port for iBTS, or the iFemtoCell local Wifi Access Point.
To access remotely the gateway, you will have to discover it on the network, either through its name or its IP address.
For all those access methods, you will need to choose a user account with its corresponding password.
The easiest way to connect to your gateway is to address it by name. Wirnet gateways are named after their serial number, as described below, with XXXXXX replaced by the six hexadecimal digits from the serial number; these digits are taken from the last six hexadecimal digits of the “CPU module ID” for iBTS, and the last six hexadecimal digits of the “Board ID” for iFemtoCell and iStation. The prefix depends on the gateway type, and is of the form “klk-GGGG-”. The case is not important, as the DNS is case-insensitive. This gives:
klk-lpbs-XXXXXX for iBTSklk-wifc-XXXXXX for iFemtoCellklk-wiis-XXXXXX for iStationFor example, if a Wirnet iBTS has 729ATf061ECD as CPU module ID, the hostname will be:
klk-lpbs-061ECDOr if a Wirnet iFemtoCell has 704BEc1234AB as board ID, the hostname will be:
klk-wifc-1234ABPlease note that these names are resolvable when your gateway is connected to your network through its main Ethernet interface, and when your network has a standard way of linking DHCP leases to the local DNS zone. If you do not have this kind of standard network setup, you may have to rely on another way of addressing your gateway, .e.g. checking your DHCP server to get the gateway’s IP, or using a static IP configuration on the gateway.
Alternative naming and addressing
If the above way of addressing your gateway does not work, you may rely (for firmware version 4.1 and above, or starting 4.0 for iFemtoCell) on autonomous addressing and local name resolution, sometimes called “Zeroconf” or “Bonjour”. This way of addressing it also necessary when the gateway is directly connected to a computer, i.e. not through a network switch or router.
This works in any application using standard name resolution techniques. The OS implements the specific standard, either Multicast DNS or LLMNR, the former being more common on Linux and Mac OS, and the latter on Windows.
The local name is then (replacing GGGG with the gateway type and XXXXXX with the serial):
klk-GGGG-XXXXXX (for LLMNR)klk-GGGG-XXXXXX.local (for Multicast DNS)The name resolution is done on all the interfaces, i.e. backhaul Ethernet port, LOCAL Ethernet port (for iBTS), WiFi client and WiFi access point (for iFemtoCell).
Otherwise, you can also address the gateway by IP address. You can do so by looking at the leases given by your DHCP server. Please contact your local network administrator for more information.
For iBTS, in case you use the LOCAL Ethernet port, the default IP address of the gateway is 192.168.1.1.
Start an SSH client (typically Putty on Windows) using the gateway’s name or IP address (the port is the standard 22).
After getting a prompt: enter login/password (e.g. “root / pdmk-$serialno”). See below for other login and credentials. In case of failure, request password to Kerlink support team.
By default different accounts are available on the system:
root with full access to any tools, files and devices.support with limited access.usbuser with full access to any tools, files and devices. usbuser has no /home directory, it is dedicated to protecting the USB access.admin dedicated to web interface access, SMS commands and RESTAPI.
To prevent Web robots to attack the gateway with standard login/password such as root/root, default password is built using the last 6 digits of the serial number, CPU module S/N for Wirnet iBTS and board ID for Wirnet iFemtoCell and Wirnet iStation: pdmk-$serialno.
For example, if the serial number of a CPU module is 641ATe0507DD, then the root password will be pdmk-0507DD (case sensitive).
This 6 digits number can also be retrieved in the hostname. It is displayed in the shell prompt:
klk-lpbs_0507DD login: root Password: pdmk-0507DD
Default support password is: fd!15d4gd#.
Default usbuser password is USBklkPassword.
Default admin password is pwd4admin.
Use the following command to change the password:
passwd <account>
Start an SFTP client (typically WinSCP on Windows) using the gateway’s name or IP address.
Enter a login and password (“root / pdmk-$serialno”). See below for other login and credentials. In case of failure, request password to Kerlink support team.
To retrieve files easily with a graphical interface, WinSCP can be used: Download link.
WinSCP acts as the Linux scp or sftp command, allowing to retrieve file with a copy/paste or drag'n'drop from a distant server to a computer.
Install WinSCP as a classic Windows program and run it.
1 - Configure the protocol. Here, Secured File Transfert Protocol is required.
2 - Configure the gateway's IP address.
3 - Enter username : default is root.
4 - Enter password : default is the following pattern pdmk-XXXXXX where XXXXXX are hexadecimal digits from the serial number. More informations here.
5 - Click to login.