So mal meine Dateien, dann könnt ihr mal gucken ob ich was falsch habe.
Meldung wenn ich rcnamed starte ( /var/log/messages ):
Oct 7 17:17:00 h1205 /usr/sbin/named[20625]: starting BIND 9.1.3 -u named Oct 7 17:17:00 h1205 /usr/sbin/named[20625]: using 1 CPU Oct 7 17:17:00 h1205 /usr/sbin/named[20627]: loading configuration from '/etc/named.conf' Oct 7 17:17:00 h1205 /usr/sbin/named[20627]: the default for the 'auth-nxdomain' option is now 'no' Oct 7 17:17:00 h1205 /usr/sbin/named[20627]: listening on IPv4 interface lo, 127.0.0.1#53 Oct 7 17:17:00 h1205 /usr/sbin/named[20627]: listening on IPv4 interface eth0, 81.169.156.119#53 Oct 7 17:17:00 h1205 /usr/sbin/named[20627]: running
named.conf
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;
#erlaubt das zone-update zu ns.schlund.de#
allow-transfer { 195.20.224.97; };
};
# 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";
};
zone "119.156.169.in-addr.arpa" in {
type master;
file "81.169.156.zone";
};
zone "randar.de" in {
type master;
file "randar.de.zone";
};
# You can insert further zone records for your own domains below.
randar.de.zone:
$TTL 1W
@ IN SOA ns.randar.de. root.randar.de. (
2003100502 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11H) ; minimum
IN NS ns
IN NS ns.schlund.de.
IN A 81.169.156.119
mail IN A 81.169.156.119
ns IN A 81.169.156.119
* IN A 81.169.156.119
81.169.156.zone
$TTL 1W
@ IN SOA ns.randar.de. root.randar.de. (
2003100502 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns
IN NS ns.schlund.de.
666 IN PTR ns.randar.de.
So was ist da falsch, wenn jemand was weiss bitte melden ;-) Und wenn noch was fehlt reiche ich es gerne nach