// This is the primary configuration file for the BIND DNS server named.//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
options { directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
192.168.1.1;
89.231.1.206;
217.172.224.160;
};
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
chciałbym aby pingowało mi na klient z servera... pinguje mi po Ip, ale nie rozwiązuje tej nazwy klient.rafal.pl .tzn. ping klient.rafal.pl zwraca mi ping: unknown host klient.rafal.pl
w /etc/resolv.conf mam wpisane dns'y z tpsy(zresztą nie edytowałem tego pliku, te wpisy chyba powstały w oparciu o plik /etc/network/interfaces bo tam mam wpisane dns'y tpsy), czyli mam tam dopisać 192.168.1.111 ?
pawkrol pisze:Poczytaj po co jest opcja w named.conf.option
Następnie:
Jak masz tam wpisane dns tpsa, to nie dziw się że serwer nie rozwiązuje nazwy. Wszak o ip klient.rafal.pl pyta się serwera dns tpsa, a nie twojego.
Poszukaj tutoriali jak konfigurwać binda. Jest ich dużo. np link
Bo wydaje mi się, że w ogóle nie rozumiesz co robisz.
forwarders to servery dns które będą następne odpytywane o nazwy jeśli w server nie umi rozwiązać nazwy?
dopisałem 192.168.1.111 i do resolv.conf i nadal nie rozwiązuje mi nazwy klient.rafal.pl
tressc pliku resolv.conf
nameserver 194.204.159.1
nameserver 194.204.152.34
nameserver 192.168.1.111
search dns.tpsa.pl