7
ddclient in Linux Onno W. Purbo [email protected]

ddclient in Linux

  • Upload
    ifama

  • View
    37

  • Download
    0

Embed Size (px)

DESCRIPTION

ddclient in Linux. Onno W. Purbo [email protected]. Installation. cp ddclient /usr/sbin/ mkdir /etc/ddclient cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf vi /etc/ddclient/ddclient.conf -- and change hostnames, logins, and passwords appropriately - PowerPoint PPT Presentation

Citation preview

Page 1: ddclient in Linux

ddclient in Linux

Onno W. Purbo

[email protected]

Page 2: ddclient in Linux
Page 3: ddclient in Linux
Page 4: ddclient in Linux
Page 5: ddclient in Linux
Page 6: ddclient in Linux
Page 7: ddclient in Linux

Installation• cp ddclient /usr/sbin/• mkdir /etc/ddclient• cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf• vi /etc/ddclient/ddclient.conf• -- and change hostnames, logins, and passwords appropriately

• ## For those using Redhat style rc files and using daemon-mode:• cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient• ## enable automatic startup when booting• /sbin/chkconfig --add ddclient• ## start the first time by hand• /etc/rc.d/init.d/ddclient start