Setting up an A record for connecting domain to server [closed] - dns

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
I have a web server set up at home for hosting a web site and I bought a domain from NameCheap. Now I want to connect the two together. I watched a lot of tutorials and I can see that the most popular way of registering your server is with a DNS 'A record' by connecting to my IP address. The problem is that my IP address is changing every once in a while and I am not sure if this means that I have to make my IP static. Is that possible and how do I do that? Also, is this a good way of connecting my domain to my server or is there a better way?

It's possible, there are 2 options:
Call your ISP, and ask if they offer a static IP as an option for your service (depending on where you live, this could be expensive, and not available for home connections). Then point the DNS A to your new fix IP.
Use a service like "No-IP": In this scenario you have to associate a CNAME (instead of a A Record) to a subdomain from No-IP, and they will redirect to your home dynamic IP.
Now take into account, for those 2 cases, you'll need to forward that domain to your local computer using the function of DDNS of your router, plus another settings like port forwarding.

Related

How to connect my domain to my FTP server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have an FTP server running on a local synology server. It has an external IP address to which I can connect to using an FTP client on port 21. I'm wondering if there is a way to access this FTP server using my domain (ex. ftp.mydomain.com or something similar). The DNS for my domain is managed on Google Cloud DNS.
How do I get started with achieving this?
You can create private or public zone at Google Cloud DNS (depends on your needs) and that's all. In case you need public zone - you should register domain name at first and then use exactly the same NS records you'll get at Google Cloud DNS as DNS servers for your domain at registrar's control panel. Here you can find best practices for private zones. After creating dns zone for your domain you should create A record for your ftp.
If you need more specific information - please update your question.

Struggling with Amazon Route 53 DNS Management [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I purchased a domain through Amazon Route 53 and am hosting my Node.js/ExpressJS app on an Amazon Linux EC2 Instance server. I can get my site to run on my EC2 server by using the public IP:portNumber or by using the publicDNS:portNumber, but I am struggling to understand how to set up the record sets in the hosted zone section of the Route 53 console to have my website point to www.thedomainipurchased.com:portNumber. I also read somewhere that you can't add the port number onto the public ip like that, so I would like to know how to set up both records to do this. I'm new to DNS, which is why I've had such a hard time although I'm sure to some people this seems very simple so would really appreciate any feedback to be explained in as basic and simple of a way as possible. Record Set Picture here
DNS only provides a way to map names to the IP addresses of hosts. Except under very limited circumstances you can't include a port number. DNS simply isn't designed to do that.
Ports are determined by the protocol involved. If you use a web browser to connect via HTTP then it will default to using port 80. If you use a web browser to connect via HTTPS then it will default to using port 443. When you send e-mail the default port is 25. When you SSH into a server the default port is 22. And so on. Default ports are essentially part of the specification for the global internet.

Do companies register DNS sub-domains or handle it themselves? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
If my university uno.edu has all public IP addresses and it wants to add a department as a DNS subdomain i.e. cs.uno.edu
Will it typically handle the subdomain itself on it's local on campus DNS servers?
Or will it register that subdomain with a registrar?
Also, will windows server handle remote internet DNS requests?
I'm asking because I'm trying to figure out how powerful windows server DNS capabilities are.
uno.edu/computer-science is not a subdomain, but a URL. A subdomain would be computer-science.uno.edu.
The DNS server of the top-level-domain edu will reference to the DNS server of your university (uno.edu) and that one manages all subdomains on an local DNS server (like the aforementioned computer-science.uno.edu for instance). However, it's also possible that your university does not host an own DNS server if they don't need to manage subdomains.
And yes, Windows Server can certainly handle remote requests.

Windows Azure Virtual Machine with GoDaddy Custom Domains [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am having problems setting up a custom domain (purchased on GoDaddy.com) with an Azure virtual machine (on which I plan on running multiple websites.) I've setup some Endpoints (80 for Http and 443 for SSL) I am using the CNAME of myvm.cloudapp.net and I set the binding in the VM IIS to my Azure VM INTERNAL IP ADDRESS. Voila, it all works. The problem is that Azure will change this IP every once in a while...so my question is, is there a better way to set this up so that I don't have to worry about IP address changes?
The search keyword you are looking for is "dynamic DNS".
Set up a dynamic DNS account somewhere (e.g. http://www.noip.com/free/, or DynDns, there are many others). You will get a host name from them, and some client software that you run that keeps their DNS servers updated (some routers have dynamic-dns clients built in to their hardware as well). Then add a CNAME entry for your real domain/subdomain that points to your dynamic dns host name. See http://en.wikipedia.org/wiki/Dynamic_DNS for a general overview.
Your DNS provider may also have their own dynamic DNS client software that just works with their service - ask them if they support dynamic DNS (or search on their support site). Personally, I skip the middle men and just use ZoneEdit's nameservers (http://www.zoneedit.com/dynamicDNS.html, not free) for all DNS services. They have dynamic DNS support.

Host my own DNS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I brought few domain names from a domain register in my Country. So yea they manage the domain like change DNS etc. Is there a way that I can mange my own DNS.
Example:
Domain Register (DNS) points ---> DNS Manager Service (This is where I will manage the DNS) from my side. It will like a redirecting DNS just like we redirecting websites from one domain to another.
Hope you understand what am trying to say here. I don't whats its called. Did Google but even a clue what am looking for.
Thanks
You need a managed DNS service.
There is a nice list on wikipedia
Once you acquire one of these services, you will inform your domain register to point to the managed DNS site. Any request for your domains is forwarded to the managed DNS site. You will use a control panel on the managed site to further forward to your final destination (rented cloud server, server at home, construction page, etc)

Resources