Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bind DNS is not listening on eth0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
biggyL
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jan 2005
Posts: 120
Location: Israel

PostPosted: Tue Feb 22, 2005 3:10 pm    Post subject: Bind DNS is not listening on eth0 Reply with quote

Hello,
I'm running BIND 9.2.3 on SuSE 9.0 with no problem

Now I have to move it on Gentoo machine running on Sparc u30.

But then running DNS with /etc/init.d/named start
nothing happens!

Looking at the logs of both SuSE and Gentoo I've noticed that everething is almost similar but on Gentoo there is no this line:
listening on IPv4 interface eth0, 195.84.41.10#53

Please Help with this issue!

This is my named.conf on Gentoo:
Code:

options {
        directory "/var/bind";

        // uncomment the following lines to turn on DNS forwarding,
        // and change the forwarding ip address(es) :
        //forward first;
        //forwarders {
        //      123.123.123.123;
        //      123.123.123.123;
        //};
        forwarders { 195.84.1.36; 195.84.1.10; };
        allow-transfer {none;};
        listen-on-v6 { none; };
        listen-on { 127.0.0.1; };

        // to allow only specific hosts to use the DNS server:
        //allow-query {
        //      127.0.0.1;
        //};

        // if you have problems and are behind a firewall:
        query-source address * port 53;
        pid-file "/var/run/named/named.pid";
        notify no;
        listen-on-v6 { none; };
        version "Go away";
};

zone "." IN {
        type hint;
        file "named.ca";
};

zone "localhost" IN {
        type master;
        file "pri/localhost.zone";
        allow-update { none; };
        notify no;
};

zone "127.in-addr.arpa" IN {
        type master;
        file "pri/127.zone";
        allow-update { none; };
        notify no;
};
zone "some.domain.co.il" IN {
        file "pri/some.domain.co.il";
                type master;
                };
zone "40.84.195.in-addr.arpa" IN {
        file "pri/40.84.195.in-addr.arpa";
        type master;
                                };
zone "41.84.195.in-addr.arpa" IN {
        file "pri/41.84.195.in-addr.arpa";
                type master;
                };




Last edited by biggyL on Wed Feb 23, 2005 5:24 am; edited 1 time in total
Back to top
View user's profile Send private message
phoenixreborn
n00b
n00b


Joined: 19 Jan 2004
Posts: 48
Location: Salt Lake City, UT, USA

PostPosted: Tue Feb 22, 2005 3:34 pm    Post subject: Reply with quote

What happens when you comment out this line and then restart bind?

Code:
listen-on { 127.0.0.1; };
Back to top
View user's profile Send private message
biggyL
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jan 2005
Posts: 120
Location: Israel

PostPosted: Thu Feb 24, 2005 8:19 am    Post subject: Reply with quote

Thanks fox8118,
That's the problem.
Commented this line and it runs like a charm :).
:lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum