Difference between revisions of "DNS: Spoofing ntp.ubuntu.com"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
Edit
 +
 +
/etc/bind/named.conf.local
 +
 +
Isi dengan
 +
 +
zone "ntp.ubuntu.com" {
 +
type master;
 +
file "/var/lib/bind/ntp.ubuntu.com.hosts";
 +
};
 +
 +
 
Edit
 
Edit
  

Latest revision as of 09:43, 3 July 2011

Edit

/etc/bind/named.conf.local 

Isi dengan

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


Edit

/var/lib/bind/ntp.ubuntu.com.hosts

Isi dengan

$ttl 38400
ntp.ubuntu.com.	IN	SOA	192.168.0.3. onno.indo.net.id. (
			1308191523
			10800
			3600
			604800
			38400 )
ntp.ubuntu.com.	IN	NS	192.168.0.3.
ntp.ubuntu.com.	IN	A	192.168.0.3

Pranala Menarik