2019年05月18日 How to disable ipv6 for making bridge connection with vmware stable. [長年日記]
_ vmwareでのブリッジ接続を安定させるためのipv6無効化設定方法
/etc/sysctl.d/disable_ipv6.confを編集。
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
次のコマンドを実行。
/sbin/sysctl --system -e
この設定でvmware(Host is Linux, Guest is Windows10)でのブリッジ接続が安定する(?)。