Questions tagged [bind]

BIND is a free, open source software implementation of the Domain Name System (DNS) protocols. The name BIND stands for "Berkeley Internet Name Domain", because the software originated in the early 1980s at the University of California at Berkeley. BIND is currently maintained and developed by the Internet Systems Consortium, a non-profit public benefit corporation with a mission to support a free and open internet.

The DNS protocols are part of the core Internet standards. They specify the process by which one computer can find another computer on the basis of its name. What it means to say "BIND is an implementation of the DNS protocols" is that the BIND software distribution contains all of the software needed both to ask name service questions and to answer such questions.

The BIND software distribution contains several parts:

  • A Domain Name System server. This is a program called "named", which is pronounced "name-dee" and stands for "name daemon". It answers questions that are sent to it, following the rules specified in the DNS protocol standards. You can provide DNS service on the internet by installing this software on a server computer and giving it correct information about your domain names.
  • Utility programs used in the management of a nameserver, including programs to control operation of the server, to cryptographically sign domain resource records for use with DNSSEC, assist in key management and rollover, and perform other functions.
  • A Domain Name System "resolver library". A "resolver" is a program that resolves questions about names by sending those questions to appropriate servers and responding appropriately to the servers' replies. A "resolver library" is a collection of software components that a programmer can add to software being developed, which will give that software the ability to resolve names. For example, a programmer who was programming a new web browser does not need to create the part of it that looks up names in DNS; he or she can plug in the resolver library and then send questions to the library software components. This saves time (the programmer does not need to re-invent that particular wheel) and helps ensure that the new browser correctly follows the DNS standards.
  • Software tools for testing servers. These are the tools that we use for testing, and we include them in the distribution in case you would like to do your own testing, perhaps to make sure your server configuration is working properly.
2274 questions
0
votes
1 answer

How do I make bind add client-subnet to recursing requests?

I'd like a Bind DNS server to add a client subnet EDNS option (ideally one I specify) to any requests that it recurses to an upstream DNS server, to cover for the fact the clients themselves aren't providing one. Is there a way to make Bind add…
0
votes
0 answers

DNS Forwarder with rename / alias

I would like to setup (I think) an authoritative DNS server for a subdomain but have it lookup the IP address/es of another name with another DNS server and return it for the subdomain. Can I use bind. How do I configure it? A bit more…
davetr
  • 1
  • 1
0
votes
1 answer

Setup DNS shortcut with BIND

I need to setup an internal shortcut for DeployStudioPC in BIND to point the alias "deploystudiopc" to an IP address. I can't see how to set that up. I can add it to one of my internal zones, but then it would be a subdomain. How do I setup one…
Mr. RCollins
0
votes
2 answers

windows can't find ADDC

so my problem is this I have 3 servers: Server A: running ubuntu 14.04 with openldap and samba Server B: running ubuntu 14.04 with bind9 and dhcp (dns server) Server C: client windows 2008 Server C uses Server B for dns. Server B has SRV records…
Tomas
  • 259
  • 3
  • 7
  • 16
0
votes
1 answer

BIND DNS nslookup NXDOMAIN

I have BIND DNS server installed in my LAN on Linux CentOS on IP 192.168.0.30. I also have HTTPD Web server installed in my LAN on Linux Centos on IP 192.168.0.23. My /etc/named.conf file is configured to use the /etc/forward.example.com zone…
JeremyCanfield
  • 413
  • 4
  • 11
  • 17
0
votes
1 answer

Dns records, and tomcat on loadbalacing

I have 2 Dns servers (Debian) configured using bind9 and a loadbalancer managing 2 tomcat webservers, My question is Should i put dns entries of the 2 tomcat webservers, or i just have to put the loadbalancer ? Thank you
0
votes
1 answer

Multiple DNS records with different networks

So I have Ubuntu 14.04 VMs running in an OpenStack environmnet. The DNS machine has an external IP (10.14.6.3) and an internal IP (192.168.1.3). I have two other machines within the same project [h1] that has an external ip (10.14.6.4) and an…
Ryan
  • 147
  • 6
0
votes
2 answers

Why has DNS Stopped Working for new CNAME and TXT records

None of the new CNAME and TXT records I add (through VestaCP) are working. My DNS server has been working fine. Got about 30 domains on it, used to be able to create these records and a few hours later they would be working. But now, no joy. Add…
Emmanuel
  • 347
  • 1
  • 9
  • 20
0
votes
1 answer

OpenDNS: got insecure response; parent indicates it should be secure

I'm using Ubuntu 14.04.4 LTS on following system: root@ubuntu-1gb-nyc2-01:~# uname -a Linux ubuntu-1gb-nyc2-01 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux root@ubuntu-1gb-nyc2-01:~# and I'm seeing…
alexus
  • 13,112
  • 32
  • 117
  • 174
0
votes
1 answer

Recursive forwarding Bind DNS server not answering from cache

Problem Statement I have a bind caching and forwarding server that is functioning almost as expected. All queries are forwarded, their TTL is cached. At first blush, everything appeared normal until I was watching the response time never fall…
Aaron
  • 2,859
  • 2
  • 12
  • 30
0
votes
1 answer

bind9 with $GENERATE in PTR records and a lots of 'ignoring out-of-zone data'

I have a next issue. I have subnet 92.222.0.0/17 and I rule reverse records of it. Definitions of zones are the next: zone "123.222.92.in-addr.arpa" { type master; file "rev/db.92.222.0-127"; }; zone "124.222.92.in-addr.arpa" { type…
0
votes
2 answers

What's the issue of have all dns server as master zone

I want to configure 4 dns server using bind. Is there any problem to configure all of them as master with no dns transfer. # server one zone "example1.com" { type master; file "example1.com.zone"; allow-update { none; }; …
0
votes
1 answer

Master and slave bind DNS servers with different version

I am having issues with my master-slave setup, so I'm trying to release what is an causing troubles. Master is running on CentOS Linux release 7.1.1503 (Core) and using BIND 9.9.4-RedHat-9.9.4-29.el7_2.1 (Extended Support Version). Slave is running…
Zvezda
  • 13
  • 6
0
votes
1 answer

localhost srv record forwarding in ubuntu

I want to each url to be forwarded to in my localmachine. For example: sub1.domain.com ---> http://localhost:1111 sub2.domain.com ---> http://localhost:2222 sub3.domain.com ---> http://localhost:3333 How do I add SRV records to achieve this? I…
0
votes
1 answer

bind9 not resolving specific domains

Right. So I have set up this bind9 server to act as a local DNS server. Everything worked okay up until recently it refuses to resolve domain names like http://www.google.com.au/ http://www.wikipedia.org/ If I do a dig +trace www.wikipedia.org, I…
Schteeb
  • 3
  • 1