Dnssec nya coba di kasih // this email delivered by astaConnect® www.astainformatics.com
-----Original Message----- From: tepupunk <[email protected]> Sender: [email protected] Date: Fri, 15 Mar 2013 19:13:04 To: [email protected]<[email protected]> Reply-To: [email protected] Subject: [ITCENTER] [tanya] dns server tidak bisa browsing inet dear all, mau tanya mengenai dns server BIND ( BIND version 9.8.2 )di linux saya sudah install dan seting dns server dengan BIND di centos 6.4 untuk lokal saya sudah bisa lookup ke Address tapi klo saya lookup ke google koq ga mau yah.padahal saya sudah buat forwarder ke ip mikrotik 192.168.3.1 dan juga ke dns google 8.8.8.8 tapi tetap tidak bisa. firewall = OFF ini setingan named saya, ---------------------------------- // // named.conf // // Provided by Red Hat bind package to configure the ISC BIND named(8) DNS // server as a caching only nameserver (as a localhost DNS resolver only). // // See /usr/share/doc/bind*/sample/ for example named configuration files. // options { listen-on port 53 { any;}; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { any; }; recursion yes; dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; /* Path to ISC DLV key */ bindkeys-file "/etc/named.iscdlv.key"; managed-keys-directory "/var/named/dynamic"; forwarders { 192.168.3.1; }; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; zone "." IN { type hint; file "named.ca"; }; include "/etc/named.rfc1912.zones"; include "/etc/named.root.key"; zone "sk.com" { type master; file "/var/named/sk.com.hosts"; }; zone "3.168.192.in-addr.arpa" { type master; file "/var/named/192.168.3.rev"; }; zone "1.168.192.in-addr.arpa" { type master; file "/var/named/192.168.1.rev"; }; --------------------------------------- host saya : 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 resolv.conf: # Generated by NetworkManager search sk.com nameserver 192.168.3.100 setingan IP di dns server ip = 192.168.3.100 gateway = 192.168.3.1 dns = 192.168.3.100 * 192.168.3.1 = ip mikrotik juga mohon pencerahan kawan2 semua thanks b4 [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] ------------------------------------ -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Gabung, Keluar, Mode Kirim : [email protected] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ITCENTER/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
