Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 13:56:53 +0300
From:      "Oles' Hnatkevych" <gnut@fc.kiev.ua>
To:        freebsd-questions@freebsd.org
Subject:   DNS troubles
Message-ID:  <12518810163.20011106135653@fc.kiev.ua>

next in thread | raw e-mail | index | archive | help
Hello freebsd-questions,

  got 4.4-STABLE. the problem is not only with this version.

  description (multipart):

/etc/namedb# nslookup 192.168.3.31 192.168.5.17
Server:  xxxxxxxxx
Address:  192.168.5.17

Name:    yyyyyyyyy
Address:  192.168.3.31

  means that 192.168.5.17 works as DNS

/etc/namedb# more /etc/resolv.conf
nameserver 127.0.0.1

/etc/namedb# more named.conf
options {
        directory "/etc/namedb";
        forward only;

        forwarders {
                192.168.5.17;
        };

};

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "localhost.rev";

};

zone "xxxxxxxxx" {
        type slave;
        file "s/xxxxxxxxxxx";
        masters { 192.168.5.17; };
};

/etc/namedb# nslookup 192.168.3.31
Server:  localhost.fc.kiev.ua
Address:  127.0.0.1

*** localhost.fc.kiev.ua can't find 192.168.3.31: Server failed


Named does not forward requests :(
And I don't know why....

  

With best wishes, Oles' Hnatkevych, http://gnut.kiev.ua, gnut@fc.kiev.ua
Finance & Credit Banking Corporation, Kyiv, Ukraine.
Industrialnaya str. 27 +380 44 2417190
Artema str. 60, +380 44 4906877



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12518810163.20011106135653>