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

From OnnoWiki
Jump to navigation Jump to search
(New page: Edit file /var/lib/bind/debian.pool.ntp.org.hosts Isi dengan $ttl 38400 debian.pool.ntp.org. IN SOA 192.168.0.3. onno.indo.net.id. ( 1308191782 10800 3600 604800 ...)
 
 
Line 1: Line 1:
 +
Edit file
 +
 +
/etc/bind/named.conf.local
 +
 +
Isi dengan
 +
 +
zone "debian.pool.ntp.org" {
 +
type master;
 +
file "/var/lib/bind/debian.pool.ntp.org.hosts";
 +
};
 +
 
Edit file
 
Edit file
  

Latest revision as of 09:46, 3 July 2011

Edit file

/etc/bind/named.conf.local 

Isi dengan

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

Edit file

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

Isi dengan

$ttl 38400
debian.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.debian.pool.ntp.org.	IN	A	192.168.0.3
1.debian.pool.ntp.org.	IN	A	192.168.0.3
2.debian.pool.ntp.org.	IN	A	192.168.0.3


Pranala Menarik