Questions tagged [bind]

BIND is the most widely used DNS software on the internet and the de facto standard on Unix-like operating systems.

"BIND is open source software that implements the Domain Name System (DNS) protocols for the Internet"(https://www.isc.org/software/bind). "Originally written by four graduate students at the Computer Systems Research Group at the University of California, Berkeley (UCB), the name originates as an acronym from Berkeley Internet Name Domain, reflecting the application's use within UCB"(http://en.wikipedia.org/wiki/BIND). It is the de facto standard DNS software on all Unix-like systems which includes Ubuntu as well.

260 questions
58
votes
2 answers

How do I do a complete BIND9 DNS Server Configuration with a hostname?

I need a complete step-by-step guide on how to produce such a server configuration. Can anyone help-me?
Artemis
  • 797
  • 1
  • 6
  • 9
12
votes
1 answer

What does "@" mean in bind zone file?

Usually after $TTL and $ORIGIN there is a line starting with @ and IN in zone name then email address of admin, what does @ mean here and in the next entries?
Hojat Taheri
  • 5,409
2
votes
1 answer

BIND Problems with connection refused

host -l mycity.example.com ;; Connection to 10.0.1.12#53(10.0.1.12) for mycity.example.com failed: connection refused. Here is my named.conf.options file: acl "trusted" { 10.0.1.0/16; localhost; localnets; }; options { directory…
Peter S
  • 179
2
votes
1 answer

bind9 local network ; cannot ping fqdn

how is this possible? from client: the following works: ajonen8940@aj-ThinkPad-T60:~$ host ubuntumedia.ubuntumediagz.local ubuntumedia.ubuntumediagz.local has address 192.168.1.104 this does not work: ajonen8940@aj-ThinkPad-T60:~$ ping…
user249806
  • 89
  • 1
  • 8
1
vote
0 answers

bind9 load errors

Getting load errors. syslogs at the bottom of the post. If anyone has any suggestions, they are greatly appreciated. sreeve@dcn1:/etc/bind$ cat named.conf.local // // Do any local configuration here // // Consider adding the 1918…
Scott
  • 161
  • 1
  • 1
  • 6
1
vote
1 answer

Replace/remove Bind for improved security

I see that BIND gets endless security updates. Are there any alternative services that are not written in C/C++ that can be installed instead of it on desktop Ubuntu? Maybe I don't need BIND at all and can remove it?
1
vote
1 answer

Setup and hosting multiple zones using own Bind Nameserver

I would like to achieve the following: Register own domain name (done) with GoDaddy.com e.g (mynsdom.com) which I will setup two hosts using VPS from Linode (done). Bind9 is also installed on both hosts, ns1.mynsdom.com and ns2.mynydom.com, in a…
user397600
1
vote
0 answers

Strange BIND resolution problem

I'm experiencing an odd resolution issue on my DNS servers. I have a couple decades experience with administering Windows DNS servers, but have less than a year's experience administering Ubuntu/BIND 9 servers. A little background on my…
Johann
  • 11
  • 1
1
vote
0 answers

Im trying to bind my left mouse button to the compose key

I already created the .xbindkeysrc file containing the following: "xdotool mousedown 1" Super_R "xdotool mouseup 1" Super_R + Release it partially works but when I press the key, is as if the button was held, not just a regular click
rastiazul
  • 11
  • 1
0
votes
0 answers

bind9: reverse resolution not working

My forward resolution works and the reverse resolution fails, unable to figure out the problem. I appreciate if someone point the configuration error. Here you go for some files and output dinesh@ubuntu:~$ sudo named-checkzone 168.192.in-addr.arpa…
0
votes
1 answer

Bind 9.10.4-P4 not available on ubuntu?

I am currently running ubuntu 16.04.01 LTS with BIND 9.10.3-P4 that is the latest available version of bind on the ubuntu repositories. I was informed that the current version that I am running is vulnerable and we should update to Bind 9.10.4-P3…
Zist
  • 3
0
votes
1 answer

bind9 service do not starts

I have configured bind9. Only the named.conf.options file. I wanted to sudo sytemctl start named.service. It was not working. This is the output I get. I have already tried to search for the solution in many places. Any idea? named.service - BIND…
0
votes
1 answer

I can't install "bind9-dnsutils" in ubuntu 20.04

While I'm try to install sudo apt-get install bind9-dnsutils , I get the following error: The following packages have unmet dependencies: bind9-dnsutils : Depends: bind9-libs (= 1:9.16.1-0ubuntu2) but 1:9.16.1-0ubuntu2.4 is to be installed E:…
0
votes
2 answers

Need help with bindfs on Ubuntu 18.04

I'm at my wits end trying to get bindfs to work. I want to use /var/www/html for my web sites but because of permissions issue I decided to use bindfs. So I typed. ls -l /var/www drwxr-xr-x 3 root root 4096 May 26 09:20 html I made directories as…
Smithy
  • 103
  • 2
0
votes
1 answer

Cannot resolve domain name BIND server

I have a BIND server, problem is that I can resolve domain name from bind server but other machines on the network cannot resolve domain name. Note all other machine can ping with IP address and firewalls are disabled. Thanks for help
fedora
  • 57
  • 1
  • 10