ubuntu12.04でIPv6を無効にする方法
操作コマンド
sudo vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
保存して終了
sudo sysctl -p
実行
ip a | grep inet6
Coding Changes the World
操作コマンド
sudo vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
保存して終了
sudo sysctl -p
実行
ip a | grep inet6