This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
DNS / DNS not setup correctly
« on: May 08, 2017, 07:20:02 PM »
Hello,
I have a VPS with CentOS 7 that I'm trying to manage with centos webpanel.
I set the hostname in ssh as root as:
NS1 SubDomain: ns1.mydomain.com NS1 IP: my.single.ip.numbers
NS2 SubDomain: ns2.mydomain.com NS1 IP: my.single.ip.numbers
And edited DNS Functions --> List DNS Zones -> mydomain.com.db -> edit file as:}
ns1 14400 IN A my.single.ip.numbers
ns2 14400 IN A my.single.ip.numbers
But it's not working. The dns are not set. What am I missing? Thank you
I have a VPS with CentOS 7 that I'm trying to manage with centos webpanel.
I set the hostname in ssh as root as:
Code: [Select]
hostname mysrv.mydomain.com
I edited DNS Functions -> edit nameservers ip as:NS1 SubDomain: ns1.mydomain.com NS1 IP: my.single.ip.numbers
NS2 SubDomain: ns2.mydomain.com NS1 IP: my.single.ip.numbers
And edited DNS Functions --> List DNS Zones -> mydomain.com.db -> edit file as:}
ns1 14400 IN A my.single.ip.numbers
ns2 14400 IN A my.single.ip.numbers
But it's not working. The dns are not set. What am I missing? Thank you
Pages: [1]