[Eisfair] Fehlermeldung im Paket bind9

Kulzer, Wilhelm wilhelm.kulzer at gmx.net
Di Jan 13 20:39:32 CET 2026


Am 13.01.2026 um 20:29 schrieb Marcus Röckrath:
> Bitte poste deine bind9-Konfiguration (/etc/config.d/bind9).

#------------------------------------------------------------------------------
# /etc/config.d/bind9 - configuration file for bind9
#
# Creation   :  2004-08-20 jv
# Last Update:  2026-01-13 root
#
# Copyright (c) 2001-2026 the eisfair team, team(at)eisfair(dot)org
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#------------------------------------------------------------------------------


# BIND 9 VERSION 3.6.4
#------------------------------------------------------------------------------
# General settings
#------------------------------------------------------------------------------

START_BIND9='yes'                      # Namserver start 'yes' or 'no'
BIND9_ALLOW_QUERY='localnets'          # any, localnets, localhost
BIND9_FORWARDER_USE='only'             # use: 'first' or 'only'; default 
'first'
BIND9_FORWARDER_N='0'                  # Number of forwarders
BIND9_FORWARDER_1_NAME=''              # it is only for you
BIND9_FORWARDER_1_ACTIVE='no'          # Use: yes or no
BIND9_FORWARDER_1_IP='8.8.8.8'         # IP-Address of forwarder
BIND9_FORWARDER_1_PORT=''              # Port to use: default empty
                                        # No need if posrt 53 used
BIND9_FORWARDER_1_EDNS='yes'           # Use EDNS for communication

BIND9_FORWARDER_2_NAME='Google'        # it is only for you
BIND9_FORWARDER_2_ACTIVE='yes'         # Use: yes or no
BIND9_FORWARDER_2_IP='8.8.4.4'         # IP-Address of forwarder
BIND9_FORWARDER_2_PORT=''              # Port to use: default empty
                                        # No need if posrt 53 used
BIND9_FORWARDER_2_EDNS='yes'           # Use EDNS for communication


#------------------------------------------------------------------------------
# DNS zones
#------------------------------------------------------------------------------

BIND9_N='1'                            # number of DNS zones (domains)
                                        # primary and secondary
BIND9_1_NAME='xyz.abc'                 # Name of zone
BIND9_1_MASTER='yes'                   # Server is master of zone
BIND9_1_NETWORK='172.16.32.0'          # Network of zone
BIND9_1_NETMASK='255.255.252.0'        # Netmask
BIND9_1_MASTER_IP='172.16.32.1'        # IP-Adress of master server
BIND9_1_MASTER_NS=''                   # Optional full name of master server
BIND9_1_ALLOW_TRANSFER='none'          # any, localnets, nslist, none
BIND9_1_NS_N='0'                       # Number of secondary name server
BIND9_1_NS_1_NAME='dns2.xyz.abc'
                                        # Full name of secondary name server
BIND9_1_NS_1_IP=''                     # IP - only for use 
ALLOW_TRANSFER=nslist

BIND9_1_MX_N='0'                       # Number of mail server
BIND9_1_MX_1_NAME='mail.xyz.abc'
                                        # Full name of mail server
BIND9_1_MX_1_PRIORITY='10'             # Priority 10=high 90=low

BIND9_1_MX_2_NAME='mail-backup.xyz.abc'
BIND9_1_MX_2_PRIORITY='20'

BIND9_1_HOST_N='1'                     # Number of hosts
BIND9_1_HOST_1_NAME='srv5'             # Hostname
BIND9_1_HOST_1_ACTIVE='yes'            # Use: yes or no
BIND9_1_HOST_1_IP='172.16.32.1'        # IP-address of host
BIND9_1_HOST_1_ALIAS=''                # Optional alias names

BIND9_1_HOST_2_NAME='server2'
BIND9_1_HOST_2_ACTIVE='yes'
BIND9_1_HOST_2_IP='192.168.2.11'
BIND9_1_HOST_2_ALIAS='www2 ftp'


BIND9_2_NAME='foo2.local'              # Name of zone
BIND9_2_MASTER='no'                    # Server is master of zone
BIND9_2_NETWORK='172.16.0.0'           # Network of zone
BIND9_2_NETMASK='255.255.0.0'          # Netmask
BIND9_2_MASTER_IP='172.16.0.1'         # IP-Adress of master server
BIND9_2_MASTER_NS=''                   # Optional full name of master server
BIND9_2_ALLOW_TRANSFER='any'           # any, localnets, nslist, none
BIND9_2_NS_N='0'                       # Number of secondary name server
BIND9_2_NS_1_NAME=''                   # Full name of secondary name server
BIND9_2_NS_1_IP=''                     # IP - only for use 
ALLOW_TRANSFER=nslist

BIND9_2_MX_N='0'                       # Number of mail server
BIND9_2_MX_1_NAME=''                   # Full name of mail server
BIND9_2_MX_1_PRIORITY=''               # Priority 10=high 90=low

BIND9_2_HOST_N='0'                     # Number of hosts
BIND9_2_HOST_1_NAME=''                 # Hostname
BIND9_2_HOST_1_ACTIVE='yes'            # Use: yes or no
BIND9_2_HOST_1_IP=''                   # IP-address of host
BIND9_2_HOST_1_ALIAS=''                # Optional alias names



#------------------------------------------------------------------------------
# Special settings
#------------------------------------------------------------------------------

BIND9_PORT_53_ONLY='no'                # Restrict communication; default no
BIND9_LISTEN_IPADDR_N='1'              # Number of addresses bind9 
should listen to
                                        # 0 - listen on all local addresses
BIND9_LISTEN_IPADDR_1_NAME='Internal network'
BIND9_LISTEN_IPADDR_1_ACTIVE='yes'
BIND9_LISTEN_IPADDR_1='4:3:1'

BIND9_START_OPTION_IPV4='yes'          # Restrict ipv4; default no
BIND9_DNSSEC_VALIDATION='no'           # Restrict no, auto, yes; default no
BIND9_DEBUG_LOGFILE='yes'              # Debug to logfile; default no
BIND9_LOGGING_LAME_SERVERS='no'        # Logging lame-servers to 
logfile; default yes

#------------------------------------------------------------------------------
# End
#------------------------------------------------------------------------------



Mehr Informationen über die Mailingliste Eisfair