Am 14.01.2018 um 12:27 schrieb Lucio Crusca:
I'm not sure this feature exists, and, even then, I don't know how it's called.

I need my Bind to resolve names to different IP addresses based on the subnet the request comes from.

the word you are seeking is "views"

https://kb.isc.org/article/AA-00851/0/Understanding-views-in-BIND-9-by-example.html

E.g. I have a Bind instance on a Debian virtual server 10.7.33.111 (network 10.7.33.0/24). Then I have a web server on another Debian virtual server 10.7.33.103, same local network. The host system has only one public IP address and forwards connections to the correct virtual server based on the TCP/UDP port.

PHP code of the websites often needs to contact the same hosted websites by name: however all the websites names resolve to the public IP address of the host, and the host does not route connections coming from the virtual hosts back to the same virtual hosts

either use views or different nameservers for LAN and WAN
i prefer seperate nameservers (master and slave) for the LAN

just because there are also hostnames which are not public at all and for all other zones outside our own the zone-generator writes for the public nameservers different files that for the internal with a
simple replace - but that needs homegrown stuff to begin with
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to