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.

270 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
25
votes
3 answers

Difference between --rbind and --bind in mounting

I am confused. Linux filesystem is a tree structure, with the root node(starting node) as the root directory. Now let's suppose I have a folder abc at location /home/abc and another folder xyz at location /home/xyz Folder xyz consists of some…
Shray
  • 391
24
votes
6 answers

binding back/forward to mouse buttons

I have a basic logitech mouse with 5 buttons: left, right, wheel left, wheel, wheel right. I used to use wheel left and right for going back and forward in my browser or navigator. Now this doesn't work. I've found many solutions, people telling to…
19
votes
2 answers

How to allow bind in app armor?

Question: I did setup bind9 as described here: http://ubuntuforums.org/showthread.php?p=12149576#post12149576 Now I have a little problem with apparmor: If I switch it off, it works. If apparmor runs, it doesn't work, and I get the following dmesg…
WitchCraft
  • 1,904
13
votes
1 answer

How to replace mdns4_minimal with BIND?

Have Ubuntu 16.04 LTS version. According to task should install BIND as DNS server. I noticed in nsswitch.conf has: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 Could you please explain what does mdns4_minimal and mdns4 mean and how to…
anon
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,539
11
votes
4 answers

Where can I change the webpage shown by apache?

I have ubuntu 10.10 installed, and when I hit my IP I see: It works! This is the default web page for this server. The web server software is running but no content has been added, yet. Where should I look to see where this is being served…
Blankman
  • 8,605
10
votes
1 answer

How to Disable External DNS recursion?

I know that to disable recursive queries in BIND, I need add the following lines to the options section of /etc/bind/named.conf.options allow-transfer {"none";}; allow-recursion {"none";}; recursion no; Will the above configuration disable all DNS…
10
votes
1 answer

What is the named daemon and why is it running?

I want to know why the named daemon is running, do I need it running for my VPS to work properly ? Can I stop or remove it ?
HackToHell
  • 6,826
9
votes
3 answers

isc_stdio_open '/var/log/bind9/query.log' failed: permission denied

/etc/apparmor.d/usr.sbin.named /var/log/bind9/** rw, /var/log/bind9/ rw, /etc/bind/named.conf.options options { directory "/var/cache/bind"; auth-nxdomain no; listen-on-v6 { any; }; statistics-file…
Mahesh
  • 263
9
votes
5 answers

Looking for BIND web interface

I currently manage the domains of many clients and would like to setup a BIND server so I can all manage them from one place. Now, I'm looking for a web interface to BIND that would let my clients manage their domains by themselves in case they…
8
votes
3 answers

How to hide bind mounts in nautilus?

Summary: How do I remove folders mounted via bind or bindfs in /etc/fstab from appearing as devices in nautilus left column, the "places" view? detailed: Hello, I mount various directories from my data partition via bind in /etc/fstab in my home…
Bazon
  • 2,750
8
votes
2 answers

xvkbd broken with warnings

I'm using the latest version of Ubuntu and I can't run xvkbd properly. I get these errors: $ xvkbd Warning: Cannot convert string "-*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859-1" to type FontStruct xvkbd: Mode_switch not available as a…
Maxrunner
  • 91
  • 1
  • 3
7
votes
2 answers

How do I activate a local caching nameserver?

I want to have strong DNS cache server on my local host (server). So I need to change name server to my localhost. How can I change it? byt this config it seems I must don't change it via editor so how can I change it? root@asqar# cat…
7
votes
1 answer

Package version updates policy

Not sure if here it's the right place to ask, if not - please point me to the right direction. Let's say there's a package, for the sake of real-world example - bind9. In Precise and in Quantal it's version 9.8.1. The original developer (ISC)…
Sandman4
  • 1,207
1
2 3
17 18