绑定:系统日志中充满了网络无法访问的解决消息
时间:2020-02-23 14:37:43 来源:igfitidea点击:
错误system log full of network unreachable resolving
在RHEL Linux v5上,您可能会在系统日志中看到以下消息:
named[xxxxx]: network unreachable resolving ‘vhost.domain.tld/A/IN’: xxxx:xxx:xx::xxx#53
这是因为默认情况下,即使主机上未配置IPv6,名为named的尝试也尝试侦听IPv6。
因此,您需要修改/etc/sysconfig/named并添加以下参数以告诉bind仅开始使用IPv4:
OPTIONS="-4"