Bind9 different answer per ip, possible

bind

Is it possible to configure bind9 so it would answer with different A record depending on client ip?

Probably not, as dns servers do propagate and it's never direct hit, but worth to ask.

Example:

Let's say I got domain.com with nameserver ns1.domain.com… when people with ip 217...* go to domain.com would like it to serve 217.1.1.1 and people with ip 218...* should get served 218.1.1.1. Of course it's only an example. Can't be redirect. Has to be answer by dns server.

Best Answer

Bind has a feature called views that allow you to provide different versions of a zone, based on the source IP of the DNS request.

Bind views are done for a zone, not for individual records, which can be annoying if you only want to adjust one record out of hundreds in a zone.

Links

Related Topic