CentOS 6 で whois
〜 まだ IPv6 は早い 〜

2012-09-19 作成 福島
TOP > tips > whois
CentOS では IPv6 が有効になっていますが、周りの環境もすべて IPv6 になっていないと、不具合が出ます。

CentOS に付いている whois クライアントが悪いわけではないのですが、相手のいない IPv6 インターフェースを残しておくと、この whois が動作しません。


1. modprobe の IPv6 を無効化
/etc/modprobe.d/IPv6-disable.conf を作成
options ipv6 disable=1
2. IPv6 用の iptables を無効化
$ su
# /sbin/chkconfig ip6tables off
3. 再起動
# shutdown -r now