Current time: 07-02-2024, 03:59 PM Hello There, Guest! (LoginRegister)


Post Reply 
DNS nicht synchron
Author Message
flames Offline
Junior Member
*

Posts: 98
Joined: Oct 2006
Reputation: 3
Post: #9
RE: DNS nicht synchron
das bedeutet, dass du zwar die IN NS auf subdomains der selbigen domain gesetzt hast, die auflösung ist aber in einem teufelskreis gefangen.

deine-domain.de -> ns1/2.deine-domain.de -> kein IN A record, also wird automatisch die deine-domain.de wieder gefragt, die wiederum verzählt, dass ns1/2.deine-domain.de gefragt werden soll xD

lösung: glue record, sieht dann so aus...

konfig bei denic (registrar)
deine-domain.de IN NS ns1.deine-domain.de
deine-domain.de IN NS ns1.deine-domain.de
ns1 IN A ip des ersten nameservers
ns2 IN A ip des zweiten nameservers

konfig auf deinem eigenen dns server (also dein eigener primary dns. der hosteurope als secondary holt sich die zonen ja vom primary, da brauchst du also die konfig nicht nochmal machen)
deine-domain.de IN NS ns1.deine-domain.de
deine-domain.de IN NS ns2.deine-domain.de
ns1 IN A ip des ersten nameservers (das ist ein glue record)
ns2 IN A ip des zweiten nameservers (das ist auch ein glue record)
deine-domain.de IN A ip des webservers
deine-domain.de IN MX fqhn des mailservers

somit durchbrichst du den teufelskreis. das nennt sich glue record. das ermöglicht dir nameserver als subdomains der selbigen domain zu betreiben.

du kannst dir mein "eigener dyndns service" topic durchlesen, da gehe ich kurz auf glue records ein.

edit: wenn du mal später weitere domains auf deinem server betreibst, benötigst du natürlich keine glue records mehr, du nimmst einfach bei denic in der zone die nameserver der deine-domain.de (also ns1.deine-domain.de und ns2.deine-domain.de)
wenn du jedoch bei jeder domain ns1 als subdomains der selbigen domain machen willst, musst du wieder jeweils glue recrods eintragen

PHP Code:
$TTL 12H
$ORIGIN deine
-domain.de.
@               
IN              SOA             lvps178-77-75-225.dedicated.hosteurope.depostmaster.deine-domain.de. (
dmn [deine-domain.detimestamp entry BEGIN.
                
2010092907     Serial
dmn [deine-domain.detimestamp entry END.
                
8H              Refresh
                30M             
Retry
                4W              
Expire
                3H              
Minimum TTL
)

                
IN              NS              ns1.deine-domain.de.
                
IN              NS              ns2.deine-domain.de.
                
IN              MX      10      mail.deine-domain.de.

deine-domain.de.     IN              A               xxx.xxx.xxx.xxx
www             IN              A               xxx
.xxx.xxx.xxx
deine
-domain.de.     IN              TXT             "v=spf1 a mx ip4:xxx.xxx.xxx.xxx ip4:xxx.xxx.xxx.xxx ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               xxx
.xxx.xxx.xxx
ns1             IN              A               111.111.111.111 
(ip von deinem nameserverglue)
ns2             IN              A               222.222.222.222 (ip vom hans.hosteurope.deglue)
CNAME for VHCS compatibility
ns              IN              CNAME           ns1
CNAME for mail transfer
imap            IN              CNAME           mail
pop             IN              CNAME           mail
pop3            IN              CNAME           mail
relay           IN              CNAME           mail
smtp            IN              CNAME           mail
CNAME for web transfer
ftp             IN              CNAME           www
sub [{SUB_NAME}] entry BEGIN.
sub [{SUB_NAME}] entry END.

dns [{MANUAL_DNS_ID}] entry BEGIN.
dns [{MANUAL_DNS_ID}] entry END

noch wichtig ist, dass du bei deinem registrar deine nameserver registrierst, sonst wird er ignoriert = dns fehler. den hosteurope dns musst wahrscheinlich nicht regen, da hosteurope das mit sicherheit selbst gemacht hat.

naja, komplexes thema, ich kann das nicht so wirklich in worte verpacken. kannst ja nochmal fragen wenn was unklar ist.
(This post was last modified: 10-06-2010 12:41 AM by flames.)
09-29-2010 11:53 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
DNS nicht synchron - Lufti - 09-26-2010, 10:59 PM
RE: DNS nicht synchron - Lufti - 09-27-2010, 03:20 AM
RE: DNS nicht synchron - flames - 09-27-2010, 06:10 AM
RE: DNS nicht synchron - Lufti - 09-28-2010, 12:55 AM
RE: DNS nicht synchron - flames - 09-28-2010, 03:37 PM
RE: DNS nicht synchron - Lufti - 09-29-2010, 06:34 AM
RE: DNS nicht synchron - flames - 09-29-2010, 07:23 AM
RE: DNS nicht synchron - Lufti - 09-29-2010, 08:28 AM
RE: DNS nicht synchron - flames - 09-29-2010 11:53 AM
RE: DNS nicht synchron - Lufti - 09-29-2010, 07:53 PM
RE: DNS nicht synchron - flames - 09-30-2010, 08:46 AM
RE: DNS nicht synchron - Lufti - 10-01-2010, 11:45 PM
RE: DNS nicht synchron - flames - 10-02-2010, 06:10 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)