Difference between revisions of "DNS: Spoofing ubuntu.pool.ntp.org"

From OnnoWiki
Jump to navigation Jump to search
(New page: Edit file /etc/bind/named.conf.local Isi dengan zone "ubuntu.pool.ntp.org" { type master; file "/var/lib/bind/ubuntu.pool.ntp.org.hosts"; }; Edit file /var/lib/bind/ubuntu.p...)
 
 
Line 41: Line 41:
 
* [[DNS: Spoofing ntp.ubuntu.com]]
 
* [[DNS: Spoofing ntp.ubuntu.com]]
 
* [[DNS: Spoofing debian.pool.ntp.org]]
 
* [[DNS: Spoofing debian.pool.ntp.org]]
 +
* [[DNS: Spoofing ubuntu.pool.ntp.org]]

Latest revision as of 10:10, 3 July 2011

Edit file

/etc/bind/named.conf.local 

Isi dengan

zone "ubuntu.pool.ntp.org" {
	type master;
	file "/var/lib/bind/ubuntu.pool.ntp.org.hosts";
	};

Edit file

/var/lib/bind/ubuntu.pool.ntp.org.hosts

Isi dengan

$ttl 38400
ubuntu.pool.ntp.org.	IN	SOA	192.168.0.3. onno.indo.net.id. (
			1308191782
			10800
			3600
			604800
			38400 )
debian.pool.ntp.org.	IN	NS	192.168.0.3
0.ubuntu.pool.ntp.org.	IN	A	192.168.0.3
1.ubuntu.pool.ntp.org.	IN	A	192.168.0.3
2.ubuntu.pool.ntp.org.	IN	A	192.168.0.3
3.ubuntu.pool.ntp.org.	IN	A	192.168.0.3


Pranala Menarik