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]
327 questions
29
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
- 421
- 1
- 4
- 10
17
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
- 281
14
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
- 243
13
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,467
11
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
- 115
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
10
votes
2 answers
How to force TCP packets for testing DNS?
DNS uses UDP packets normally. However when the response is larger than a certain size, it switches to TCP.
It would be very useful if we can specify TCP/UDP when running DNS query commands with DIG or NSLOOKUP for example.
Is there a way to do…
madacoda
- 541
- 1
- 3
- 13
10
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
- 103
10
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…
anon
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
- 445
9
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,770
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
- 286
- 4
- 12
8
votes
0 answers
"ping: bad address" on DNS entry, IP is fine
I have two centos/bind dns servers -
masterdns.internal.example.com
secondarydns.internal.example.com
if configuring a desktop I can assign the DNS addresses for each and can successfully ping internal servers on my network using the fqdn.
The…
whoisearth
- 181
8
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
- 221
8
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
- 261