Hallo Forum,
ich betreibe einen Server Debian 5, ispconfig 3.
Mein bind9 arbeitet sowohl als Primary und Secondary. Das mydns transferiert weder in die eine Richtung noch in die andere.
Kann mir bitte jemand verraten was ich anstellen muss das mydns die zones annimmt und seine primarys an den bind9 sendet?
mydns: 1.2.8.27
Start:
mydns.conf:
Danke für Eure Hilfe.
Mit freundlichen Grüßen Sven
ich betreibe einen Server Debian 5, ispconfig 3.
Mein bind9 arbeitet sowohl als Primary und Secondary. Das mydns transferiert weder in die eine Richtung noch in die andere.
Kann mir bitte jemand verraten was ich anstellen muss das mydns die zones annimmt und seine primarys an den bind9 sendet?
mydns: 1.2.8.27
Start:
Code:
mydns[11770]: AXFR is enabled
mydns[11770]: TCP ports are enabled
mydns[11770]: DNS UPDATE is not enabled
mydns[11770]: DNS NOTIFY is not enabled
mydns[11770]: DNS IXFR is not enabled
mydns[11770]: optional 'xfer' column found in 'dns_soa' table
mydns[11770]: mydns 1.2.8.27 started Mon Dec 6 14:13:48 2010 (listening on 3 addresses)
Code:
## AUTOMATICALLY GENERATED BY DEBCONF. DO NOT MODIFY DATABASE
## INFORMATION (database, db-*)...
## PLEASE RUN 'dpkg-reconfigure mydns-mysql' INSTEAD.
## CHANGES TO THE FOLLOWING DIRECTIVES ARE NOT PRESERVED, BUT REPLACED,
## ON UPGRADE:
## user, group, pidfile, db-*, database
##
## /etc/mydns.conf
## Thu Aug 2 16:36:26 2007
## For more information, see mydns.conf(5).
##
# DATABASE INFORMATION
db-host = localhost # SQL server hostname
db-user = ispconfig # SQL server username
db-password = acfaf91ea59219f7562a69c98f088fd6 # SQL server password
database = dbispconfig # MyDNS database name
# GENERAL OPTIONS
user = nobody # Run with the permissions of this user
group = nogroup # Run with the permissions of this group
listen = * # Listen on these addresses ('*' for all)
no-listen = # Do not listen on these addresses
# CACHE OPTIONS
zone-cache-size = 2048 # Maximum number of elements stored in the zone cache
zone-cache-expire = 60 # Number of seconds after which cached zones expires
reply-cache-size = 2048 # Maximum number of elements stored in the reply cache
reply-cache-expire = 30 # Number of seconds after which cached replies expire
# ESOTERICA
log = LOG_DAEMON # Facility to use for program output (LOG_*/stdout/stderr)
pidfile = /var/run/mydns.pid # Path to PID file
timeout = 120 # Number of seconds after which queries time out
multicpu = 1 # Number of CPUs installed on your system
recursive = # Location of recursive resolver
allow-axfr = yes # Should AXFR be enabled?
allow-ixfr = yes
allow-tcp = yes # Should TCP be enabled?
allow-update = no # Should DNS UPDATE be enabled?
ignore-minimum = no # Ignore minimum TTL for zone?
soa-table = dns_soa # Name of table containing SOA records
rr-table = dns_rr # Name of table containing RR data
## soa-where = server_id = 1 # Extra WHERE clause for SOA queries
## rr-where = server_id = 1 # Extra WHERE clause for RR queries
use-soa-active = yes # To fix bug 295 where active or inactive status is ignored.
use-rr-active = yes# To fix bug 295 where active or inactive status is ignored.
notify-enable = yes
notify-enabled = yes
Mit freundlichen Grüßen Sven