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

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;








0















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,










share|improve this question















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
If this question can be reworded to fit the rules in the help center, please edit the question.






















    0















    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,










    share|improve this question















    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
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      0












      0








      0








      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,










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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
      If this question can be reworded to fit the rules in the help center, please edit the question.







      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
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          1 Answer
          1






          active

          oldest

          votes


















          1














          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!






          share|improve this answer





























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            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!






            share|improve this answer



























              1














              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!






              share|improve this answer

























                1












                1








                1







                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!






                share|improve this answer













                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!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 23 at 18:36









                L337L337

                161




                161













                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?