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 01:37, 27 May 2019
, 5 years agoMinor update, remove dead links and minor format changes
imported>FadeMind (networkmanager-dispatcher-ddclient) |
imported>Dalto (Minor update, remove dead links and minor format changes) |
||
Line 1: | Line 1: | ||
__TOC__ | |||
[[File:Open-dns-logo.png|center]] | [[File:Open-dns-logo.png|center]] | ||
Line 7: | Line 10: | ||
* Login on [https://www.dnsomatic.com/account/ DNS-O-Matic Site] using e-mail and password from OpenDNS. | * 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. | * 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 == | ||
Set DNS addresses in resolv.conf file: | Set DNS addresses in resolv.conf file: | ||
sudo | sudo nano /etc/resolv.conf.head | ||
with code:<br/> | with code:<br/> | ||
Line 20: | Line 24: | ||
<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 == | ||
'''#1''' Install ddclient and ddclient dispatcher for NetworkManager: | '''#1''' Install ddclient and ddclient dispatcher for NetworkManager: | ||
pamac build networkmanager-dispatcher-ddclient | |||
'''#2''' Create backup a ''ddclient.conf'' file: | '''#2''' Create backup a ''ddclient.conf'' file: | ||
Line 30: | Line 35: | ||
'''#3''' Open ''ddclient.conf'' file in text editor. | '''#3''' Open ''ddclient.conf'' file in text editor. | ||
sudo | sudo nano /etc/ddclient/ddclient.conf | ||
'''#4''' Delete current content, paste in:<br/> | '''#4''' Delete current content, paste in:<br/> | ||
Line 59: | Line 64: | ||
'''#7''' Visit site: [https://dashboard.opendns.com/ openDNS Dashboard] to check sync status. | '''#7''' Visit site: [https://dashboard.opendns.com/ openDNS Dashboard] to check sync status. | ||
=See Also= | =See Also= | ||
[http://opendns.com openDNS Homepage] | * [http://opendns.com openDNS Homepage] | ||
* [https://www.dnsomatic.com/ DNS-O-Matic] | |||
[https://www.dnsomatic.com/ DNS-O-Matic] | * [https://en.wikipedia.org/wiki/OpenDNS Wikipedia Article] | ||
* The wiki page on [[Networking|networking] | |||
[https://en.wikipedia.org/wiki/OpenDNS Wikipedia Article] | * [https://wiki.archlinux.org/index.php/resolv.conf Arch Wiki: resolv.conf] | ||
[ | |||
[https://wiki.archlinux.org/index.php/resolv.conf Arch Wiki: resolv.conf] | |||
[[Category:Contents Page]] | [[Category:Contents Page]] |