Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nameserverproblem gelöst
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation
View previous topic :: View next topic  
Author Message
LinuxTom
l33t
l33t


Joined: 26 Mar 2006
Posts: 798

PostPosted: Fri Mar 31, 2006 1:11 pm    Post subject: Nameserverproblem gelöst Reply with quote

Hallo Allerseits,

damit ich nicht immer nur Fragen stelle, hier eine Antowrt für diejenigen, die ein wenig Probleme mit der Einrichtugn ihres Nameservers haben.

Ich habe den bind9 gemerged und eingestellt. Alles so weit gut. Nur als ich dann aus meinen Subnetzen die Clients mit anschließen wollte, kam immer die die Fehlermeldung beim Start (oder reload) des named-Servers:

Code:
Mar 31 14:33:15 loewe named[31943]: listening on IPv4 interface eth_int, 192.168.1.1#53
Mar 31 14:33:15 loewe named[31943]: could not listen on UDP socket: permission denied
Mar 31 14:33:15 loewe named[31943]: creating IPv4 interface eth_int failed; interface ignored


Die Lösung ist ganz einfach. Immer wenn man die Interfaces ändert, an denen der Nameserver lauschen soll:

Code:
/etc/bind/named.conf
:
listen-on { 127.0.0.1; 192.168.1.1; 192.168.2.1; };
:


Den Nameserver einmal kurz als root starten. Dann legt er nämlich die Geräte an und fertig. Wieder runterfahren und normal über /etc/init.d/named start wieder als named starten.
Back to top
View user's profile Send private message
slick
Bodhisattva
Bodhisattva


Joined: 20 Apr 2003
Posts: 3495

PostPosted: Fri Mar 31, 2006 2:41 pm    Post subject: Reply with quote

verschoben nach Deutsche Dokumentation und Rechtschreibfehler im Titel korrigiert, war: "Namserverproblem gelöst"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation 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