Setting up WHM nameservers

Posted by Miskone on Server Fault See other posts from Server Fault or by Miskone
Published on 2014-06-06T13:53:28Z Indexed on 2014/06/06 15:29 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

I am new to server administration and I've just got a dedicated root server from Hetzner.

First I set up in Hetzner's robot DNS entries

Registered nameservers:

ns1.raybear.com 88.198.32.57
ns2.raybear.com 88.198.32.57

Under DNS entires I have

buzz-buzz.me pointing to 88.198.32.57 // My server IP address

and on my WHM I have DNS zone for buzz-buzz.me

; cPanel first:11.42.1.17 (update_time):1402062640 Cpanel::ZoneFile::VERSION:1.3     hostname:hosting.raybear.com latest:11.42.1.17
; Zone file for buzz-buzz.me
$TTL 14400
buzz-buzz.me.   86400   IN  SOA ns1.raybear.com.    miskone.gmail.com.  (
                    2014060605 ;Serial Number
                    86400 ;refresh
                    7200 ;retry
                    3600000 ;expire
                    86400   )

buzz-buzz.me.   86400   IN  NS  ns1.raybear.com.
buzz-buzz.me.   86400   IN  NS  ns2.raybear.com.


buzz-buzz.me.   14400   IN  A   88.198.32.57

localhost   14400   IN  A   127.0.0.1

buzz-buzz.me.   14400   IN  MX  0   buzz-buzz.me.

mail    14400   IN  CNAME   buzz-buzz.me.
www 14400   IN  CNAME   buzz-buzz.me.
ftp 14400   IN  CNAME   buzz-buzz.me.
agent   14400   IN  A   88.198.32.57
src 14400   IN  A   88.198.32.57
platform    14400   IN  A   88.198.32.57

But still I have some problems accesing buzz-buzz.me, agent.buzz-buzz.me and platform.buzz-buzz.me

Also I have problem getting mails on Google account, I can send but not receive emails.

How to solve this. As I said I am completly new here and I need urgent help.:(

© Server Fault or respective owner

Related posts about dns

Related posts about nameserver