Difference between revisions of "Dnsdynamic.org DDNS configuration"

From Teltonika Networks Wiki
(15 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
This chapter is a guide on configuring a dnsdynamic.org provider '''DDNS''' instance on RUT routers.  
 
This chapter is a guide on configuring a dnsdynamic.org provider '''DDNS''' instance on RUT routers.  
 
==Preconditions==
 
 
There is one mandatory precondition for DDNS to work - you must have a '''Static or Dynamic Public IP address'''. Dynamic DNS will not work with a '''Shared Public IP'''. You can read up more on this in our article on '''[[Private and Public IP Addresses]]'''.
 
 
The easiest way to find out this information is to log in to the router's WebUI and check the '''WAN''' widget in the '''Overview''' page. You will be automatically redirected to the Overview page after you log in and the WAN widget will be on the right side of the page, second widget from the top. If the WAN widget displays a Public IP address, your DDNS configuration should work; if it displays a Private IP address, that means you're using a Shared Public IP address and you won't be able to reach your router with the help of DDNS.
 
 
[[File:Private vs public ip.png|1150px]]
 
  
 
==Step 1: dnsdynamic.org configuration==
 
==Step 1: dnsdynamic.org configuration==
  
First thing we need to do is to visit the website of our system. You can access the website by entering '''[https://www.dnsdynamic.org https://www.dnsdynamic.org]''' in your internet browser's URL bar.
+
First thing we need to do is to visit the website of our system. You can access the website by entering '''[https://www.dnsdynamic.org/signup.php https://www.dnsdynamic.org/signup.php]''' in your internet browser's URL bar.
  
===Sign Up screen===
+
===Login screen===
 
----
 
----
If you don't have a registered account then you need to create one. You can do that by clicking '''sign up'''.
+
We need to login into dnsdynamic.org system using our credentials. If you don't have a registered account then you need to create one. You can do that by clicking '''register'''.
  
[[File:DnsdynamicsignUp.png]]
+
[[File:NoipLoginscreen.png]]
  
===Login screen===
+
===Create host===
 
+
----
We need to login into dnsdynamic.org system using our credentials.
+
In the opened browser window, enter the name of the host and click '''Add Hostname'''
  
[[File:DynamicDnsLogIn.png]]
+
[[File:Hostcreate.png]]
  
===Create host===
+
===List of hosts===
 
----
 
----
In the opened browser window, press add
+
You can preview the list of hosts you have created by clicking the button '''Active'''
  
[[File:DynamicDnsAdd.png]]
+
[[File:Active.png]]
  
Enter the name of the host and click '''Check availabilty''' to check if host name is available
 
  
[[File:CheckAvailability.png]]
+
----
  
Click '''add''' to add your host
+
'''<big>Example of list</big>'''
  
[[File:DynamicDnsAddHost.png]]
+
[[File:Hostlist2.png]]
  
 
==Step 2: Router configuration==
 
==Step 2: Router configuration==
Line 52: Line 43:
 
Type in your DDNS configuration name and click '''Add new'''
 
Type in your DDNS configuration name and click '''Add new'''
  
[[File:AddDDns.png]]
+
[[File:AddDDNS2.png]]
  
 
Click the '''Edit''' button to edit your DDNS instance configuration
 
Click the '''Edit''' button to edit your DDNS instance configuration
  
[[File:ClickEdit.png]]
+
[[File:DDNSedit.png]]
  
 
===Configuration settings===
 
===Configuration settings===
Line 62: Line 53:
 
Check the '''Enable''' box
 
Check the '''Enable''' box
  
Choose the '''dnsdynamic.org''' service
+
Choose the '''noip.com''' service
  
 
Type your hostname, username, password and click '''Save'''
 
Type your hostname, username, password and click '''Save'''
  
[[File:DDnsConfiguration.png]]
+
[[File:Setup2.png]]
  
 
==Step 3: Try your DDNS  ==
 
==Step 3: Try your DDNS  ==
Line 75: Line 66:
 
In the Status column, you can see when the last time the DDNS was updated.
 
In the Status column, you can see when the last time the DDNS was updated.
  
[[File:CheckStatus.png]]
+
[[File:Status.png]]
  
 
===Enable remote HTTP access===
 
===Enable remote HTTP access===
Line 89: Line 80:
 
Check '''Enable remote HTTP access''' box and click '''Save'''
 
Check '''Enable remote HTTP access''' box and click '''Save'''
  
[[File:AccessControll.png]]
+
[[File:HttpEnable.png]]
  
 
===Connect to your host===
 
===Connect to your host===
Line 95: Line 86:
 
Try to access the host by entering your hostname in your internet browser's URL bar.
 
Try to access the host by entering your hostname in your internet browser's URL bar.
  
[[File:Test3.png]]
+
[[File:Successs.png]]
  
 
==See also==
 
==See also==
 
+
http://wiki.teltonika-networks.com/index.php?title=Dynamic_DNS - General Dynamic DNS configuration
[[Dynamic_DNS]] - general information on the DDNS service.
 
 
[[DDNS Configuration Examples]] - additional examples for different DDNS providers.
 
  
 
==External links==
 
==External links==
https://dnsdynamic.org
+
https://www.noip.com

Revision as of 12:23, 19 January 2018

Summary

This chapter is a guide on configuring a dnsdynamic.org provider DDNS instance on RUT routers.

Step 1: dnsdynamic.org configuration

First thing we need to do is to visit the website of our system. You can access the website by entering https://www.dnsdynamic.org/signup.php in your internet browser's URL bar.

Login screen


We need to login into dnsdynamic.org system using our credentials. If you don't have a registered account then you need to create one. You can do that by clicking register.

NoipLoginscreen.png

Create host


In the opened browser window, enter the name of the host and click Add Hostname

Hostcreate.png

List of hosts


You can preview the list of hosts you have created by clicking the button Active

Active.png



Example of list

Hostlist2.png

Step 2: Router configuration

Now we need to open our RUT homepage. You can access the website by entering 192.168.1.1 in your internet browser's URL bar.

Open the DDNS configuration panel by clicking Services → Dynamic DNS

Mainrouter.png

DDNS configuration name


Type in your DDNS configuration name and click Add new

AddDDNS2.png

Click the Edit button to edit your DDNS instance configuration

DDNSedit.png

Configuration settings


Check the Enable box

Choose the noip.com service

Type your hostname, username, password and click Save

Setup2.png

Step 3: Try your DDNS

Status

Wait up to 5 minutes from the time you saved the changes.

In the Status column, you can see when the last time the DDNS was updated.

Status.png

Enable remote HTTP access

Open Administration page by clicking System → Administration

OpenAdministrationPanel.png

Click Access Control

Clickaccess.png

Check Enable remote HTTP access box and click Save

HttpEnable.png

Connect to your host

Try to access the host by entering your hostname in your internet browser's URL bar.

Successs.png

See also

http://wiki.teltonika-networks.com/index.php?title=Dynamic_DNS - General Dynamic DNS configuration

External links

https://www.noip.com