Difference between revisions of "Instalasi NTP"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 37: | Line 37: | ||
* [[NTP: File ntp.conf]]  | * [[NTP: File ntp.conf]]  | ||
* [[NTP: Tranparant Proxy untuk NTP]]  | * [[NTP: Tranparant Proxy untuk NTP]]  | ||
| + | * [[NTP: DNS Spoofing NTP]]  | ||
| + | * [[NTP: Set waktu mengunakan ntpdate]]  | ||
| + | * [[NTP: Setup NTP Server Lokal]]  | ||
Revision as of 14:57, 11 March 2012
Instal NTP
apt-get install ntp
Edit ntp.conf
vi /etc/ntp.conf
Pastikan ada
server ntp.ubuntu.com server pool.ntp.org server time.nist.gov
Restart server
/etc/init.d/ntp restart
Mengijinkan Akses & Broadcast Waktu NTP di Subnet
Jika anda ingin membroadcast waktu di sebuah Subnet, anda dapat mengedit file konfigurasi NTP
vi /etc/ntp.conf
Masukan broadcast address subnet yang anda inginkan, misalnya 192.168.0.255
restrict 192.168.0.0 mask 255.255.255.0 broadcast 192.168.0.255