Bugzilla – Bug 140506
RESOLV_MDNS: bitte dokumentieren
Last modified: 2005-12-21 20:19:48 UTC
Sehr geehrte Damen und Herren, im Internet kursieren etliche Workarounds zum Thema SuSE > 9.1 und Mulitcast-DNS (MDNS). In Microsoft-Netzwerken mit einer ".local"-Domain funktioniert dadurch oft die Namenauflösung nicht. Es wird empfohlen, die resolver-Bibliothek neu zu kompilieren. Das kann es aber wohl nicht ganz sein, oder? (z.B. wegen Patches) Oder man soll .local nicht verwenden. Leider ist das ein Microsoft-Standard. Jedoch habe ich gerade in dem Patch, der das MDNS aktiviert gesehen, dass man das auch per Umgebungsvariable RESOLV_MDNS=off ausschalten kann. Ich selbst habe die Zeile in /etc/sysconfig/boot eingebaut. Vielleicht wissen Sie noch eine bessere Stelle. Ich finde, es wäre dringend nötig, dies zu dokumentieren. Am einfachsten in /etc/resolv.conf als Kommentar. Zusätzlich natürlich im Changelog. Vielen Dank im voraus, Reinhard Moosauer
The prefered language for bugzilla is english. This because many developers do not speak german.
Short english version: There seem to be some ways to deal with mdns problems in suse 9.1 - 10.0. This should be documented in some places. Please document: - /etc/host.conf: "mdns off" can turn off mdns completely - /etc/nss_mdns.conf: modify mdns behavior (new since 9.3?) - export RESOLV_MDNS=off: for testing
(In reply to comment #2) > Short english version: > > There seem to be some ways to deal with mdns problems in suse 9.1 - 10.0. > This should be documented in some places. It is documented, people only do not read documentation :( > Please document: > - /etc/host.conf: "mdns off" can turn off mdns completely Documented in the corresponding manual page. > - /etc/nss_mdns.conf: modify mdns behavior (new since 9.3?) This is not used from us by default, if somebody configures his system to use it it is in his own responsibility.