Difference between revisions of "Template:Networking rut manual setup wizard"

From Teltonika Networks Wiki
Line 192: Line 192:
 
             </ul>
 
             </ul>
 
         </td>
 
         </td>
    </tr>
 
    <tr>
 
        <td>Hostname</td>
 
        <td>host | ip; default: <b>rms.teltonika.lt</b></td>
 
        <td>Address of the RMS server. If you're using regular RMS, just leave the default address (<i><nowiki>rms.teltonika.lt</nowiki></i>).</td>
 
    </tr>
 
    <tr>
 
        <td>Port</td>
 
        <td>integer [0..65535]; default: <b>15009</b></td>
 
        <td>Port number for connecting to RMS. If you're using regular RMS, just leave the default port (<i>15009</i>).</td>
 
 
     </tr>
 
     </tr>
 
</table>
 
</table>
  
If you wish to set the router's RMS settings later instead, you can do so via the <i>Services Cloud Solutions → [[{{{name}}}_Cloud_Solutions#RMS|RMS]]</i> page.
+
When connection type is set to 'Enabled', the router attempts to connect to RMS every 2-5 minutes. To skip this wait, click the 'Connect' button to initiate a connection instantly.
 +
 
 +
If you wish to set the router's RMS settings later instead, you can do so via the <i>System Administration → [[{{{name}}}_Administration#RMS|RMS]]</i> page.

Revision as of 08:02, 16 July 2019

Summary

