resolution: update your running config on your firewall. See below issue: I changed my primary internal DNS to run on a RHEL 6.2 system. After that there were noticeable lags occasionally when I would browse. Upon review of the syslog I noticed messages like the following; Jan 31 22:44:41 zion named[26381]: success resolving 'p03-bookmarks.icloud.com/A' (in 'icloud.com'?) after reducing the advertised EDNS UDP packet size to 512 octets I happen to use a Cisco ASA 5505 and I did some digging around. firewall(config)# show run | grep mess message-length maximum 512 So - it turns out the value is set as part of a policy-map. Let's tune it. firewall(config)# policy-map type inspect dns preset_dns_map firewall(config-pmap)# parameters firewall(config-pmap-p)# no message-length maximum 512 firewall(config-pmap-p)# message-length maximum 4096 firewall(config-pmap-p)# firewall(config-pmap-p)# write mem Building configuration... Cryptochecks...
Linux: The whole world made it for you... This blog is a collection of things I come across either at home or at work as a Linux Administrator. I have worked as an Admin working with Solaris, SAN, Backups and Linux at the Enterprise level for over 16 years.