Dnsdynamic.org DDNS configuration: Difference between revisions
(11 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== | ||
Line 11: | Line 19: | ||
If you don't have a registered account then you need to create one. You can do that by clicking '''sign up'''. | If you don't have a registered account then you need to create one. You can do that by clicking '''sign up'''. | ||
[[File: | [[File:DnsdynamicsignUp.png]] | ||
===Login screen=== | ===Login screen=== | ||
Line 32: | Line 40: | ||
[[File:DynamicDnsAddHost.png]] | [[File:DynamicDnsAddHost.png]] | ||
==Step 2: Router configuration== | ==Step 2: Router configuration== | ||
Line 57: | Line 52: | ||
Type in your DDNS configuration name and click '''Add new''' | Type in your DDNS configuration name and click '''Add new''' | ||
[[File: | [[File:AddDDns.png]] | ||
Click the '''Edit''' button to edit your DDNS instance configuration | Click the '''Edit''' button to edit your DDNS instance configuration | ||
[[File: | [[File:ClickEdit.png]] | ||
===Configuration settings=== | ===Configuration settings=== | ||
Line 67: | Line 62: | ||
Check the '''Enable''' box | Check the '''Enable''' box | ||
Choose the ''' | Choose the '''dnsdynamic.org''' service | ||
Type your hostname, username, password and click '''Save''' | Type your hostname, username, password and click '''Save''' | ||
[[File: | [[File:DDnsConfiguration.png]] | ||
==Step 3: Try your DDNS == | ==Step 3: Try your DDNS == | ||
Line 80: | Line 75: | ||
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: | [[File:CheckStatus.png]] | ||
===Enable remote HTTP access=== | ===Enable remote HTTP access=== | ||
Line 94: | Line 89: | ||
Check '''Enable remote HTTP access''' box and click '''Save''' | Check '''Enable remote HTTP access''' box and click '''Save''' | ||
[[File: | [[File:AccessControll.png]] | ||
===Connect to your host=== | ===Connect to your host=== | ||
Line 100: | Line 95: | ||
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: | [[File:Test3.png]] | ||
==See also== | ==See also== | ||
[[Dynamic_DNS]] - general information on the DDNS service. | |||
[[DDNS Configuration Examples]] - additional examples for different DDNS providers. | |||
==External links== | ==External links== | ||
https:// | https://dnsdynamic.org |
Revision as of 08:09, 28 August 2018
Summary
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.
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 in your internet browser's URL bar.
Sign Up screen
If you don't have a registered account then you need to create one. You can do that by clicking sign up.
Login screen
We need to login into dnsdynamic.org system using our credentials.
Create host
In the opened browser window, press add
Enter the name of the host and click Check availabilty to check if host name is available
Click add to add your host
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
DDNS configuration name
Type in your DDNS configuration name and click Add new
Click the Edit button to edit your DDNS instance configuration
Configuration settings
Check the Enable box
Choose the dnsdynamic.org service
Type your hostname, username, password and click Save
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.
Enable remote HTTP access
Open Administration page by clicking System → Administration
Click Access Control
Check Enable remote HTTP access box and click Save
Connect to your host
Try to access the host by entering your hostname in your internet browser's URL bar.
See also
Dynamic_DNS - general information on the DDNS service.
DDNS Configuration Examples - additional examples for different DDNS providers.