[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind auf router



Danke für die rege Beteiligung.

irgendwie scheine ich mich etwas unklar ausgedrückt zu haben allso auf den Router funktioniert alles ich komme mit ihm ohne probleme nach draußen.
Nur auf den win Rechnern geht nur nslookup alles andere löst die Nahmen nicht auf.
ok hier die geforderten Daten.
----resolv.conf----
nameserver 127.0.0.1
-------------------
----nsswitch.conf---
passwd:         compat
group:          compat
shadow:         compat

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
-------------------

denke an den beiden dürfte nichts falsch sein. Der Hacken muss hier liegen, da ich mich damit nicht so aus kenne.

-----named.conf-----
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
	type hint;
	file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
	type master;
	file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
	type master;
	file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
	type master;
	file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
	type master;
	file "/etc/bind/db.255";
};
zone "CAD" {
       type master;
       file "/etc/bind/zones.CAD";
};
zone "1.168.192.in-addr.arpa" in { type master; file "/etc/bind/192.168.1.zone"; };
include "/etc/bind/named.conf.local";
---------------
-----named.conf.options----
options {
	directory "/etc/bind";
	pid-file "/var/run/bind/named.pid";
forwarders { 217.237.149.205;
		217.237.150.33;
		217.237.150.188;
	};
	auth-nxdomain no;    # conform to RFC1035
	allow-query { 192.168.1/24; 127.0.0.1; };
notify no; allow-transfer { none; }; forward first; allow-recursion { 192.168.1/24; 127.0.0.1; }; };
-------------------

Michelle Konzack schrieb:

Wie hast Du das Netzwerk von XP konfiguriert?  Du mußt  auf  alle  Fälle
darauf achten, das XP den Router als DNS Server eingetragen hat.

xp sieht so aus:
ipconfig /all

Windows-IP-Konfiguration

       Hostname. . . . . . . . . . . . . : r-004
       Prim�res DNS-Suffix . . . . . . . :
       Knotentyp . . . . . . . . . . . . : Unbekannt
       IP-Routing aktiviert. . . . . . . : Nein
       WINS-Proxy aktiviert. . . . . . . : Nein

Ethernetadapter LAN-Verbindung:

       Verbindungsspezifisches DNS-Suffix:
       Beschreibung. . . . . . . . . . . : Realtek RTL8139-Familie-PCI-Fast Eth
ernet-NIC
       Physikalische Adresse . . . . . . : 00-13-8F-B8-91-4E
       DHCP aktiviert. . . . . . . . . . : Nein
       IP-Adresse. . . . . . . . . . . . : 192.168.1.104
       Subnetzmaske. . . . . . . . . . . : 255.255.255.0
       Standardgateway . . . . . . . . . : 192.168.1.9
       DNS-Server. . . . . . . . . . . . : 192.168.1.9
route print
===========================================================================
Schnittstellenliste
0x1 ........................... MS TCP Loopback interface
0x2 ...00 13 8f b8 91 4e ...... Realtek RTL8139-Familie-PCI-Fast Ethernet-NIC -
Paketplaner-Miniport
===========================================================================
===========================================================================
Aktive Routen:
    Netzwerkziel    Netzwerkmaske          Gateway   Schnittstelle  Anzahl
         0.0.0.0          0.0.0.0      192.168.1.9   192.168.1.104       20
       127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     192.168.1.0    255.255.255.0    192.168.1.104   192.168.1.104       20
   192.168.1.104  255.255.255.255        127.0.0.1       127.0.0.1       20
   192.168.1.255  255.255.255.255    192.168.1.104   192.168.1.104       20
       224.0.0.0        240.0.0.0    192.168.1.104   192.168.1.104       20
 255.255.255.255  255.255.255.255    192.168.1.104   192.168.1.104       1
Standardgateway:       192.168.1.9
===========================================================================
St�ndige Routen:
 Keine
ipconfig /displaydns

Windows-IP-Konfiguration

        1.0.0.127.in-addr.arpa
        ----------------------------------------
        Eintragsname. . . . . : 1.0.0.127.in-addr.arpa.
        Eintragstyp . . . . . : 12
        G�ltigkeitsdauer. . . : 599124
        Datenl�nge. . . . . . : 4
        Abschnitt . . . . . . : Antwort
        PTR-Eintrag . . . . . : localhost


        localhost
        ----------------------------------------
        Eintragsname. . . . . : localhost
        Eintragstyp . . . . . : 1
        G�ltigkeitsdauer. . . : 599124
        Datenl�nge. . . . . . : 4
        Abschnitt . . . . . . : Antwort
        (Host-)A-Eintrag. . : 127.0.0.1

Hoffe ihr könnt damit was anfangen. Biss auf den letzten Abschnitt kommt mir alles IO vor.
Außerdem sollte auf dem "bind9" Rechner folgendes sein:

----[ '/etc/bind/named.conf.options' ]----------------------------------
options {
	directory "/var/cache/bind";
	check-names master fail;
	check-names slave warn;
	check-names response ignore;
	auth-nxdomain no;    # conform to RFC1035
	listen-on-v6 { any; };
	listen-on { 192.168.0.74; };

};
------------------------------------------------------------------------

Die IP sollte die vom localen Ethernet Interface des Routers sein.


Danke für die .conf werde es mal ausprobieren.

Gruß Benjamin


Reply to: