Windows Server 2012 application with Locaweb domain

Asked

Viewed 261 times

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

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:

inserir a descrição da imagem aqui

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.

inserir a descrição da imagem aqui

In IIS, editing is very simple:

  • Type: Site Protocol. If you use https, you will need to select an SSL certificate installed on the server.
  • Host name: The address created in DNS
  • Door: Port used in communication.
  • IP: Either you place the * that represents any incoming address or select the internal IP of the interface that will be responsible for meeting the requests

inserir a descrição da imagem aqui

  • Dns entry into the Locaweb portal?

  • 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.

  • 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.

  • 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.

  • Type A accepts IP only. Where do I get the host? (forgive my difficulty in understanding)

  • 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.

  • In your case, as your server is not inside Locaweb, I suggest that you create one of the CNAME type.

  • 1

    Thank you very much!

Show 3 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.