Kod: Zaznacz cały
ping xeen.one.pl
tracert xeen.one.pl
Kod: Zaznacz cały
nox-base:/etc/bind# ping xeen.one.pl
ping: unknown host xeen.one.pl
NAMED.CONF:
Kod: Zaznacz cały
options {
directory "/etc/bind";
listen-on { any; };
listen-on-v6 { any; };
auth-nxdomain no;
#query-source address * port 53;
#transfer-source * port 53;
#notify-source * port 53;
version "BIND@Debian Lenny 5.2";
};
Kod: Zaznacz cały
zone "xeen.one.pl" {
type master;
file "/etc/bind/zones/xeen.one.pl.db";
};
zone "3.168.192.in-addr.arpa" {
type master;
file "/etc/bind/zones/3.168.192.in-addr.arpa";
};
Kod: Zaznacz cały
options {
directory "/var/cache/bind";
auth-nxdomain no; # conform to RFC1035
allow-query { 192.168.3.0/24; } ; # network(s) which are allowed DNS queries
allow-transfer { none; } ;
allow-recursion { 192.168.3.0/24; } ; # restrict which clients resolve DNS queries
listen-on { 192.168.3.1; } ; # interface BIND 9 listens on
forward only;
forwarders {
83.19.247.130; # specify your ISP name servers
83.238.56.86;
};
};
Posiadam zewnętrzny adres IP i chcę zrobić ,,Primary DNS''. Nie bardzo mogę znaleźć to co źle zrobiłem. Proszę o pomoc.