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
1
vote
1 answer

Removed BIND9 from Debian Wheezy, Server IP still points to the Domain?

I have a Debian Wheezy Server that I installed BIND9 on it. I configured it to work with example.com, but now I wanted to change that to a differnet domain, myOtherDomain.com. I went through the zone file creation and removed all records that I…
KingsInnerSoul
  • 1,373
  • 4
  • 20
  • 49
0
votes
1 answer

BIND9 with docker / portainer does not resolve DNS request

I have created a docker container setup in portainer to run BIND9 as DNS Server. the named.conf as follows: # DNS Settings # Access control list acl trusted { 10.10.0.0/16; 172.0.0.0/8; localhosts; localnets; }; options { …
retronexus
  • 11
  • 3
0
votes
0 answers

Bind/Bind9 for primary domain with MS DNS for Sub Domain

I am wanting to get Bind to answer for primary domain and then onpass queries for sub domain to MS DNS. I dont really want to try and get MS AD to use BIND :) In Future in the back of my mind DNSSEC and LetsEnc/Certbot are probably going to have to…
0
votes
0 answers

Why is my DNS-Server unable to resolve my domain names?

I tried setting up a dns primary and secondary server for my cloudcomputing class, but nothing seems to work. The exact specifications of the servers are: DNS • Choose a FQDN for your network (doesn’t need to be officially registered) • Implement a…
WirbleWind
  • 11
  • 1
0
votes
0 answers

Ubuntu Desktop 22.10 How to cache windows updates?

I tried to setup an Ubuntu LANCache server with Nginx and Bind9, following tsvcathed's nginx_lancache instructions, I'm too stupid for this! I get lost at step 3 (Implement Method 2 [local DHCP option])! Step 3 instructs: Install "bind" and…
0
votes
0 answers

SERVAIL error when trying to Dig hostnames on Linux

I've configured my Forward and Reverse Zone files on the Server VM to ping the respective hosts, however I keep getting SERVFAIL as my status using Dig command (ANSWER SECTION missing) and I cant point whats the issue here named.conf.local…
HelpAGirlOut
  • 75
  • 1
  • 7
0
votes
1 answer

bind9 with 'dnssec-policy default;' does not update zonerecords when signing

I'm running bind9 on ubuntu 20.04, package version is 1:9.16.1-0ubuntu2.11. I've configured it to do fully automatic DNSSEC signing, using the dnssec-policy default; statement in zone configuration. I have a few zones setup, but they don't seem to…
whyscream
  • 669
  • 6
  • 11
0
votes
1 answer

How to hide mouse on webApp SmartTv?

I'm trying to code a STB to Panasonic tv. I have a vps with bind9 to resolve DNS and redirect the tv app to my web app, and a nginx server configured with some locations. The donor app is wowtv, after I change the DNS server on tv, and open the app,…
0
votes
2 answers

Bind nsupdate command getting REFUSED error

I am using nsupdate command to update a name zone, but I receive the error message update failed: REFUSED. I created the key use "rndc-confgen -a -c /etc/remote_rndc_key" My named.conf is as follows options { listen-on port 53 {…
J.Heng
  • 33
  • 6
0
votes
1 answer

Bind9 Response Policy Zone (RPZ), does not work on clients - Ignore is my first post and It is off topic sorry

On my single DNS server, bind9 (version 9.11.5-P4-5.1), I have configured a Response Policy Zone (RPZ) to block certain domains. The IP of the DNS server is 192.168.1.5 Now I am going to put the relevant parts to the configuration of the different…
0
votes
0 answers

bind9 VM as an external DNS for k8s pods

I have a system that is composed of three main components: a k8s cluster, a bind9 VM "internal DNS server" and a replicaSet of mongoDB (each mongo machine is a VM). Everything is in GCP. The k8s cluster is in one network (lets call it net1) and the…
0
votes
1 answer

Reverse DNS Server Can't Find NXDOMAIN Bind9

I'm setting up DNS with Bind9, but I couldn't resolve the reverse DNS. This is my named.conf.local file: zone "alice-abm.id" { type master; file "/etc/bind/db.alice-abm.id"; }; zone "190.193.116.in-addr.arpa" { type master; file…
0
votes
0 answers

DNS bind9 : can't see positive/resolved answers in cache

Using dig, I am querying some good and bad domain records in order to test my dns. After doing some queries, I am trying to see if they were cached and in order to do that I execute: $ rndc dumpdb -cache After execute it, I can see some records in…
sylvinho81
  • 309
  • 4
  • 15
0
votes
2 answers

I try to build a docker container that include externals files

I try to create a docker container with bind9 on it and I want to add my db.personal-domain.com file but when I run docker build and then docker run -tdp 53:53 -v config:/etc/bind the container doesn't have my db.personal-domain.com file.…
Mathis
  • 67
  • 1
  • 8
0
votes
1 answer

bind9 does not answer to external requests on IONOS VPS

I have a bind9 server running for requests for i.example.com. When I do a request from the nameserver to its own public IP like this nslookup ns1.i.example.com xxx.xxx.xxx.xxx I get the expected answer: Server: xxx.xxx.xxx.xxx Address: …
z3rone
  • 176
  • 14