BIND is by far the most widely used DNS software on the Internet. It provides a robust and stable platform on top of which organizations can build distributed computing systems with the knowledge that those systems are fully compliant with published DNS standards.
Questions tagged [bind]
321 questions
25
votes
3 answers
What is RDDS service and how to query the RDDS service
When I search whois data for some domains for example, liquid-solutions.biz, I get the following:
Registrant Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant,…
FELDAP
- 381
- 1
- 3
- 8
16
votes
3 answers
MAC & IP Binding not working on TP-LINK router
I have my home server up and running. I had my router set up so that it forward outside calls directly to the server so I could access it from anywhere. For some unkown reason it started misbehaving. I have no idea why it doesn't bind IP…
Pijusn
- 271
- 1
- 2
- 5
12
votes
3 answers
Site displays with Curl but not within the browser
I've set up a dev-enviroment on Debian 7 and installed the following services:
Apache
Bind9
I have one site that is reachable through "asix.debian.local". I've set up the zone and added NS and A registry to the db.debian.local file.
Everything is…
Borjante
- 223
- 1
- 2
- 6
12
votes
1 answer
Domain goes to localhost
I have a domain named ejn.nu. On some computers and networks, it sends the user to localhost when it should send the user to my server. When i do "ping", it shows the correct ip for my server and when i do "dig", it shows the correct ip. But when i…
Joar Classon
- 125
- 1
- 9
12
votes
1 answer
How to list all DNS names pointing to an IP?
I know – for example – that there are two DNS names for an IP. However nslookup ip only returns one record.
How do I get all the records for an IP?
user705414
- 1,385
- 5
- 14
- 11
11
votes
2 answers
What is the purpose 0.in-addr.arpa and 255.in-addr.arpa in bind's default configuration?
I have Ubuntu 16 LTS
What is the purpose 0.in-addr.arpa and 255.in-addr.arpa zones in bind's default configuration?(named.conf.default-zones)
I ask here because think that these zone files are common across bind's packages on various GNU/Linux…
Bulat M.
- 287
- 1
- 5
- 18
10
votes
4 answers
How do I setup a local DNS server on Mac OS X 10.7 (Lion)?
I had some serious lag to resolve website address and sometimes things simply wouldn’t load; pages keep loading for 5+ minutes without even a timeout error. So I had setup a local DNS server/cache using BIND on Mac OS X 10.5 (Leopard) and Mac OS X…
Peter Kovacs
- 109
- 1
- 4
9
votes
6 answers
Bind IP address to application
I have multiple network interfaces on a single machine. I am wondering how I can bind a network interface to an application.
Example:
Network Interfaces: eth0, eth1
Application A use dummy0
Application B use dummy1
Is it possible to bind an…
dooffas
- 395
- 2
- 6
- 13
9
votes
0 answers
What are the real world differences between bind, systemd-resolved, dnsmasq, etc.?
I'm trying to achieve three simple goals (on our CentOS8 server)...
local DNS resolution/caching
DNSSEC
DNSoverTLS
At first I went straight for dnsmasq because that was what it seemed most people were using in my research. It was a trivial…
oucil
- 277
- 4
- 9
8
votes
1 answer
Executing a script when DHCPD give an IP
i want to do a setting to dynamically monitor my Work Station on my Wifi network.
I've got my name server BIND and my dhcpd server all of that under linux working perfectly.
But i didn't find any option to execute a script when dhcp give an IP to a…
Louis
- 2,574
- 3
- 17
- 14
8
votes
1 answer
understanding bind9 query log
I'm running two bind servers a activated query logging but don't know what exactly i see here and not finding anything on the web which enlightens me;
31-Oct-2017 17:56:35.464 queries: client x.x.x.x#55638: query: test.example.com IN A +
31-Oct-2017…
screenie
- 83
- 1
- 1
- 4
6
votes
1 answer
Mounting Directories with bind & different permissions
I’m running Ubuntu 13.04 & trying to mount a folder using bind in /etc/fstab. Shown below is one of many similar entries;
/media/Storage1/test /media/Storage1/WebDAV/Alex none bind,uid=www-data,gid=alex 0 0
The directory is…
Alex
- 191
- 2
- 3
- 8
6
votes
1 answer
How to mount two separate folder locations to one?
I am trying to connect two folders from two different locations to one folder from which radio software plays music.
This is what I have done so far:
In /etc/fstab I have put the following two…
Vladimir Trajković
- 61
- 1
- 4
6
votes
1 answer
Using sub-subdomains with bind
Can you put multiple levels of sub-domains in the main zone with bind?
I have one zone called example.com and I want to create a sub-domain like host01.nyc.us.example.com. Can I make an entry like this in the example.com zone?
; A…
user72718271
- 231
- 2
- 5
- 8
6
votes
2 answers
Bind on different port with linux
I have a bind9 DNS server that I have configured to run in port 55 but I can't get the setup working.
The server is works fine but I can't tune my local machine to resolve nameserver queries from 127.0.0.1, port 55
Example:
dig -p 55…
Mini Fridge
- 192
- 2
- 11