-1
I have a Google Cloud server Windows Server 2012, but I don’t know much about the infra. How do I point out a domain I have on Locaweb to my application running on IIS? On the site of Locaweb asks me to configure the DNS.
-1
I have a Google Cloud server Windows Server 2012, but I don’t know much about the infra. How do I point out a domain I have on Locaweb to my application running on IIS? On the site of Locaweb asks me to configure the DNS.
0
You only need two items:
After creating the entry in your DNS, you should select your website on the IIS configuration screen, click on "associations" (Binds) add to yours and wait only for the DNS propagation time you created. Propagation time varies from server to server.
At Locaweb, create the subdomain:
After the hit, it is good to make sure that everything is all right with the configuration by making a direct query to the DNS server. To do this you can run by the command line the nslookup. There are sites with online tools which can also help a great deal in this consultation.
In IIS, editing is very simple:
Browser other questions tagged dns
You are not signed in. Login or sign up in order to post.
Dns entry into the Locaweb portal?
– Salatiel
That. In the control panel you have an advanced edition that displays your DNS table. You need to create one, either type A or type CNAME. Take a look at this help. Access to the control panel is via here.
– Andre Mesquita
I created a type A pointing to the IP of my server. Where do I get the dns with the host name? I’m wondering how to set this up in Ocaweb.
– Salatiel
In Locaweb just make the change in DNS. This entry will already send the address to your IP. Now you need to change the IIS as explained so that it recognizes the incoming host and transfers to the correct service.
– Andre Mesquita
Type A accepts IP only. Where do I get the host? (forgive my difficulty in understanding)
– Salatiel
The DNS entry is: subdomain (www, app, etc.), a type (A, CNAME, etc.), an IP (ex.:177.21.16.40) and a refresh time (TTL). Your domain is already in Ocaweb. You need to create a sub-domain that correlates the host with the IP.
– Andre Mesquita
In your case, as your server is not inside Locaweb, I suggest that you create one of the CNAME type.
– Andre Mesquita
Thank you very much!
– Salatiel