Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I have a VPS server with iniz.com. On the VPS I’m running a webserver and I manage web accounts with Cpanel and Whm. Do you think I need to run my own Name servers?
@desaint.david: WHM installs a nameserver and configures it automatically. You will just need to set up glue records for ns1/ns2.yourdomain.com to point to your cPanel VPS.
Hi there… what about vestacp? is there a way I can run a mange multiple domains? Any action steps? Thank you
@arsen.benda: Please do not run any commands in this article as it will most likely break vestacp. I believe your question on their forums was answered: <a href=“http://forum.vestacp.com/viewtopic.php?f=11&t=4003”>http://forum.vestacp.com/viewtopic.php?f=11&t=4003</a>
hai…what about how to install bind and configure on my ubuntu vps on digital ocean
Hi, Just wanted to say it was a great tutorial, setting up a BIND server for an experiment and this was exactly what I needed to get it up. :)
Hi,
I follow this tutorial step by step, when i try to restart the service with:
service named restart
there is following error: Stopping named: [ OK ] Starting named: Error in named configuration: /etc/named.conf:23: unknown option ‘dnssec-validation’ /etc/named.conf:24: expected ‘trust-anchor’ near ‘;’
any solution? Thank you very much.
I’m using CentOS 5.9 32bit on an OpenVZ server.
However finally i remove these lines:
dnssec-validation yes; dnssec-lookaside auto;
and replace it with:
dnssec-lookaside . trust-anchor dlv.isc.org.;
no error when i start named service, but i still cannot ping ns1.mydomain.com, still try to find what happen :D