The Setup Wizard is a tool that offers a simplified version of other WebUI pages used to set some of the router's most relevant parameters:

  • [[{{{name}}} NTP|Time]]
  • [[{{{name}}} Mobile|SIM card]]
  • [[{{{name}}} LAN|LAN]]
  • [[{{{name}}} Wireless|WiFi]]
  • [[{{{name}}}_Administration#RMS|RMS]]

You will be greeted with the Setup Wizard the first time you login, after you have changed the router's default password. On other logins you will be redirected to the [[{{{name}}} Overview|Overview]] page, but you can reach the Setup Wizard any time via the System → Setup Wizard page.

This page is an overview of the Setup Wizard tool for {{{name}}} routers.

The information in this page is updated in accordance with the [[Media:{{{fw_version}}}_WEBUI.bin|{{{fw_version}}}]] firmware version.

Set new password

On your very first login you will be required to change the router's default password. This is done for safety reasons. In many cases routers are used to provide access to remote networks and systems. Since many manufacturers use similar default passwords (like admin, admin01, admin123, etc.) it is easy for attackers to gain access to routers that use such passwords and compromise the systems behind them. Therefore, to avoid such malicious attacks, this step is mandatory and you will not able to access the rest of the WebUI before you change the password.

The new password must contain:

  • 8-32 characters;
  • at least one upper case letter;
  • at least one lower case letter;
  • at least one digit.

[[File:{{{file_password}}}]]

After you have entered the new password, click 'Save'. Afterwards you will be redirected to the first page of the Setup Wizard.

General

The General section is used to configure the router's time settings.

[[File:{{{file_general}}}]]

If you wish to set the router's time zone settings later instead, you can do so via the Services → [[{{{name}}} NTP|NTP]] page.

Mobile

The Mobile section is used to configure the router's SIM card parameters.

[[File:{{{file_mobile}}}]]

Field Value Description
APN string; default: none An Access Point Name (APN) is a gateway between a GSM, GPRS, 3G or 4G mobile network and another computer network. Depending on the contract, some operators may require you to enter the APN just to complete the registration to a network. In other cases an APN is used to get special parameters from the operator (e.g., a public IP address) depending on the contract.
Important note: an APN Network Identifier cannot start with any of the following strings: "rac", "lac", "sgsn" or "rnc"; it cannot end in ".gprs" and it cannot take the value "*".
PIN number string; default: none A 4-digit long numeric password used to authenticate the modem to the SIM card.
Dialing number string; default: none A dialing number required to establish a mobile PPP connection.
MTU string; default: none Sets the maximum transmission unit (MTU) size. It is the largest size of a protocol data unit (PDU) that can be transmitted in a single network layer transaction.
Authentication method CHAP | PAP | None; default: None The method that your carrier uses to authenticate new connections on its network. If you select PAP or CHAP you will be required to enter a username and password.
Service mode 2G only | 3G only | 4G (LTE) only}Automatic; default: Automatic Preffered service type.
Show mobile info at login page yes | no; default: no When this field is checked, information about the router's mobile connection will be displayed in the login page.

If you wish to set the router's Mobile settings later instead, you can do so via the Network → [[{{{name}}} Mobile|Mobile]] page.

LAN

The LAN section is used to configure the router's local area network (LAN) and DHCP server settings. A DHCP (Dynamic Host Configuration Protocol) server can automatically configure the TCP/IP settings for any device that requests such a service. If you connect a device that has been configured to obtain an IP address automatically, the DHCP server will lease out an IP address from the available IP pool and the device will be able to communicate within the router's private network.

[[File:{{{file_lan}}}]]

Field Value Description
IP address ip; default: 192.168.1.1 The LAN interface's IPv4 address. An IP address identifies a device on a network and allows it to communicate with other devices.
Netmask netmask; default: 255.255.255.0 A netmask is used to define how "large" a network is by specifying which part of the IP address denotes the network and which part denotes the device.
Enable DHCP off | on; default: on Turns the DHCP server on or off.
Start integer [1..255]; default: 100 The starting IP address value. e.g., if your router’s LAN IP is 192.168.1.1 and your subnet mask is 255.255.255.0 that means that in your network a valid IP address has to be in the range of [192.168.1.0..192.168.1.254] (192.168.1.255 is a special unavailable address). If the Start value is set to 100 then the DHCP server will only lease out addresses starting from 192.168.1.100.
Limit integer [1..255]; default: 150 How many addresses the DHCP server can lease out. Continuing from the example above: if the start address is 192.168.1.100 and the server can lease out 150 addresses, available addresses will be from 192.168.1.100 to 192.168.1.249 (100 + 150 – 1 = 249; this is because the first address is inclusive).
Lease time interger [2..999999]; default: 12 A DHCP lease will expire after the amount of time specified in this field and the device that was using the lease will have to request a new one. However, if the device stays connected, its lease will be renewed after half of the specified amount of time passes (e.g., if lease time is 12 hours, then every 6 hours the device will ask the DHCP server to renew its lease).
The minimal amount of time that can be specified is 2 minutes.
Units Hours | Minutes; default: Hours Lease time measuring units.

If you wish to set the router's LAN and DHCP settings later instead, you can do so via the Network → [[{{{name}}} LAN|LAN]] page.



RMS

This section is used to configure the settings required to connect the router to the RMS (Remote Management System) - a cloud system designed by Teltonika and intended for remote monitoring and management of Teltonika's networking products.

In order to add a device(s) to RMS, get yourself acquainted by watching this instructional video and register an account by clicking here. Each unique device receives a free month-long RMS license when added to RMS for the first time.

[[File:{{{file_rms}}}]]

Field Value Description
Connection type Enabled | Standby | Disabled; default: Enabled Defines how the device will connect to RMS:
  • Enabled - the device attempts to connect to RMS every 2-5 minutes (every 2 minutes the first hour; then every 5 minutes). If it cannot connect for 14 days, it will enter Standby mode.
  • Standby - the device attempts to connect to RMS every 6 hours.
  • Disabled - RMS functionality is disabled.

When connection type is set to 'Enabled', the router attempts to connect to RMS every 2-5 minutes. To skip this wait, click the 'Connect' button to initiate a connection instantly.

If you wish to set the router's RMS settings later instead, you can do so via the System → Administration → [[{{{name}}}_Administration#RMS|RMS]] page.