Manjaro Difference between revisions of "Sync dynamic IP with openDNS service via ddclient"

Difference between revisions of "Sync dynamic IP with openDNS service via ddclient"

From Manjaro
imported>FadeMind
(big update - solved issue with dns-o-matic)
imported>FadeMind
(networkmanager-dispatcher-ddclient)
Line 23: Line 23:
== Setup openDNS in ddclient ==
== Setup openDNS in ddclient ==


'''#1''' Install ddclient:
'''#1''' Install ddclient and ddclient dispatcher for NetworkManager:
  sudo pacman -S ddclient
  yaourt -S networkmanager-dispatcher-ddclient


'''#2''' Create backup a ''ddclient.conf'' file:
'''#2''' Create backup a ''ddclient.conf'' file:
  sudo cp /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf.bak
  sudo cp /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf.skel


'''#3''' Open ''ddclient.conf'' file in text editor.
'''#3''' Open ''ddclient.conf'' file in text editor.
Line 52: Line 52:
Save changes in a file.
Save changes in a file.


'''#5''' Run command to enable and start ddclient service daemon:
'''#5''' Run command to enable NetworkManager-dispatcher.service:
  sudo systemctl enable ddclient && sudo systemctl start ddclient && sudo systemctl status ddclient
  sudo systemctl enable NetworkManager-dispatcher.service


'''#6''' Visit site: [https://dashboard.opendns.com/ openDNS Dashboard] to check sync status.
'''#6''' Logout and login.
 
'''#7''' Visit site: [https://dashboard.opendns.com/ openDNS Dashboard] to check sync status.


=Support=
=Support=
Cookies help us deliver our services. By using our services, you agree to our use of cookies.