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

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
Line 15: Line 15:


Set DNS addresses in resolv.conf file:
Set DNS addresses in resolv.conf file:
  sudo nano /etc/resolv.conf.head
  {{UserCmd|command=sudo nano /etc/resolv.conf.head}}


with code:<br/>
with code:<br/>
Line 24: 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
  {{UserCmd|command=pamac build 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.skel
  {{UserCmd|command=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.
  sudo nano /etc/ddclient/ddclient.conf
  {{UserCmd|command=sudo nano /etc/ddclient/ddclient.conf}}


'''#4''' Delete current content, paste in:<br/>
'''#4''' Delete current content, paste in:<br/>
Line 58: Line 57:


'''#5''' Run command to enable NetworkManager-dispatcher.service:
'''#5''' Run command to enable NetworkManager-dispatcher.service:
  sudo systemctl enable NetworkManager-dispatcher.service
  {{UserCmd|command=sudo systemctl enable NetworkManager-dispatcher.service}}


'''#6''' Logout and login.
'''#6''' Logout and login.


'''#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=
8,158

edits