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:
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