Content unavailable! (broken link)https://www.dynarocks.com/wiki/attach/PageHeader/interSULT-2.002.jpg
DNS

This page (revision-17) was last changed on 27-Aug-2019 12:26 by Dieter Käppel

This page was created on 21-Mar-2013 10:04 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
17 27-Aug-2019 12:26 3 KB Dieter Käppel to previous
16 27-Aug-2019 12:26 3 KB Dieter Käppel to previous | to last
15 26-Aug-2019 16:48 3 KB Dieter Käppel to previous | to last
14 26-Aug-2019 16:44 3 KB Dieter Käppel to previous | to last
13 04-Nov-2015 22:04 3 KB Dieter Käppel to previous | to last
12 06-Oct-2013 23:21 2 KB Dieter Käppel to previous | to last
11 06-Oct-2013 23:15 2 KB Dieter Käppel to previous | to last
10 06-Oct-2013 23:09 1 KB Dieter Käppel to previous | to last
9 28-Aug-2013 06:19 1 KB Dieter Käppel to previous | to last
8 28-Aug-2013 06:18 1 KB Dieter Käppel to previous | to last
7 22-Mar-2013 19:10 1 KB Dieter Käppel to previous | to last
6 22-Mar-2013 18:53 1 KB Dieter Käppel to previous | to last
5 22-Mar-2013 18:53 1 KB Dieter Käppel to previous | to last
4 22-Mar-2013 17:23 1 KB Dieter Käppel to previous | to last
3 22-Mar-2013 17:21 1 KB Dieter Käppel to previous | to last
2 22-Mar-2013 16:53 964 bytes Dieter Käppel to previous | to last
1 21-Mar-2013 10:04 890 bytes Dieter Käppel to last
Incoming links Outgoing links

Difference between version and

At line 3 changed one line
__Hinweis:__ Aktueller Stand ist die Installation von [Bind|Docker#section-Docker-FullBindDNS] in einem [Docker] Container.
Alternative Namen sind:
At line 5 removed 2 lines
Namensgebung:
At line 30 removed one line
|PTR|Reverse-Lookup um für eine IP-Adresse einen Domain-Namen zu erhalten.
At line 51 removed 42 lines
Es gibt zwei Lösungsmöglichkeiten:
!!Reduzieren von EDNS auf 512 Bytes
Die erforderlichen Einträge in der named.conf:
{{{
edns-udp-size 512;
max-udp-size 512;
}}}
!!Abschalten der EDNS-Funktionalität
Die erforderlichen Einträge in der named.conf:
{{{
server 0.0.0.0/0 {
edns no;
};
server ::/0 {
edns no;
};
}}}
!!!ISC Bind Server Failure
Unter ISC Bind kommt es bei rekursiven DNS-Anfragen bei einigen Leuten zu den Meldungen "Server Failure". Es wird vermutet, dass dies nur in Bind 9 unter Windows auftaucht.
Eine möglicher Work-around ist vermutlich:
{{{
max-ncache-ttl 30;
lame-ttl 10;
cleaning-interval 0;
}}}
__Erklärung:__ Negative Einträge bzw. langsame DNS-Server werden nach kurzer Zeit (30 Sekunden bzw. 10 Sekunden) nochmal abgefragt. Einmal gefundene Ergebnisse werden nicht aus dem Cache entfernt.
!!!Dynamische DNS-Server
Frei und einfach zu nutzen sind:
* [DDNS|https://www.ddns.net/]
* [Duck DNS|https://www.duckdns.org/]
At line 95 removed one line
* [http://www.wiki.csoft.at/index.php/ISC_BIND_Nameserver_in_Windows_XP_installieren]
×