Questions tagged [dns-hosting]

DNS hosting service is the service than runs DNS servers.

DNS hosting service is the service than runs DNS servers. Most, but not all, domain name registrars include DNS hosting service with registration. Free DNS hosting services also exist.

DNS hosting service is optimal when the provider has multiple servers in various geographic locations that provide resilience and minimize latency for clients around the world. By operating DNS nodes closer to end users, DNS queries travel a much shorter distance, resulting in faster Web address resolution speed.

Source: Wikipedia.

521 questions
1
vote
0 answers

bind9 not responding to DNS requests

I am trying to setup a basic DNS server that just forwards requests from other DNS servers. I've installed bind9 and edited the /etc/bind/named.conf.options file as below. options { directory "/var/cache/bind"; // If there is a firewall…
Puddler
  • 111
  • 1
  • 5
1
vote
1 answer

An easy way to update Google Cloud DNS record with HTTP request

Is there a simple way to update a record of a managed zone in the Google Cloud DNS Platform, by means of something like an HTTP request. Some of the DNS providers allow for HTTP requests to be submitted with the record name, new record data and…
1
vote
3 answers

How can I get my local network machines to call local web server by URL?

I have four computers connected to a single switch - unconnected to the internet. One of the computers (the large one in the picture) is more powerful than the others and is running Ubuntu, with three live Node.js web servers with different apps on…
1
vote
1 answer

Can you run a DNS on the same machine as your webserver? If so, how do you set it up?

Two-fold question from someone who has very little server experience. I've set up a simple IIS8 (Windows 2012) server with a website on it. That works fine. I can access it outside of my house (yes, this is a SMALL server running in my house), but…
Johnny Bones
  • 117
  • 1
  • 7
1
vote
0 answers

Monitoring self-hosted DNS, counting DNS requests in a time period

I have a self-hosted authoritative DNS server, using MaraDNS. We're having smaller periods of unresponsiveness during peak times. I'm guessing because of this it has to do with MaraDNS not having enough resources. I want to monitor how many DNS…
Jono
  • 117
  • 1
  • 5
1
vote
1 answer

Creating vanity nameservers without hosting DNS

We'd like to create our own vanity nameserver addresses to use with various domains that we host. Our hosting provider gives us two options: use their nameserver addresses, or setup our own nameserver addresses and host our own DNS. We don't want to…
MrCarrot
  • 345
  • 1
  • 4
  • 13
1
vote
0 answers

How to set DNS to my IP and port - Atlantic.Net

I'm new to host my ruby on rails application on the server. I have bought a server from Atlantic.Net and running my project on a port let's say port-3001. Now I'm unable to set my domain to my IP and a specified port. Please suggest anyone what and…
1
vote
1 answer

Is it possible for DNS to pass to another DNS?

I have a domain - mydomain.com - and I would like to use Linode for my DNS service so I have full control over any subdomains and MX records I might need. Linode DNS servers: ns1.linode.com ns2.linode.com ... ns5.linode.com I have recently signed…
jbmoon
  • 13
  • 2
1
vote
1 answer

How do I protect random people pointing their domain to my server?

I just found out that flashsale.info is pointing to my server. How do I stop this from happening? Is there anything I can do?
nupac
  • 227
  • 1
  • 3
  • 12
1
vote
1 answer

Bind error. not loaded due to errors

I don't what happend. I am very new to DNS and Bind. I am getting below error: [root@centos-abcd~]# sudo named-checkzone abcd.abcd.pw /etc/named/zones/db.abcd.abcd.pw /etc/named/zones/db.abcd.abcd.pw:4: ignoring out-of-zone data…
1
vote
1 answer

Set DNS hosting service provider for a VPS account

I have a VPS account that of offers an account here to configure the DNS hosting service. However after reading this answer I am thinking about using Freedns. I am completely new about this stuff, so my question is if there is any advantage using a…
Fel
  • 1,449
  • 1
  • 10
  • 18
1
vote
0 answers

Deal with virtualhost activation trouble

Can't have any error log in my apache server. For example, I have a 403 forbidden error when accessing a page with this conf : Alias /nconf /usr/local/nconf/ Options Indexes AllowOverride AuthConfig Options …
1
vote
2 answers

Can i store A record of my second level domain directly in TLD zone file (com. for example)?

Can be A record for third-level domain stored directly in TLD zone file, not delegating zone of subdomain with NS record? What about CNAME record for 2nd domain?
1
vote
2 answers

Assigning domain name to AWS ElasticIP

I'm having trouble registering a domain name (e.g mydomain.co.uk) purchased via Amazon's Route 53. I have an AWS instance which I have set to an elastic IP address (e.g 10.10.10.10) - which I can access the instance via this IP fine. I have the…
1
vote
1 answer

No DNS propagation for government subdomain

I have an mpwt.gov.la domain hosted on OVH but managed by the lao government. I added an A record to the DNS table of ns101.ovh.net for a public IP I own: Domain: iram.mpwt.gov.la TTL: 0 Type: A Target: 202.xxx.xxx.xxx After 5 days, I still have…
syldor
  • 113
  • 5