Line 52: |
Line 52: |
| First you need to create a domain in the server-manager (domains panel) which must match the domain you set with your dynamic dns provider.<br /> | | First you need to create a domain in the server-manager (domains panel) which must match the domain you set with your dynamic dns provider.<br /> |
| | | |
− | For example if the domain you made at DTdns is : | + | For example if the domain you made was: |
− | home.dtdns.net | + | bjrtest.ddns.net |
| You have to create a relevant domain with this name. | | You have to create a relevant domain with this name. |
| | | |
− | Then go to the panel of "Dynamic clients", choose the domain you made then set your dynamic DNS provider eg (dtdns) and associated credentials to that provider. | + | Then go to the panel of "Dynamic clients", choose the domain you made then set your dynamic DNS provider and associated credentials to that provider. |
| | | |
| Alternatively you can use the "Custom" are on the Dynamic Clients panel to set the contrib up to update a dynamic DNS entry directly with out needing to have setup a domain. | | Alternatively you can use the "Custom" are on the Dynamic Clients panel to set the contrib up to update a dynamic DNS entry directly with out needing to have setup a domain. |
Line 66: |
Line 66: |
| [[File:Screenshot from 2023-12-17 12-26-20.png|thumb|Modify domain parameters panel]] | | [[File:Screenshot from 2023-12-17 12-26-20.png|thumb|Modify domain parameters panel]] |
| | | |
− | Here is the equivalent DB entries for the above screens: | + | Here is the equivalent DB entries for the screens:<syntaxhighlight lang="shell"> |
| + | [root@sme10 ~]# db configuration show ddclient |
| + | ddclient=service |
| + | DeamonUpdate=360 |
| + | Extinterface=eth1 |
| + | ForceIP= |
| + | SSL=yes |
| + | cmd= |
| + | debug=disabled |
| + | fwlogin= |
| + | fwpassword= |
| + | method=web |
| + | quiet=enabled |
| + | status=enabled |
| + | syslog=enabled |
| + | urlcheckip=googledomains |
| + | verbose=disabled |
| + | [root@sme10 ~]# |
| | | |
− | ====Providers available====
| |
− | Here the official [http://sourceforge.net/p/ddclient/wiki/protocols/ wiki]
| |
| | | |
− | * Dyndns.org
| + | </syntaxhighlight>if you change any of these parameters, then you must run the update event as follows:<syntaxhighlight> |
− | * ZoneEdit.com
| + | signal-event smeserver-ddclient-update |
− | * Easydns.com
| + | </syntaxhighlight> |
− | * Hammernode (hn.org)
| |
− | * dslreports.com
| |
− | * eurodyndns.org
| |
− | * Dtdns.com
| |
− | * loopia.se
| |
− | * dnspark.com
| |
− | * Dynhost (ovh.com)
| |
− | * Noip.com
| |
− | * Changeip.com
| |
− | * Namecheap
| |
− | If your dynamic dns provider is not available in smeserver-ddclient, please raise {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-ddclient|title=a bug }}and provide the settings for your provider with ddclient (search for settings with google).
| |
| | | |
| ====Removal==== | | ====Removal==== |
− | | + | yum remove smeserver-ddclient ddclient |
− | yum remove smeserver-ddclient | |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |