nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

bind delegation subdomain fibu

X-FaceVon: Knut Rauscher (nospam@knutx.de) [Profil]
Datum: 10.06.2008 14:50
Message-ID: <lu7icx4fop.fsf@fms.de>
Newsgroup: de.comp.os.unix.networking.misc
Hallo,

ich schlage mich mit der delegation von subdomains unter
bind-9.3.3 herum. Es will einfach nicht funktionieren,
habe mich genau an die Dokumentation gehalten und leider
kein Erfolg. Ich weiß einfach nicht wo ich noch graben
soll. Folgendende habe ich Konfiguriert:

,---- [ /etc/named.conf ]
|
| options {
|         auth-nxdomain yes;
|         directory "/var/named";
|         dump-file "/var/named/data/cache_dump.db";
|         statistics-file "/var/named/data/named_stats.txt";
|
|         listen-on {
|                 127.0.0.1;
|                 192.168.1.254;
|         };
|         listen-on-v6 {
|                 none;
|         };
|
|         forward only;
|         forwarders {
|                 xxx.xxx.xxx.xxx;
|                 xxx.xxx.xxx.xxx;
|         };
|
|         query-source address * port 53;
|
|         allow-query {
|                 127.0.0.1;
|                 192.168.1.0/24;
|         };
| };
|
| logging {
|         category default { default_syslog; default_debug; };
| };
|
| controls {
|         inet 127.0.0.1 allow { localhost; };
| };
|
| zone  "localdomain" in {
|         type master;
|         file "localdomain";
| };
|
| zone "127.in-addr.arpa" in {
|         type master;
|         file "127.in-addr.arpa";
| };
|
| zone "example.intern" in {
|         type master;
|         file "example.intern";
|         forwarders { };
|
| };
|
| zone "168.192.in-addr.arpa" in {
|         type master;
|         file "192.168.in-addr.arpa";
| };
`----

,---- [ Zone-file: example.intern ]
|
| $ORIGIN .
| $TTL 86400      ; 1 day
| example.intern             IN SOA  dns.example.intern. root.example.intern. (
|                                 2008061001 ; serial
|                                 10800      ; refresh (3 hours)
|                                 3600       ; retry (1 hour)
|                                 604800     ; expire (1 week)
|                                 86400      ; minimum (1 day)
|                                 )
|                         NS      dns.example.intern.
|                         MX      10 smtp.example.intern.
| $ORIGIN example.intern.
| dns                   A       192.168.1.254
| smtp                  A       192.168.1.254
| fibu                  NS      ad
| ad                    A       192.168.1.253
`----

Mein erster Test zeigt mir jetzt folgendes an:

# host -t ns fibu.example.intern
Host fibu.example.intern not found: 3(NXDOMAIN)

Folgendes funktioniert:

# host -t ns example.intern
example.intern name server dns.example.intern.

Warum wird die Subdomain "fibu" nicht weiter auf ad.example.intern
delegiert?

Bin für jeden Tipp dankbar.

Schöne Grüße

sendet Knut

[ Auf dieses Posting antworten ]

Antworten