Questions tagged [bind9]

Bind9 is an application that enables your computer to function as a DNS server.

Bind9 is an application that enables your computer to function as a DNS server. Bind can be installed on Windows, but again, I would recommend that you configure Microsoft own DNS option, if you are running a Windows DNS server.

Installation Linux

apt-get update
apt-get install apache2
apt-get install bind9
111 questions
0
votes
0 answers

Certbot rfc2136 challenge with bind and slave

I want to issue a wildcard certificate for a specific domain. We have two dns (bind9) one master - one slave. When I do a rfc2136 challenge which I configured correctly on the master dns the cryptic string is in a txt at _acme-challenge.domain.com…
reencode
  • 237
  • 5
  • 15
0
votes
1 answer

Creating a DNS forward in Google Cloud Platform with Bind9

I have a DNS server which uses Bind9. I am trying to create DNS forwarding from Google's internal DNS to my nodes, which are also in the cloud. Brief overview: I have 3 nodes, all of them as Compute Engine in GCP. 1 node works as DNS server that…
0
votes
0 answers

bind9 configure reverse dns

I have got ip 51.158.89.0/27 and I need to configure reverse dns with bind9. I configure bind9 like this : file named.conf : include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include…
0
votes
1 answer

How do I set up a Bitcoin or Altcoin DNS seed with BIND9?

I’m currently working on an altcoin clone project and trying to setup the initial DNS seed nodes that are hard coded into the coin’s source. I’ve seen there are basically two common approaches to this problem. The first is to fork and customize…
0
votes
1 answer

How to share Letsencrypt cert files amonst several daemons having different group name

Multiple daemon applications would like to access the same TLS certificates (or chain, or private) keys. NGINX wants to access /etc/letsencrypt/live/example.org/privkey.pem So does Apache. And BIND. And my favorite [sftdyn] Github package. And…
John Greene
  • 2,239
  • 3
  • 26
  • 37
0
votes
1 answer

client specific settings in bind9

I am using Bind9 as a DNS server in my home network. Furthermore I use a response-policy-zone to block some specific domains and addresses (A to 127.0.0.1). Is it possible to specify such a "blacklist" only for one specific client. So in general:…
SpigAndromeda
  • 174
  • 1
  • 11
0
votes
1 answer

DNS lookup getting Non-existent domain error

I have two mirrored forward DNS server(for simplifying, named f1, f2) which forward some domain request to my authoritative DNS server(also named a1, a2), I added some new domain to my authoritative DNS server, but when I nslookup the new domain…
Donghua Liu
  • 1,776
  • 2
  • 21
  • 30
0
votes
1 answer

Configuring DNS Server (bind9) on Ubuntu for a single local host

I have an ubuntu host machine running a CentOS guest that is hosting a webserver. The Ubuntu host/local machine is 172.29.15.1 (static) - hostname is sysengtest01 The CentOS guest is 172.29.15.7 (static) - hostname I would like to use is…
SamJ
  • 43
  • 7
0
votes
1 answer

Grok pattern for BIND9 log

I need to write a grok filter for bind9 DNS logs. A sample log looks like this: 17-Feb-2018 23:06:56.326 queries: info: client @0x563d72c3ea20 172.26.0.1#34564 (test.example.com): query: test.example.com IN A +E(0)K (172.26.0.3) I validated the…
Jimmy Sanchez
  • 721
  • 2
  • 7
  • 17
0
votes
1 answer

Custom Name Server Not Resolving My subdomain names via Internet (dynamic DNS)

My objective is to setup site like noip/dyndns. I have purchased domain ( say locations.com ). In my cpanel i have redirected that into a static ip (say 128.10.10.10) I have created subdomain (say device.locations.com) and redirected it to a another…
0
votes
0 answers

Resolve custom domain name in local network

I have an ubuntu 16.04 machine running nginx server. It serves an web app and every pc in my network can access the web app by typing the ip 192.168.0.31 in browser. How can I make a custom name like mydomain.local resolved to this ip? All the pcs…
ibnul_K
  • 1
  • 2
0
votes
1 answer

Add PTR record using dnspython

Im trying to add a PTR record with dnspython to bind9 using this code: def send_query(query, server): update = dns.query update.tcp(query, server) def add(name, rdtype, rdata, ttl=300, zone): server = dns.resolver.Resolver() …
Chen Shabi
  • 174
  • 1
  • 9
0
votes
1 answer

Multi-master DNS name Servers

Is there a possibility to configure a two primary dns name_servers in the same domain_name like: dns1.exmaple.com and dns2.example.com? best regards.
linuxien
  • 21
  • 3
0
votes
1 answer

dns on raspberry coovachilli captive portal

I have a captive portal working on a raspberry. My coovachilli is working with an IP and when i connect, i am redirected to login page (http://10.10.10.1:4990...) As i told, it is working fine. But now, i need to put facebook login on this page. To…
Gilson
  • 478
  • 7
  • 14
0
votes
1 answer

external resolve dns linux bind9

I'm 3 days trying to fix my nameservers to a .tk domain, just for testing because I'm going to not go to .com. I wanted to understand how I could solve my DNS even outside and not just on a private network. Repeat the server…
user8108122