Hello everyone, please help me ASAP if you can.
I have a weird problem with DNS zones, it would appear to me that everything is configured correctly but somehow it must not be.
I have two domains configured (I have xxd some characters because of privacy).
At the registrar the second domain is configured to have unique nameservers such as
ns1.DOMAIN1.IT
ns2.DOMAIN1.IT
because my domain 1 customer doesn't want to reveal they are my resellers.
However, domain 2 is not reachable, pingable or contactable in any way shape or form.
These are the DNS ZONES for BOTH domains
DOMAIN 1:
Needless to say, bind has been restarted several times and no other domain on the server has problems at all.
I have also added two more rows such as
ns1 A IP address 1st virtual ns
ns2 A IP address 2nd virtual ns
to domain 1 restarted bind again with no effect.
Thanks again!
I have a weird problem with DNS zones, it would appear to me that everything is configured correctly but somehow it must not be.
I have two domains configured (I have xxd some characters because of privacy).
At the registrar the second domain is configured to have unique nameservers such as
ns1.DOMAIN1.IT
ns2.DOMAIN1.IT
because my domain 1 customer doesn't want to reveal they are my resellers.
However, domain 2 is not reachable, pingable or contactable in any way shape or form.
These are the DNS ZONES for BOTH domains
DOMAIN 1:
DOMAIN 2 (THE ONE WHICH IS DOWN); cPanel
; Zone file for jamxxx.it
$TTL 14400
@ IN SOA ns1.hostingxxxxxx.net. logmonitor.hostingxxxx.net. ( 2004093003 ; serial, todays date+todays
14400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
jamxxx.it. IN NS ns1.hostingxxxxxx.net.
jamxxx.it. IN NS ns2.hostingxxxxx.net.
jamxxx.it. IN A 66.98.xxx.16
localhost.jamxxx.it. IN A 127.0.0.1
jamxxx.it. IN MX 0 jamxxx.it.
mail IN CNAME jamxxx.it.
www IN CNAME jamxxx.it.
ftp IN A 66.98.188.16
pippo 14400 IN A 66.98.xxx.16
www.pippo 14400 IN A 66.98.xxx.16
Many thanks to any generous helping souls out there.; cPanel
; Zone file for goldenxxx.it
$TTL 14400
@ IN SOA ns1.hostingxxx2.net. logmonitor.hostingxxx.net. ( 2004093007 ; serial, todays date+todays
14400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
goldenxxx.it. IN NS ns1.hostingxxx2.net.
goldenxxx.it. IN NS ns2.hostingxxx2.net.
goldenxxx.it. IN A 66.98.xxx.16
localhost.goldenxxx.it. IN A 127.0.0.1
goldenxxx.it. IN MX 0 goldenxxx.it.
mail IN CNAME goldenxxx.it.
www IN CNAME goldenxxx.it.
ftp IN A 66.98.xxx.16
areareservada 14400 IN A 66.98.xxx.16
www.areareservada 14400 IN A 66.98.xxx.16
areariservata 14400 IN A 66.98.xxx.16
www.areariservata 14400 IN A 66.98.xxx.16
privatearea 14400 IN A 66.98.xxx.16
www.privatearea 14400 IN A 66.98.xxx.16
Needless to say, bind has been restarted several times and no other domain on the server has problems at all.
I have also added two more rows such as
ns1 A IP address 1st virtual ns
ns2 A IP address 2nd virtual ns
to domain 1 restarted bind again with no effect.
Thanks again!
Last edited: