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

m
remove fix command
imported>Handy
imported>FadeMind
m (remove fix command)
Line 20: Line 20:
  sudo pacman -S ddclient
  sudo pacman -S ddclient


'''#2''' Fix '''ddclient.service''' file:
'''#2''' Create backup a ''ddclient.conf'' file:
wget -O ddclient.service "https://copy.com/XISYqc3MH6xs/ddclient.service?download=1" && sudo mv ddclient.service /usr/lib/systemd/system/ddclient.service
 
'''#3''' 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.bak


'''#4''' Open ''ddclient.conf'' file in text editor.
'''#3''' Open ''ddclient.conf'' file in text editor.
  sudo gedit /etc/ddclient/ddclient.conf
  sudo gedit /etc/ddclient/ddclient.conf


'''#5''' Delete current content, paste in:<br/>
'''#4''' Delete current content, paste in:<br/>
{{note| '''REMEMBER''' - replace values '''email_address''', '''password''' and '''NetworkName''' with correct values.}}
{{note| '''REMEMBER''' - replace values '''email_address''', '''password''' and '''NetworkName''' with correct values.}}


Line 52: Line 49:
Save changes in a file.
Save changes in a file.


'''#6''' Run command to enable and start ddclient service daemon:
'''#5''' Run command to enable and start ddclient service daemon:
  sudo systemctl enable ddclient && sudo systemctl start ddclient && sudo systemctl status ddclient
  sudo systemctl enable ddclient && sudo systemctl start ddclient && sudo systemctl status ddclient


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


=Support=
=Support=
Anonymous user