Ich habe ein kleines Verständisproblem beim debianhowto von bind9:
Was muss ich da einsetzen? Das verstehe ich nicht ganz!options {
directory "/var/cache/bind";
pid-file "/var/run/bind/named.pid";
notify yes;
allow-transfer { 195.20.224.97; 195.20.225.34; };
forwarders { 195.20.224.234; 195.20.224.99; };
forward first;
listen-on port 53 { 127.0.0.1; 217.160.xyz.abc; };
listen-on-v6 { none; };
allow-query { 127.0.0.1; 217.160.xyz.abc; };
allow-recursion { 127.0.0.1; 217.160.xyz.abc; };
auth-nxdomain no; # conform to RFC1035
// version "My version is so secret that I even dont know what Im running on";
// Wer seine Bind Version "verstecken" will, kann die beide // vor version entfernen.
// If there is a firewall between you and nameservers you want
// to talk to, you might need to uncomment the query-source
// directive below. Previous versions of BIND always asked
// questions using port 53, but BIND 8.1 and later use an unprivileged
// port by default.
// query-source address * port 53;
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
// auth-nxdomain no; # conform to RFC1035
};
Das xyz.abc jeweils immer durch die eigene IP ersetzen.
So:217.160.000.000.000.000 (meine ip 000.000.000.000)
oder so: 000.000.000.000.
Für was ist diese IP: 195.20.224.97?
Danke wäre nett wenn einer antworten könnte!