Report this

What is the reason for this report?

Crear subdominio en godaddy

Posted on August 17, 2014

Hola, tengo un dominio alojado en godaddy y quiero crear un subdominio que apunte a mi vps (alojado en digitalocean) he modificado el archivo de zona dns de esta forma:

$TTL	1800
@		IN	SOA	NS1.DIGITALOCEAN.COM.	hostmaster.ldonis.net. (
			1408162867 ; last update: 2014-08-16 04:21:07 UTC
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			1800 ; ttl
			)
             IN      NS      NS1.DIGITALOCEAN.COM.
                     NS      NS2.DIGITALOCEAN.COM.
                     NS      NS3.DIGITALOCEAN.COM.
@	IN A	104.131.227.11
project.ldonis.net	IN A	104.131.227.11
www	CNAME	@

Pero por alguna razón el subdominio project.ldonis.net no resuelve nada.

Gracias por su ayuda.



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You want an A record that looks like:

Record Name Target
A project 104.131.227.11

Check out:

How To Set Up and Test DNS Subdomains with DigitalOcean’s DNS Panel

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.