<div dir="ltr"><div>Hi,</div><div><br></div><div>Request for some help with configuring a BIND DNS server to respond with EDNS0 client subnet option. I am using the enhanced 'dig' utility available with the BIND distribution to generate DNS queries with the EDNS0 client subnet option. I compiled bind with GeoIP and I am trying to use views to to define the list of IP subnets. Sample configuration from named.conf:</div><div><br></div><div>acl "IN" {</div><div>        <a href="http://1.6.0.0/15">1.6.0.0/15</a>;</div><div>        <a href="http://1.22.0.0/15">1.22.0.0/15</a>;</div><div>        <a href="http://1.38.0.0/15">1.38.0.0/15</a>;</div><div>        <a href="http://103.24.201.0/24">103.24.201.0/24</a>;</div><div>};</div><div><br></div><div>view "EDNS" {</div><div>         match-clients { IN; };</div><div>                zone "ecs.test" {</div><div>                type master;</div><div>                file "/etc/named/zones/myzone.tld.conf";</div><div>        };</div><div>}</div><div><br></div><div>When I send a DNS query with EDNS client subnet option, the server returns a response without the ECS option (indicating that it doesn't support this option). Is there some other configuration that I have to enable in named.conf to get this to work?</div><div><br></div><div>Thanks & Regards,</div><div>Ramachandra Kasyap</div></div>