Difference between revisions of "NTP: DNS Spoofing NTP"

From OnnoWiki
Jump to navigation Jump to search
(New page: Untuk mengoperasikan cloud pada jaringan yang tidak ada Internet kita terpaksa melakukan spoofing DNS agar semua request DNS ke NTP Server di arahkan ke [[IP addres...)
 
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* Buat DNS Server lokal
 
* Buat DNS Server lokal
 
* Set DNS Server di jaringan ke IP address [[DNS]] lokal
 
* Set DNS Server di jaringan ke IP address [[DNS]] lokal
* Set supaya
+
* Set supaya mapping ke [[IP address]] [[NTP]] server lokal
  
 
  ntp.ubuntu.com        192.168.0.3
 
  ntp.ubuntu.com        192.168.0.3
  0.debian.pool.ntp.org 192.168.0.3
+
  0.debian.pool.ntp.org 192.168.0.3
  1.debian.pool.ntp.org 192.168.0.3
+
  1.debian.pool.ntp.org 192.168.0.3
  2.debian.pool.ntp.org 192.168.0.3
+
  2.debian.pool.ntp.org 192.168.0.3
 +
0.ubuntu.pool.ntp.org  192.168.0.3
 +
1.ubuntu.pool.ntp.org  192.168.0.3
 +
2.ubuntu.pool.ntp.org  192.168.0.3
 +
3.ubuntu.pool.ntp.org  192.168.0.3
  
 
==Pranala Menarik==
 
==Pranala Menarik==
Line 22: Line 26:
 
* [[NTP: Tranparant Proxy untuk NTP]]
 
* [[NTP: Tranparant Proxy untuk NTP]]
 
* [[NTP: DNS Spoofing NTP]]
 
* [[NTP: DNS Spoofing NTP]]
 +
* [[NTP: Set waktu mengunakan ntpdate]]
 +
* [[NTP: Setup NTP Server Lokal]]
 +
* [[Waktu date menggunakan command line]]

Latest revision as of 14:58, 11 March 2012

Untuk mengoperasikan cloud pada jaringan yang tidak ada Internet kita terpaksa melakukan spoofing DNS agar semua request DNS ke NTP Server di arahkan ke IP address NTP server lokal yang ada.


Alternatif taktik

  • Buat DNS Server lokal
  • Set DNS Server di jaringan ke IP address DNS lokal
  • Set supaya mapping ke IP address NTP server lokal
ntp.ubuntu.com         192.168.0.3
0.debian.pool.ntp.org  192.168.0.3
1.debian.pool.ntp.org  192.168.0.3
2.debian.pool.ntp.org  192.168.0.3
0.ubuntu.pool.ntp.org  192.168.0.3
1.ubuntu.pool.ntp.org  192.168.0.3
2.ubuntu.pool.ntp.org  192.168.0.3
3.ubuntu.pool.ntp.org  192.168.0.3

Pranala Menarik