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=

Revision as of 06:16, 18 February 2018

Open-dns-logo.png

Requirements - Account on openDNS

Service ddclient for sync dynamic IP need account in OpenDNS. You need:

  • Create an account on openDNS and login to OpenDNS Dashboard. Create a new Network in the settings.
  • Login on 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

Set DNS addresses in resolv.conf file:

sudo gedit /etc/resolv.conf.head

with code:
nameserver 208.67.222.222
nameserver 208.67.220.220


Note
If Your ISP provide IPv6 support, add these DNS IPv6 addresses entries in next lines in the /etc/resolv.conf.head file:

nameserver 2620:0:ccc::2

nameserver 2620:0:ccd::2

Setup openDNS in ddclient

#1 Install ddclient and ddclient dispatcher for NetworkManager:

yaourt -S networkmanager-dispatcher-ddclient

#2 Create backup a ddclient.conf file:

sudo cp /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf.skel

#3 Open ddclient.conf file in text editor.

sudo gedit /etc/ddclient/ddclient.conf

#4 Delete current content, paste in:

Note
REMEMBER - replace values email_address, password with correct values.

daemon=1800
syslog=yes
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=myip.dnsomatic.com
server=updates.dnsomatic.com
protocol=dyndns2
login=email_address
password=password
all.dnsomatic.com



Save changes in a file.

#5 Run command to enable NetworkManager-dispatcher.service:

sudo systemctl enable NetworkManager-dispatcher.service

#6 Logout and login.

#7 Visit site: openDNS Dashboard to check sync status.

Support

Official forum topic

See Also

openDNS Homepage

DNS-O-Matic

Wikipedia Article

Set DNS and-or Nameservers

Arch Wiki: resolv.conf

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