Changes

Created page with "---- The router can be accessed remotely via any interface as it is listening for connections on all IPs when remote access is enabled. However, due to the firewall restrictio..."
----
The router can be accessed remotely via any interface as it is listening for connections on all IPs when remote access is enabled. However, due to the firewall restrictions, access via interfaces other than LAN requires additional configuration.

==Remote access==

The only mandatory prerequisite for remote access is an active Internet connection. If that is met there a few independent options for remote access described below.

==With public IP==

The simplest way to access the device remotely is via its [[Private_and_Public_IP_Addresses#Public_IP_address|public IP address]] (if it has one).


Here's a ranges of NAT/CG-NAT IP addresses that are classified as private and cannot be utilized for remote device access via their public IP:
<li>10.0.0.0 - 10.255.255.255 (Total Addresses: 16,777,216)</li>
<li>172.16.0.0 - 172.31.255.255 (Total Addresses: 1,048,576)</li>
<li>192.168.0.0 - 192.168.255.255 (Total Addresses: 65,536)</li>

If your device is assigned one of these addresses, an alternate method for remote access must be employed, as outlined [[Remote_WebUI_Access#Without_public_IP|bellow]].

===WAN Interface===
----
If a WAN interface on your device has a public IP address, you can reach the WebUI enabling remote HTTP access in the <i>System → Administration → Access Control</i> page.

[[File:Networking RutOS FAQ remote access.gif|border|class=tlt-border]]

After configuring the device, you can access its WebUI or CLI using various methods remotely via its public IP address:
<li><b>HTTP:</b> Enter the device's public IP address into the URL bar of your browser to access the WebUI via HTTP. </li>
<li><b>HTTPS:</b> If HTTPS is enabled, you can securely access the WebUI by prefixing the public IP address with 'https://' in the browser's URL bar. </li>
<li><b>SSH:</b> Use SSH (Secure Shell) to access the device's command-line interface remotely. Open a terminal and type 'ssh root@public_ip_address' to establish a secure connection. </li>
<li><b>TELNET:</b> If TELNET is enabled, you can use a TELNET client to access the device's command-line interface. Type 'telnet public_ip_address' in the terminal to connect. </li>

===Dynamic DNS===
----
If a WAN interface on your device has a [[Private_and_Public_IP_Addresses#Dynamic_IP_address|dynamic public IP address]] (i.e., it has a public IP that changes), you can configure a public hostname for it using a third-party Dynamic DNS (DDNS) service in the <i>Services → Dynamic DNS</i> page. Dynamic DNS periodically updates your device's IP address at the third-party service making the device accessible via the same hostname even if the IP address changes.

Visit your device's [[Dynamic DNS|Dynamic DNS manual page]] to learn more on Dynamic DNS configuration.

==Without public IP==

Since public IPs are not at everyone's disposal, this section describes the remote acccess methods that can be utilized without the use of a public IP address.

===RMS===
----
Teltonika Networks Remote Management System (RMS) provides a way to access your devices remotely without a public IP address or a VPN. [[How can I create an RMS account?|Create an RMS account]], [[How to add devices to RMS?|add your devices]] and click the WebUI [[File:RMS WebUI button.png|20px]] icon next to a device in order to generate an access link.

[[File:How to reach routers WebUI from RMS.gif.gif|border|class=tlt-border]]

Alternatively, you can click the CLI [[File:RMS CLI button.png|20px]] icon to generate an access link for the command line interface.

[[File:How to reach routers CLI from RMS.gif|border|class=tlt-border]]

===VPN===
----
Teltonika-Networks devices support multiple Virtual Private Network (VPN) protocols. With the right configuration, other devices from the same VPN can access your device remotely.

Visit your device's [[VPN|VPN manual page]] to learn more on VPN configuration.

[[Category:Remote Access]]

Navigation menu