(z.B. Ubuntu 22.04)
Eingesetzte Server-Virtualisierung-Technologie
keine
KeyHelp-Version + Build-Nummer
ganz frisch, neu
Ich habe ein Problem mit DNS. Warum? Ich versuche, den DNS in der Domain ncacus.de zu ändern, aber leider sind hierfür zwei NS-Adressen mit separaten IPs erforderlich.
Meine DNS
ns1.castpol.pl
ns2.castpol.pl
; Zone file for KeyHelp control panel domain panel.castpol.pl
;
$TTL 86400
@ IN SOA ns1.castpol.pl. root.panel.castpol.pl. (
2023070803 ; serial
14400 ; refresh
3600 ; retry
604800 ; expire
3600 ; negative caching
)
; Name servers
@ IN NS ns1.castpol.pl.
@ IN NS ns2.castpol.pl.
; Glue
ns1 IN A 51.75.60.224
ns1 IN AAAA 2001:41d0:602
ns2 IN A 54.38.62.207
@ IN MX 10 mail
@ IN TXT "v=spf1 a mx -all"
; Host information
@ IN A 51.75.60.224
* IN A 51.75.60.224
@ IN A 54.38.62.207
* IN A 54.38.62.207
@ IN AAAA 2001:41d0:602
* IN AAAA 2001:41d0:602
; EOF
und :
// forwarders {
// 0.0.0.0;
// };
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-validation auto;
listen-on-v6 { any; };
allow-transfer {
127.0.0.1;
54.38.62.207;
};
also-notify {
54.38.62.207;
};
};
Ich habe alles so gemacht, wie es im Forum steht. Leider ohne Erfolg.
ns2.castpol.pl liest die ganze Zeit auf derselben IP wie NS1
Sehr sehr gute Panel aber keine ahnung was ist los mit DNS, was soll ich machen?
Vielen Dank!