Questions tagged [nameserver]

A name server is a computer server that hosts a network service for providing responses to queries against a directory service.

A name server is a computer server that hosts a network service for providing responses to queries against a directory service. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. This service is performed by the server according to a network service protocol.

Examples of name servers is the Domain Name System (DNS), one of the two principal name spaces of the Internet. The most important function of these DNS servers is the translation (resolution) of human-memorable domain names and hostnames into the corresponding numeric Internet Protocol (IP) addresses, the second principal Internet name space which is used to identify and locate computer systems and resources on the Internet.

Source: Wikipedia.

895 questions
2
votes
1 answer

Local DNS server is ignored on Windows

I've setup dnsmasq on a Linux box and setup the DNS address on another Linux by adding its IP to /etc/resolv.conf file. $ cat /etc/resolv.conf nameserver 192.168.9.105 nameserver 8.8.8.8 Now I can ping to any internal ip, as follows: $ ping…
2
votes
1 answer

Do ns1 & ns2 nameservers need a PTR record?

I wonder whether my 2 nameservers need a PTR record. As you may know the PTR record or reverse DNS is important for mail server hostname as it improves chances for your outgoing emails to be accepted by major email providers. I also wonder if there…
2
votes
2 answers

Domain is reporting incorrect Name Server information

I am running a VPS that is hosting five different domains. Everything has been fine until I wanted to use our inactive domain to setup Google for Business Apps. I am unable to verify the domain because the DNS on that one domain is really messed up.…
Harley H.
  • 35
  • 1
  • 3
2
votes
1 answer

Wildcard CNAME DNS records overriding specific A DNS records on one provider

Ran into a weird issue where a wildcard CNAME record (i.e. *.example.com) was overriding specific A records (i.e. host1.example.com, host2.example.com). It only affected Verizon Wireless's nameservers. The authoritative nameservers are controlled…
sa289
  • 1,318
  • 2
  • 18
  • 44
2
votes
2 answers

The right way to set up master and slave nameservers

I'm wondering about the proper way to set up a master and slave DNS. I read somewhere that your master DNS server should not have an NS record in your zone file - that's sort of secret and then your slave nameservers have NS records and are listed…
Jon A
  • 121
  • 3
2
votes
2 answers

Why does bind allow TTL to be set record by records if different TTLs are not allowed within the same record set

Why does bind allow TTL to be set record by records if different TTLs are not allowed within the same record set? If i set the zone ttl using: $TTL 39600 And then set a record TTL using: @ 300 IN A 1.1.1.1 I get the warning in…
ZZ9
  • 888
  • 3
  • 16
  • 47
2
votes
2 answers

Host name server on Amazon Route 53

I am planning to move my primary domain from Godaddy to Amazon Route 53. Within godaddy I am currently host two name servers "ns1.mydomain.com & ns2.mydomain.com" both NS point to the IP of my dedicated server. I really want to know is it possible…
2
votes
1 answer

WARNING: One or more of your nameservers did not return any of your NS records

New to this website hosting and NS records so kindly be easy on me. Kindly help me to resolve this this error. spoke to my Hosting provider as well and they keep saying that I need to change the NS records or DNS records on my domain registrar…
SYED
  • 21
  • 1
  • 2
2
votes
2 answers

Split DNS configuration: can't update external zone from internal system using nsupdate

I have set up a single DNS server with bind9 and a split dns configuration so that all internal requests for my domain name get the internal IP address, and all requests from outside my network get the official address (which are routed through the…
nn4l
  • 1,336
  • 5
  • 23
  • 40
2
votes
0 answers

Private nameserver IP

I am working on a VPS. The server we are using was installed with WHM Accelerated and CPanel, the option we selected for DNS was BIND. When I came to updating the Nameservers on the Domain Registrar's website I received an error, unhelpfully this…
jordan_terry
  • 121
  • 3
2
votes
1 answer

Host DreamHost subdomain on DigitalOcaen

My main website is registered and hosted through DreamHost. I want to host a subdomain on DigitalOcean. I added a custom DNS record on DreamHost - type A with "value" equal to the IP address on DigitalOcean - and I added the domain under "DNS" on…
giraffe
  • 23
  • 2
2
votes
1 answer

Domain keeps going back and forth between old and new hosting service

I moved my domain yesterday from Heroku to DigitalOcean. The process went fine and the website seemed to be working fine on DigitalOcean. Today morning I noticed this error when I tried to access my website Heroku | No such app There is no app…
Yin Yang
  • 273
  • 3
  • 12
2
votes
1 answer

Wildcard in named.conf.local (Ubuntu/Bind)

I'have a ton of domains I want to park using the same template. I've made all neccesary changes to my nameserver. Currently, I have to add an entry to named.conf.local for each domain that I'm pointing to my nameserver. Current situation: zone…
2
votes
3 answers

BIND Slave Receiving Notify From Other Slave?

I have a master nameserver setup with a few slaves as well. Today I was changing one of the slaves to a new server when I came accross a weird error message. After updating the DNS records on the master and restarting BIND, I noticed that…
SameOldNick
  • 586
  • 7
  • 23
2
votes
2 answers

NameServer vs DNS A-record

I have a domain nomadapp.in which is registered at GoDaddy. For temp hosting i was using Dreamhost and had changed the NameServer in Godaddy to the ones of DreamHost. Now i want to do the Following Point http://nomadapp.in --> AWS…
Harsha M V
  • 145
  • 1
  • 7