Defining a named.conf ACL for 'any IPv6' address
  • 16 Oct 2018
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Defining a named.conf ACL for 'any IPv6' address

  • Dark
    Light
  • PDF

Article Summary

Question:

Is there a built-in ACL for named.conf that is for any IPv6 address?

Answer:

The following ACL definitions are for all IPv6 and all IPv4 addresses respectively:

acl any6 { ::0/0; };
acl any4 { 0.0.0.0/0; };