bind禁用ipv6方法

禁用IPV6方法:

vi /etc/modprobe.d/dist.conf    结尾添加

alias net-pf-10 off

alias ipv6 off

并禁用ip6tables

chkconfig ip6tables off

新方法:(推荐)

/etc/sysconfig/named加入红色部分,让bind仅支持ipv4

ROOTDIR=/var/named/chroot

OPTIONS="-4"



本文转自 转身撞墙角 51CTO博客,原文链接:http://blog.51cto.com/chentianwang/1683623

你可能感兴趣的:(bind禁用ipv6方法)