Difference between revisions of "Sync dynamic IP with openDNS service via ddclient"
Sync dynamic IP with openDNS service via ddclient (view source)
Revision as of 12:53, 12 September 2014
, 10 years agobig update - solved issue with dns-o-matic
imported>FadeMind |
imported>FadeMind (big update - solved issue with dns-o-matic) |
||
Line 1: | Line 1: | ||
[[File:Open-dns-logo.png|center]] | [[File:Open-dns-logo.png|center]] | ||
== Requirements - Account on openDNS == | |||
Service ddclient for sync dynamic IP need account in OpenDNS. You need: | |||
* Create an account on [https://store.opendns.com/get/home-free openDNS] and login to [https://dashboard.opendns.com/ OpenDNS Dashboard]. Create a new Network in the settings. | |||
* Login on [https://www.dnsomatic.com/account/ DNS-O-Matic Site] using e-mail and password from OpenDNS. | |||
* Add new Service. From list select OpenDNS. Click button '''Update account info''' for sync OpenDNS Dashboard settings with DNS-O-Matic. | |||
== Setup openDNS in system settings == | == Setup openDNS in system settings == | ||
Line 14: | Line 20: | ||
<code>nameserver 2620:0:ccc::2<br/> | <code>nameserver 2620:0:ccc::2<br/> | ||
nameserver 2620:0:ccd::2<br/></code>}} | nameserver 2620:0:ccd::2<br/></code>}} | ||
== Setup openDNS in ddclient == | == Setup openDNS in ddclient == | ||
Line 39: | Line 33: | ||
'''#4''' Delete current content, paste in:<br/> | '''#4''' Delete current content, paste in:<br/> | ||
{{note| '''REMEMBER''' - replace values '''email_address''', '''password | {{note| '''REMEMBER''' - replace values '''email_address''', '''password''' with correct values.}} | ||
---- | ---- | ||
<code> | <code> | ||
daemon= | daemon=1800<br/> | ||
syslog=yes<br/> | syslog=yes<br/> | ||
pid=/var/run/ddclient.pid<br/> | pid=/var/run/ddclient.pid<br/> | ||
ssl=yes<br/> | ssl=yes<br/> | ||
use=web, web=myip.dnsomatic.com<br/> | use=web, web=myip.dnsomatic.com<br/> | ||
server=updates.dnsomatic.com<br/> | |||
server=updates. | |||
protocol=dyndns2<br/> | protocol=dyndns2<br/> | ||
login='''email_address'''<br/> | login='''email_address'''<br/> | ||
password='''password'''<br/> | password='''password'''<br/> | ||
all.dnsomatic.com<br/> | |||
</code> | </code> | ||
---- | ---- | ||
Line 68: | Line 59: | ||
=Support= | =Support= | ||
[https://forum.manjaro.org/index.php?topic=6881.0 Official forum topic] | |||
=See Also= | =See Also= | ||
[http://opendns.com openDNS Homepage] | [http://opendns.com openDNS Homepage] | ||
[https://www.dnsomatic.com/ DNS-O-Matic] | |||
[https://en.wikipedia.org/wiki/OpenDNS Wikipedia Article] | [https://en.wikipedia.org/wiki/OpenDNS Wikipedia Article] |