named i query refused
Przemysław Backiel
przemyslaw.backiel w backiel.com.pl
Wto, 26 Sie 2008, 02:53:18 CEST
Witam,
mam taki problem..
maszyna,
[przemek w vitaa /etc]# rpm -qa | grep bind
bind-9.4.2.P2-1.amd64
bind-libs-9.4.2.P2-1.amd64
bind-utils-9.4.2.P2-1.amd64
robi takze za koncentrator PPPoE
problemy:
gdy zaloguje sie via pppoe
server DNS ustawiony na ten server
to mam query refused :(
gdy podłączam sie ze statycznym IPkiem
jest ok
# cat named.conf
// This is an exaple configuration file for named ( /etc/named.conf )
// Przykładowy plik konfiguracyjny /etc/named.conf dla serwera nazw `named'
options {
directory "/";
pid-file "named.pid";
auth-nxdomain yes;
datasize default;
// Uncoment these to enable IPv6 connections support
// IPv4 will still work
// listen-on { none; };
// listen-on-v6 { any; };
};
zone "localhost" IN {
type master;
file "M/localhost.zone";
allow-update { none; };
allow-transfer { any; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "M/127.0.0.zone";
allow-update { none; };
allow-transfer { any; };
};
zone "." IN {
type hint;
// allow-query { any; };
file "root.hint";
};
//zone "pld-linux.org" IN {
// type slave;
// file "S/pld-linux.org.zone";
// masters {
// 195.116.211.3;
// };
// allow-query { any; };
// allow-transfer { any; };
//};
logging {
channel xfer-log {
file "named.log";
print-category yes;
print-severity yes;
print-time yes;
severity info;
};
category xfer-in { xfer-log; };
category xfer-out { xfer-log; };
category notify { xfer-log; };
};
konfig standardowy
jakis pomysł?
--
Z powazaniem
Przemyslaw Backiel
Więcej informacji o liście dyskusyjnej pld-users-pl