nach einer Reinitialisierung meines Servers durch 1&1 habe ich statt Susi 8.1 jetzt Susi 9.1 !
Frage:
Kann ich den alten Nameserver auf dem neuen OS benutzen, oder muss ich etwas ändern ?
Hier mal die Einstellungen:
named.conf:
Code: Select all
# Copyright (c) 2001 SuSE GmbH Nuernberg, Germany
#
# Author: Frank Bodammer <feedback@suse.de>
#
# /etc/named.conf
#
# This is a sample configuration file for the name server BIND9.
# It works as a caching only name server without modification.
#
# A sample configuration for setting up your own domain can be
# found in /usr/share/doc/packages/bind9/sample-config.
#
# A description of all available options can be found in
# /usr/share/doc/packages/bind9/misc/options.
options {
# The directory statement defines the name server´s
# working directory
directory "/var/named";
# The forwarders record contains a list of servers to
# which queries should be forwarded. Enable this line and
# modify the IP-address to your provider's name server.
# Up to three servers may be listed.
#forwarders { 10.11.12.13; 10.11.12.14; };
# Enable the next entry to prefer usage of the name
# server declared in the forwarders section.
#forward first;
# The listen-on record contains a list of local network
# interfaces to listen on. Optionally the port can be
# specified. Default is to listen on all interfaces found
# on your system. The default port is 53.
#listen-on port 53 { 127.0.0.1; };
# The listen-on-v6 record enables or disables listening
# on IPV6 interfaces. Allowed values are 'any' and 'none'
# or a list of addresses. IPv6 can only be used with
# kernel 2.4 in this release.
listen-on-v6 { any; };
# The next three statements may be needed if a firewall
# stands between the local server and the internet.
#query-source address * port 53;
#transfer-source * port 53;
#notify-source * port 53;
# The allow-query record contains a list of networks or
# IP-addresses to accept and deny queries from. The
# default is to allow queries from all hosts.
#allow-query { 127.0.0.1; };
# If notify is set to yes (default), notify messages are
# sent to other name servers when the the zone data is
# changed. Instead of setting a global 'notify' statement
# in the 'options' section, a separate 'notify' can be
# added to each zone definition.
notify no;
auth-nxdomain no;
#erlaubt das zone-update zu ns.schlund.de und ns2.schlund.de
allow-transfer { 195.20.224.97; 195.20.225.34; };
};
# The following three zone definitions don't need any modification.
# The first one defines localhost while the second defines the
# reverse lookup for localhost. The last zone "." is the
# definition of the root name servers.
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
zone "." in {
type hint;
file "root.hint";
};
# You can insert further zone records for your own domains below.
zone "222.160.217.in.addr.arpa" in {
type master;
file "217.160.222.zone";
};
zone "domain1.de" in {
type master;
file "default.hosts";
};
zone "domain2.de" in {
type master;
file "default.hosts";
};
zone "domain3.de" in {
type master;
file "default.hosts";
};
zone "domain4.de" in {
type master;
file "default.hosts";
};
zone "domain5.de" in {
type master;
file "default.hosts";
};
zone "domain6.de" in {
type master;
file "default.hosts";
};
zone "domain7.de" in {
type master;
file "default.hosts";
};
zone "domain8.de" in {
type master;
file "default.hosts";
};
zone "domain9.de" in {
type master;
file "default.hosts";
};
zone "domain10.de" in {
type master;
file "default.hosts";
};
zone "domain11.de" in {
type master;
file "default.hosts";
};
zone "domaintuning.de" in {
type master;
file "default.hosts";
};
zone "domain12.de" in {
type master;
file "default.hosts";
};
zone "domain13.com" in {
type master;
file "default.hosts";
};
zone "domain14.de" in {
type master;
file "default.hosts";
};
zone "domain15.de" in {
type master;
file "default.hosts";
};
zone "domain16.biz" in {
type master;
file "default.hosts";
};
zone "domain17.de" in {
type master;
file "default.hosts";
};
zone "domain18.de" in {
type master;
file "default.hosts";
};
zone "domain19.de" in {
type master;
file "default.hosts";
};
zone "domain20.net" in {
type master;
file "default.hosts";
};
zone "domain21.net" in {
type master;
file "default.hosts";
};
zone "domain22.de" in {
type master;
file "default.hosts";
};
zone "domain23.com" in {
type master;
file "default.hosts";
};
zone "domain24.de" in {
type master;
file "default.hosts";
};
zone "domain25.com" in {
type master;
file "default.hosts";
};
# zone "domain26.de" in {
# type master;
# file "default.hosts";
# };
# gekündigt zum 01.05.2004
#
zone "domain27.de" in {
type master;
file "default.hosts";
};
zone "domain28.de" in {
type master;
file "default.hosts";
};
zone "domain29.de" in {
type master;
file "default.hosts";
};
zone "domain30.de" in {
type master;
file "default.hosts";
};
zone "domain31.com" in {
type master;
file "default.hosts";
};
zone "domain 32.de" in {
type master;
file "default.hosts";
};
Code: Select all
$TTL 1W
@ IN SOA ns.hauptdomain.de. root (
2004070101 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11H ) ; minimum
IN NS ns.hauptdomain.de.
IN NS ns.schlund.de.
IN MX 10 mail.hauptdomain.de.
IN MX 20 mxXY.schlund.de.
IN A 217.160.222.190
* IN A 217.160.222.190
Code: Select all
$TTL 1W
@ IN SOA @ root (
42 ; serial (d. adams)
2D ; refresh
4H ; retry
6W ; expiry
1W ) ; minimum
IN NS @
IN A 127.0.0.1
Code: Select all
Jul 9 12:57:00 p15145250 /USR/SBIN/CRON[16612]: (root) CMD (/root/confixx/confixx_counterscript.pl )
Jul 9 12:58:00 p15145250 /USR/SBIN/CRON[16622]: (root) CMD (/root/confixx/confixx_counterscript.pl )
Jul 9 12:59:00 p15145250 /USR/SBIN/CRON[16635]: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
Jul 9 12:59:00 p15145250 /USR/SBIN/CRON[16637]: (root) CMD (/root/confixx/confixx_counterscript.pl )
Jul 9 12:59:31 p15145250 sshd[16571]: subsystem request for sftp
Jul 9 13:00:00 p15145250 /USR/SBIN/CRON[16655]: (root) CMD (/root/confixx/confixx_counterscript.pl )
Jul 9 13:00:15 p15145250 named[16727]: starting BIND 9.2.3 -t /var/lib/named -u named
Jul 9 13:00:15 p15145250 named[16727]: using 1 CPU
Jul 9 13:00:15 p15145250 named[16727]: loading configuration from '/etc/named.conf'
Jul 9 13:00:15 p15145250 named[16727]: /etc/named.conf:21: change directory to '/var/named' failed: file not found
Jul 9 13:00:15 p15145250 named[16727]: /etc/named.conf:21: parsing failed
Jul 9 13:00:15 p15145250 named[16727]: loading configuration: file not found
Jul 9 13:00:15 p15145250 named[16727]: exiting (due to fatal error)
Jul 9 13:00:23 p15145250 sshd[16571]: subsystem request for sftp
Jul 9 13:01:00 p15145250 /USR/SBIN/CRON[16744]: (root) CMD (/root/confixx/confixx_counterscript.pl )