ddclient in linux

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

Upload: ifama

Post on 05-Jan-2016

36 views

Category:

Documents


0 download

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

TRANSCRIPT

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