DNS Zone config with Centos Web Panel doesnt work [closed]What's the meaning of '@' in a DNS zone file?Where is DNS zone file in Centos 5 with Lxadmin?Setup private nameserversEmail sent from server with rDNS & SPF being blocked by HotmailDNS problem with plesk panel while using name serversSite takes time to resolve in the browserDNS BIND on CENTOS 6.3 and domain nameserversDNS setup on Centos 6 VPSDNS zone and Nameserver misconfigurationCannot find solution to “One or more of your nameservers did not return any of your NS records.” on intoDNS site

Multi tool use
How to decline a wedding invitation from a friend I haven't seen in years?
Non-aqueous eyes?
How to communicate to my GM that not being allowed to use stealth isn't fun for me?
Can I utilise a baking stone to make crepes?
Interval of parallel 5ths in the resolution of a German 6th chord
Why not invest in precious metals?
Second (easy access) account in case my bank screws up
Is it possible to have a wealthy country without a middle class?
Can the concepts of abstract algebra be visualized as in analysis?
Are there any important biographies of nobodies?
Russian word for a male zebra
Who enforces MPAA rating adherence?
Who won a Game of Bar Dice?
You have (3^2 + 2^3 + 2^2) Guesses Left. Figure out the Last one
Cascading Switches. Will it affect performance?
Why does logistic function use e rather than 2?
Electricity free spaceship
Should I ask for an extra raise?
What ways have you found to get edits from non-LaTeX users?
How come the nude protesters were not arrested?
CSV how to trim values to 2 places in multiple columns using UNIX
With Ubuntu 18.04, how can I have a hot corner that locks the computer?
What to do when surprise and a high initiative roll conflict with the narrative?
Longest bridge/tunnel that can be cycled over/through?
DNS Zone config with Centos Web Panel doesnt work [closed]
What's the meaning of '@' in a DNS zone file?Where is DNS zone file in Centos 5 with Lxadmin?Setup private nameserversEmail sent from server with rDNS & SPF being blocked by HotmailDNS problem with plesk panel while using name serversSite takes time to resolve in the browserDNS BIND on CENTOS 6.3 and domain nameserversDNS setup on Centos 6 VPSDNS zone and Nameserver misconfigurationCannot find solution to “One or more of your nameservers did not return any of your NS records.” on intoDNS site
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have been trying for hours now to setup my domain with the CentOS Web Panel and own nameservers.
I did change the nameserver at the domain registrar and entered the IP values for these nameservers, so:
ns1.domain.com resolves to IP1
ns2.domain.com resolves to IP2
That works, I did check that with ping ns1.domain.com
But if I try to ping domain.com
, it doesn't work.
My domain.com.db
zone file:
(I replace the IPs with ip1, ip2, ip3, ip4)
; Generated by CWP
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain. info.domain.com. (
2019052314 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
ns1.domain.com. 14400 IN A IP1
ns2.domain.com. 14400 IN A IP2
domain.com. 86400 IN NS ns1.salarom.com.
domain.com. 86400 IN NS ns2.salarom.com.
domain.com. IN A IP1
localhost.domain.com. IN A 127.0.0.1
domain.com. IN MX 15 domain.com.
mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=reject; rua=mailto:info@domain.com"
domain.com. 14400 IN TXT "v=spf1 +a +mx +ip4:IP1 ip4:IP2 ip4:IP3 ip4:IP4 ~all"
mta2 14400 IN A IP2
mta3 14400 IN A IP3
mta4 14400 IN A IP4
@ 14400 IN NS ns1.domain.com.
@ 14400 IN NS ns2.domain.com.
mail.domain.com 14400 IN A IP1
Hope you can help me!
Best regards,
domain-name-system centos nameserver
closed as off-topic by Michael Hampton♦ May 23 at 18:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Michael Hampton
add a comment |
I have been trying for hours now to setup my domain with the CentOS Web Panel and own nameservers.
I did change the nameserver at the domain registrar and entered the IP values for these nameservers, so:
ns1.domain.com resolves to IP1
ns2.domain.com resolves to IP2
That works, I did check that with ping ns1.domain.com
But if I try to ping domain.com
, it doesn't work.
My domain.com.db
zone file:
(I replace the IPs with ip1, ip2, ip3, ip4)
; Generated by CWP
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain. info.domain.com. (
2019052314 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
ns1.domain.com. 14400 IN A IP1
ns2.domain.com. 14400 IN A IP2
domain.com. 86400 IN NS ns1.salarom.com.
domain.com. 86400 IN NS ns2.salarom.com.
domain.com. IN A IP1
localhost.domain.com. IN A 127.0.0.1
domain.com. IN MX 15 domain.com.
mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=reject; rua=mailto:info@domain.com"
domain.com. 14400 IN TXT "v=spf1 +a +mx +ip4:IP1 ip4:IP2 ip4:IP3 ip4:IP4 ~all"
mta2 14400 IN A IP2
mta3 14400 IN A IP3
mta4 14400 IN A IP4
@ 14400 IN NS ns1.domain.com.
@ 14400 IN NS ns2.domain.com.
mail.domain.com 14400 IN A IP1
Hope you can help me!
Best regards,
domain-name-system centos nameserver
closed as off-topic by Michael Hampton♦ May 23 at 18:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Michael Hampton
add a comment |
I have been trying for hours now to setup my domain with the CentOS Web Panel and own nameservers.
I did change the nameserver at the domain registrar and entered the IP values for these nameservers, so:
ns1.domain.com resolves to IP1
ns2.domain.com resolves to IP2
That works, I did check that with ping ns1.domain.com
But if I try to ping domain.com
, it doesn't work.
My domain.com.db
zone file:
(I replace the IPs with ip1, ip2, ip3, ip4)
; Generated by CWP
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain. info.domain.com. (
2019052314 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
ns1.domain.com. 14400 IN A IP1
ns2.domain.com. 14400 IN A IP2
domain.com. 86400 IN NS ns1.salarom.com.
domain.com. 86400 IN NS ns2.salarom.com.
domain.com. IN A IP1
localhost.domain.com. IN A 127.0.0.1
domain.com. IN MX 15 domain.com.
mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=reject; rua=mailto:info@domain.com"
domain.com. 14400 IN TXT "v=spf1 +a +mx +ip4:IP1 ip4:IP2 ip4:IP3 ip4:IP4 ~all"
mta2 14400 IN A IP2
mta3 14400 IN A IP3
mta4 14400 IN A IP4
@ 14400 IN NS ns1.domain.com.
@ 14400 IN NS ns2.domain.com.
mail.domain.com 14400 IN A IP1
Hope you can help me!
Best regards,
domain-name-system centos nameserver
I have been trying for hours now to setup my domain with the CentOS Web Panel and own nameservers.
I did change the nameserver at the domain registrar and entered the IP values for these nameservers, so:
ns1.domain.com resolves to IP1
ns2.domain.com resolves to IP2
That works, I did check that with ping ns1.domain.com
But if I try to ping domain.com
, it doesn't work.
My domain.com.db
zone file:
(I replace the IPs with ip1, ip2, ip3, ip4)
; Generated by CWP
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain. info.domain.com. (
2019052314 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
ns1.domain.com. 14400 IN A IP1
ns2.domain.com. 14400 IN A IP2
domain.com. 86400 IN NS ns1.salarom.com.
domain.com. 86400 IN NS ns2.salarom.com.
domain.com. IN A IP1
localhost.domain.com. IN A 127.0.0.1
domain.com. IN MX 15 domain.com.
mail IN CNAME domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=reject; rua=mailto:info@domain.com"
domain.com. 14400 IN TXT "v=spf1 +a +mx +ip4:IP1 ip4:IP2 ip4:IP3 ip4:IP4 ~all"
mta2 14400 IN A IP2
mta3 14400 IN A IP3
mta4 14400 IN A IP4
@ 14400 IN NS ns1.domain.com.
@ 14400 IN NS ns2.domain.com.
mail.domain.com 14400 IN A IP1
Hope you can help me!
Best regards,
domain-name-system centos nameserver
domain-name-system centos nameserver
edited May 24 at 17:33


Pau Garcia
397
397
asked May 23 at 18:12
L337L337
161
161
closed as off-topic by Michael Hampton♦ May 23 at 18:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Michael Hampton
closed as off-topic by Michael Hampton♦ May 23 at 18:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters or see Where can I ask questions about web hosting control panels?" – Michael Hampton
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Solved!
Oh my god after like 6 hours of google & try and error i got it.
The zone (why ever) wasnt added to the named.conf by cwp ...
can be closed!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solved!
Oh my god after like 6 hours of google & try and error i got it.
The zone (why ever) wasnt added to the named.conf by cwp ...
can be closed!
add a comment |
Solved!
Oh my god after like 6 hours of google & try and error i got it.
The zone (why ever) wasnt added to the named.conf by cwp ...
can be closed!
add a comment |
Solved!
Oh my god after like 6 hours of google & try and error i got it.
The zone (why ever) wasnt added to the named.conf by cwp ...
can be closed!
Solved!
Oh my god after like 6 hours of google & try and error i got it.
The zone (why ever) wasnt added to the named.conf by cwp ...
can be closed!
answered May 23 at 18:36
L337L337
161
161
add a comment |
add a comment |
jifbwn5MDZVJb