Netzwerk interfaces und mehrere NameServer bind9
Hallo,
ich habe auf meinen Desktop PC eine statische IP und für Nameserver in
der interfaces folgende Einträge:
dns-nameservers 127.0.0.1
dns-nameservers 192.168.1.7
dns-nameservers 192.168.1.3
dns-nameservers 8.8.8.8
bzw. wenn das von Bedeutung sein sollte auch so getestet
dns-nameservers 127.0.0.1 192.168.1.7 192.168.1.3 8.8.8.8
Wenn ich nun auf dem 127.0.0.1 den DNS Server ausmache gibt es nur einen
timeout aber keine Anfrage an den nächsten Server
resolv.conf soll ich wohl nicht ändern, sondern man soll es wohl doch in
die /etc/network/interfaces
Wie bekomme ich nun weitere Anfragen nach timeout oder parallele
Anfragen hin.
Gruss Thomas
If the resolvconf program is installed, you should not edit the
resolv.conf configuration file manually as it will be dynamically
changed by programs in the system. If you need to manually define the
nameservers (as with a static interface), add a line something like the
following to the interfaces configuration file at /etc/network/interfaces:
Reply to: