Views:
By default, glibc simultaneously performs IPv4 and IPv6 lookups starting on version 2.9. Some appliance DNS servers cannot properly handle these queries and make request time out. For more details, refer to the Linux Programmer's Manual.
To resolve the issue, do one of the following:
  • For Linux host using static IP, add "options single-request" in /etc/resolv.conf.
    options single-request
  • For Linux host using DHCP, add "RES_OPTIONS=single-request" in /etc/sysconfig/network (RHEL-like platforms).
    RES_OPTIONS=single-request