Docker Compose Setup with ISC/Bind9 Image

2024-12-27 Thread Pablo
;m not sure that sharing the zones is relevant, as they are just records that are transmitted through the server. But maybe I have to check they are being parsed correctly? Are there more details about the image dockerfile or its use somewhere? Any help is appreciated. Best regards and many tha

Bind takes a long time to resolve requests

2011-10-04 Thread Pablo Maurelli
hello, pick up a dns server with bind9, is resolving claims, but it takes time to resolve a lot, sometimes throw timeout error and the second time resolved, any ideas? I pass below my named.conf, host.conf and nsswitch.conf from already thank you very much. Regards! __

Re: Bind takes a long time to resolve requests

2011-10-04 Thread Pablo Maurelli
> > hello, pick up a dns server with bind9, is resolving claims, but it takes > time to resolve a lot, sometimes throw timeout error and the second time > resolved, any ideas? > I pass below my named.conf, host.conf and nsswitch.conf *DIG:* ; <<>> DiG 9.7.3 <<>> ;; global options: +cmd ;; Got a

Re: Strange DNS Resolution Issues

2009-04-07 Thread Pablo Arturi
You should try a 'dig microsoft.com +trace' and see where the problem resides. Pablo Lionel Arturi Maipú 464 - 1° B - 1006 Capital Federal Ciudad Autónoma de Buenos Aires +5411 5218 4829 part...@bairesweb.com - Original Message - From: Revital Gorsht To: bind-users@lis

Re: URL Redirection via DNS

2009-04-24 Thread Pablo Arturi
Or it's too much complex to me, or you're terrible wrong in concepts. DNS has nothing to do with URL redirection, that's a web server job, or again, it's too much complex to me. :) What would be an example of what you want to do? Hi guys, Is it possible to setup DNS to redirect URLs in

Re: Docker Compose Setup with ISC/Bind9 Image

2024-12-29 Thread Pablo Andalaft Tarodo
bind/named.conf` etc., and finally exec'ing into the container's shell and launching `/usr/sbin/named -u bind -f -g -c /etc/bind/named.conf`, this showed me that there were some errors in the config (thanks for the -g heads up), that I could address. However through docker compose, I still

"Hiding" version.bind in /etc/bind/named.conf.options doesn't work

2018-02-28 Thread Ing. Pedro Pablo Delgado Martell
Good morning, I'm trying to make it more difficult for an attacker to get my DNS server version. I have been following several posts about doing this and mostrly all of them suggest to modify the */etc/bind/named.conf.options* file and add the lines: options { version "Not available";