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
2
votes
1 answer

How do you change the IP address of a DNS server?

I currently host a DNS server to make it easier to manage our company's subdomains (we're web-devs). However we need to change the IP address of one of the DNS servers as the DNS service has been migrated to a new server hosted with to a new…
NickG
  • 654
  • 6
  • 12
  • 28
2
votes
2 answers

How can I mitigate DNS Server outages?

Let's say I have a root domain of "mysite.com". That domain and its sub-domains have DNS served by an external service - let's call them Setwork Nolutions. If this external company is hit with a DDoS attack, my interally-hosted websites under this…
Eric Belair
  • 301
  • 2
  • 12
2
votes
1 answer

Are these nameservers configured properly?

I'm caught in a technical war between two companies. One is a major email hosting organization. The second is a DNS provider called DNSMadeEasy. The problem: An email from an outside domain to a domain inside the email host is intermittently…
tcv
  • 651
  • 8
  • 21
2
votes
1 answer

Windows DNS: dnscmd.exe with IDN zone names

I've automated some tasks for a client who is a web hoster. One of these is automatically creating DNS entries in Windows DNS server. Client has recently started to take IDN registrations (domain names with non-ascii characters). On my virtual…
2
votes
1 answer

SRV DNS Record with Custom Ports. Am I misunderstanding what SRV is supposed to do?

I have read up on SRV records, and thinking I understand what they are meant for, I want to achieve the following: In short: Bind a hostname to another hostname, but changing the port. I.e. Take into account, I have a hostname of aaa.bbb.com. On…
2
votes
1 answer

DNS Level Load Balancing

Is it possible in this world to achieve DNS Level Load Balancing? For example, I have a Server A (111.222.333.444) and Server B (555.666.777.888), and there be some third party DNS hosting (like CloudFlare) which could decide if Server A is down (or…
2
votes
1 answer

DNSSEC - How many DS records are ordinary?

I thought that I need two DS records to deposit at my domain registrar. But one big dns provider just gave me one DS record. Verisign DNSSEC debugger says, everything is correct. But I am confused, because dnssec-keygen (DNSSEC key generation tool)…
user1091344
  • 279
  • 4
  • 9
2
votes
3 answers

How do I know when my Route53 record sets become effective?

So I have added my domain to Route53 and updated the name servers of the domains to that of Route53. I have added the record sets (A, MX and TXT) that I need. How do I know when these DNS records are effective or do I just wait and keep on…
ericn
  • 553
  • 2
  • 8
  • 20
2
votes
1 answer

Migrating DNS account to new provider

Our company has multiple domain names, all registered with one registrar. Our DNS on the other hand is being managed by Rackspace under our old web development firm's reseller account. We have now changed our web hosting to a new host and pretty…
Zero Subnet
  • 699
  • 3
  • 10
  • 29
2
votes
1 answer

What is causing all these DNS queries?

I've switched to Amazon's Route 53 service for three small, low-traffic domains last month. The first bill just came in, and it was something a shock. The number of queries for the first month for the three domains was 17 million, 25 million, and…
Cody Hatch
  • 246
  • 2
  • 5
2
votes
2 answers

Trying to grasp the logic behind a complete DNS resolution and respective sequence of actions

Say we have a domain "example.org" and it has an authoritative name server with name "ns1.example.org" with a glued IP as delegated by domain registrars (delegative?) name servers. Someone types example.org into their browser: Request is passed…
LaserBeak
  • 197
  • 2
  • 9
2
votes
2 answers

What do I get for a paid DNS?

I have recently consolidated all my domains with godaddy. I am using their free dns manager to handle the dns for them. I know there are dns providers like dyndns and easydns. What exactly do they provide that is different than godaddy? (aside…
Kevin
  • 123
  • 4
2
votes
2 answers

Domain name to web hosting (DNS set up)

Now this is really basic. I've read about how DNS works. There are also some questions at ServerFault that talk about complex DNS configurations and stuff but my problem is that I don't get the basic of it. My question is pretty simple, even…
Xavi Esteve
  • 145
  • 5
2
votes
2 answers

Set up DNS to find closest IP

Possible Duplicate: Geo-DNS providers? I have one domain that may be accessed by people from all over the world. I would like to set up servers throughout the world and have people connect to the ip that's closest to them, even though they are…
2
votes
2 answers

Configuring two DNS zones with named.conf

I am trying to configure DNS to run two domain names. I am able to do one domain but am not sure how to configure a second domain. So for example: test.com and test1.com on same machine. How do i configure zone file and named.conf to achieve this?
tike
  • 643
  • 1
  • 5
  • 18