Having a bit of an issue related to DNS requests being dropped, the people that built the DNS server have given it a clean bill of health so I thought I would check the firewalls.
Currently there is this configuration in place;
and if I show the service policy it's indicated that it has dropped over 10k packets
The only thing that seems out of place is that there's two lines for the max message length, could this be causing a conflict? As all the configuration examples I have seen just show 512 which is the default.
*edit* Just realised having two lines is fine and is the default config for newer ASAs for DNSSec.
Any help would be appreciated.
Currently there is this configuration in place;
Code:
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
no dns-guard
no protocol-enforcement
no nat-rewrite
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
Code:
show service-policy inspect dns
Global policy:
Service-policy: global_policy
Class-map: inspection_default
Inspect: dns preset_dns_map, packet 2785300613, lock fail 0, drop 10769, reset-drop 0
message-length maximum client auto, drop 0
message-length maximum 512, drop 0
The only thing that seems out of place is that there's two lines for the max message length, could this be causing a conflict? As all the configuration examples I have seen just show 512 which is the default.
*edit* Just realised having two lines is fine and is the default config for newer ASAs for DNSSec.
Any help would be appreciated.
Last edited: