Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Tag zusammen, zur Zeit arbeite ich an einer Weboberfläche die die Dateien für bind schreibt. wenn ich den bind9 neu starte steht folgendes in den logs:

dns_master_load: /etc/bind/db.172.xxx.xxx.x:2: no current owner name

zone x.xxx.xxx.172.in-addr.arpa/IN loading master file /etc/bind/db.172.xxx.xxx.x: no owner

jemand eine idee was das bedeutet, hatte vorher noch ein paar Fehler die habe ich aber rausbekomment nur an der stelle hänge ich nun fest.

es betrifft einmal die db.testnet.local


$TTL 3600 

				@ 	 IN 	 SOA 	 miranda.  root.miranda.testnet.local.  ( 

					 	 2007010604 	 ;serial 

					 	 604800 	; Refresh 

					 	 86400 	; Retry 

					 	 2419200 	; Expire 

					 	 86400 ) 	; Negativ Cache TTL 

				@	 IN 	 NS miranda.

reserved.testnet.local.	 	 IN 		 A 	172.23.23.1

te-prakti01.testnet.local.	 	 IN 		 A 	172.23.23.5


und die db.172.23.23.0
$TTL 3600 

				@ 	 IN 	 SOA 	 miranda.  root.miranda.testnet.local.  ( 

					 	 2007010604 	 ;serial 

					 	 604800 	; Refresh 

					 	 86400 	; Retry 

					 	 2419200 	; Expire 

					 	 86400 ) 	; Negativ Cache TTL 

				@	 IN 	 NS miranda.

1	 IN 	 PTR 	reserved.testnet.local.


5	 IN 	 PTR 	te-prakti01.testnet.local.
die named.conf.local ist so aufgebaut
acl "testnet.nets" {

    172.23.23.0/24;


};



zone "testnet.local" {

  type master;

  file "/etc/bind/db.testnet.local";

  allow-query { testnet.nets; };

};



zone "0.23.23.172.in-addr.arpa" {

  type master;

  file "/etc/bind/db.172.23.23.0";

  allow-query { testnet.nets; };

};

eine Idee woran es liegt, hatte wie gesagt mal gegoogelt aber keinen richtigen ansatz gefunden

Der Rechnername im SOA Record dürfte wohl falsch sein. Müsste nicht 'miranda.', sondern 'miranda.testnet.local.' heißen. Das würde auch zur Fehlermeldung von bind passen. Probier's mal damit.

thx für die Info ich probiere es gegend abend mal aus und poste dann das ergebniss

ARG es waren vor dem @ leerzeichen das hat Bind gestört, leerzeichen raus und dann ging es

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.