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

Ansible multiple vars/value

I need to role which adds records to my zones (bind9) In hostvars I created vars like as below: zones: zone.name1: - [ type: A, name: mike, ip: 192.168.1.10 ] - [ type: A, name: bob, ip: 192.168.1.11 ] zone.name2: - […
ksmar
  • 31
  • 4
0
votes
2 answers

Enable DNS forwarding Bind9

I've a bind9 in Ubuntu. It is working fine resolving DNS names for my lab domain xutilab.local, but it is not working if I request something like www.google.com This is the named.conf.options file: options { directory "/var/cache/bind"; //…
Xuti
  • 89
  • 1
  • 10
0
votes
1 answer

Ubuntu Bind9 DNS not available over internet

I am trying to set up a basic public DNS server in Azure using Ubuntu and Bind9. I want it to be accessible over the internet and forward all requests to Cloudflare or Google except one custom zone. I have two problems currently: I can get it to…
robliv
  • 1,351
  • 3
  • 15
  • 30
0
votes
2 answers

bind9 DNS not responding to queries on LAN

I'm setting up bind9 as a DNS server for our local network. The server works as expected for DNS queries from the machine running the server, but does not respond to queries from other machines on the network. Running tcpdump on the DNS server, I…
tph43
  • 1
  • 1
0
votes
1 answer

DNS Forward based on multiple conditions (Linux Bind)

I'm trying to deploy A dns Forwarder using Bind9 (Linux). I want that my server will be able to analyze requests and forward it to exeternal DNS (internet) or internal using condition implemented. So we will use : DNS forwarder : server that will…
0
votes
1 answer

Very simple bind9 DNS server

I am using Debian server 10 and bind9 for my DNS server network, I want very simple working with DNS server, my topology is like below: client <-> DNS <-> voip.example.com client IP: 172.17.106.9 client DNS primary: 172.17.106.15 client DNS…
FarhaadN
  • 1
  • 1
0
votes
1 answer

OpenThread OTBR setup with NetworkManager fails to setup AP; bind9.service fails to run

I have been using OTBR in docker on a PI3B+, but now I want to have OTBR also act as an AP. I reimaged my PI3B+ according to the directions, following the instructions for setting up AP automatically (e.g. NETWORK_MANAGER == 1), but the no AP setup…
0
votes
1 answer

Can home internal DNS domain name same as external domain purchased on Godaddy and Namecheap?

I was wondering if someone can answer this question. I have already searched everywhere and couldn't find the answer anywhere, some of you might have already implemented this solution. Here is what I have on my home network: Software used: bind9 on…
Sands Iy
  • 1
  • 1
0
votes
2 answers

Calling nsupdate from java

I'd like to call the bash script nsupdate from java, in order to implement a kind of DDNS. The problem is no matter what I do, nsupdate won't take the input I'm trying to write. This is the current way I'm trying to do it: public static void…
László Stahorszki
  • 1,102
  • 7
  • 23
0
votes
0 answers

How to fix "has no address records" in BIND9

I have a problem while setting up a local DNS-Server for pentesting. When i want to start the BIND9 Server, i get the error: "zone victim.local/IN: NS 'server1.victim.local' has no address records (A or AAAA) "zone victim.local/IN: NS…
0
votes
0 answers

DNS with BIND9 on Debian

I am trying to create my own dns using Bind9 and Debian 11 One Virtual Machine in Google Computing Engine has these configuration Server 1 Google Cloud IP 35.206.115.212 The file /etc/hosts 127.0.0.1 localhost ::1 localhost…
0
votes
2 answers

BIND9 - Can I map a simple hostname to a domain name?

I have a BIND9 DNS server running on a company network that has a single master zone company.example and everything else is forwarded to the company DNS. I have managed to map server1.company.example and server2.company.example to their respective…
markustp
  • 63
  • 1
  • 9
0
votes
1 answer

Split Domain using BIND 9

So basically we would like that if 2 subdomains redirect to the same IP address for example sub1.example.com and sub2.example.com redirect to 1.2.3.4. the firewall handles the request and redirects to an internal IP…
Combinu
  • 882
  • 2
  • 10
  • 31
0
votes
0 answers

How to generate files from a list with dictionaries, each dictionary into a separate file according to the template?

The task is to generate dns zone files, each zone in a separate file. Is it possible to somehow complete this task with modules, or will I have to write something of my own? I'm stuck here: List with dict: bind_zones: - name: "example.com" …
XAOc
  • 13
  • 4
0
votes
0 answers

Response Policy Zone: How to setup a DNS Bind with Docker, with 2 different zones that can be access by 3 different clients in the same server?

I need to create a DNS Bind in Docker with 2 different zones for 3 DNS clients from the same server, where: 1 client has access to one zone and the other 2 access to the other zone I need to use Bind9 and Docker for this. How can i do this?
K_dev
  • 337
  • 2
  • 9