-
Konfiguracja DNS
Witam potrzebuje porady w konfiguracji BIND`a poniewaz dawno sie tym nie zajmowalem no i mam mal dylemat czy moja konfiguracja serwera jest poprawna mozecie rzucic okiem i wskazac bledy
to plik strefy:
$TTL 86400
$ORIGIN tarnogora.net.pl.
@ IN SOA ns1.tarnogora.net.pl. root.tarnogora.net.pl. (
2006101200 ;; serial
1200 ;; refresh
1200 ;; retry
2419200 ;; expire
86400 ;; TTL
)
@ IN NS ns1.tarnogora.net.pl.
ns2 IN NS fns1.sgh.waw.pl.
ns2 IN NS fns2.sgh.waw.pl.
ns1 IN A 83.15.111.250
ns2 IN A 194.145.96.21
ns2 IN A 193.111.27.194
a to moj named.conf:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." IN {
type hint;
file "caching-example/named.ca";
};
zone "localhost" IN {
type master;
file "caching-example/localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "caching-example/named.local";
allow-update { none; };
};
zone "tarnogora.net.pl" IN {
type master;
file "caching-example/named.tarnogora";
allow-transfer { 194.145.96.21; 193.111.27.194; };
notify yes;
};
logging {
category lame-servers { null; };
};
czekam na jakies poprawki sedrecznie dziekuje za pomoc
PS. Wlasnie zauwazylem ze bind wstaje ladnie ale bez wpisow mojej nowej domeny tutaj przedstawiam listning z logow:
Oct 12 19:50:42 serwer named[12344]: starting BIND 9.3.1
Oct 12 19:50:42 serwer named[12344]: loading configuration from '/etc/named.conf'
Oct 12 19:50:42 serwer named[12344]: no IPv6 interfaces found
Oct 12 19:50:42 serwer named[12344]: listening on IPv4 interface lo, 127.0.0.1#53
Oct 12 19:50:42 serwer named[12344]: listening on IPv4 interface eth0, 10.0.0.1#53
Oct 12 19:50:42 serwer named[12344]: listening on IPv4 interface eth1, 83.15.111.250#53
Oct 12 19:50:42 serwer named[12344]: command channel listening on 127.0.0.1#953
Oct 12 19:50:42 serwer named[12344]: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
Oct 12 19:50:42 serwer named[12344]: zone localhost/IN: loaded serial 42
Oct 12 19:50:42 serwer named[12344]: running
Ostatnio edytowane przez szpuni : 10-12-2006 - 19:49
Zasady Postowania
- Nie możesz zakładać nowych tematów
- Nie możesz pisać wiadomości
- Nie możesz dodawać załączników
- Nie możesz edytować swoich postów
-
Forum Rules