RHEL9 ping: socket: Address family not supported by protocolの解決方法

環境
RHEL9.2

現象
$ grep ipv6.disable=1 /proc/cmdline
BOOT_IMAGE=… ipv6.disable=1

$ ping -c 1 192.168.xxx.xxxx
ping: socket: Address family not supported by protocol

解決方法1
ping -4 192.168.xxx

方法2
iputils利用可能な場合は、パッケージを次のバージョン以降に更新します。
パッケージ名 iputils-20210202-9.el9

方法3
net.ipv6.conf.all.disable_ipv6 = 1プロトコル全体を無効にするのではなく、IPv6 アドレス指定のみを無効にします。

参照
https://access.redhat.com/solutions/6989996

IT

Posted by arkgame