Difference between revisions of "Instalasi DynDNS"

From OnnoWiki
Jump to navigation Jump to search
(New page: Masuk ke http://www.dyndns.com Masuk ke support --> download update clients ambil ddclient.tar.gz Lakukan # cp ddclient.tar.gz /usr/local/src # cd /usr/local/src # tar zxvf ddclien...)
 
 
Line 26: Line 26:
  
 
  # ddclient &
 
  # ddclient &
 +
 +
==Pranala Menarik==
 +
 +
* [[Linux Howto]]
 +
 +
[[Category: Linux]]
 +
[[Category: DNS]]

Latest revision as of 08:51, 11 May 2010

Masuk ke

http://www.dyndns.com

Masuk ke support --> download update clients ambil ddclient.tar.gz

Lakukan

# cp ddclient.tar.gz /usr/local/src
# cd /usr/local/src
# tar zxvf ddclient.tar.gz
# cd ddclient-3.7.1/
# cp ddclient /usr/sbin/
# mkdir /etc/ddclient
# cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf

Setup konfigurasi

# vi /etc/ddclient/ddclient.conf
	use=web, web=checkip.dyndns.org/, web-skip='IP Address'
	login=
	password=
	server= 

Jalankan DynDNS Client

# ddclient &

Pranala Menarik