Difference between revisions of "DNS: Spoofing ntp.ubuntu.com"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: 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.ub...) |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
| Line 14: | Line 26: | ||
ntp.ubuntu.com. IN NS 192.168.0.3. | ntp.ubuntu.com. IN NS 192.168.0.3. | ||
ntp.ubuntu.com. IN A 192.168.0.3 | ntp.ubuntu.com. IN A 192.168.0.3 | ||
| + | |||
| + | ==Pranala Menarik== | ||
| + | |||
| + | * [[NTP]] | ||
| + | * [[Linux Howto]] | ||
| + | * [[Instalasi NTP]] | ||
| + | * [[NTP: Port 123]] | ||
| + | * [[NTP: File ntp.conf]] | ||
| + | * [[NTP: Tranparant Proxy untuk NTP]] | ||
| + | * [[NTP: DNS Spoofing NTP]] | ||
| + | * [[DNS: Spoofing ntp.ubuntu.com]] | ||
| + | * [[DNS: Spoofing debian.pool.ntp.org]] | ||
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