建立禁止啓動ipv6模塊網絡
vi /etc/modprobe.d/disable-ipv6.confide
copy內容3d
install ipv6 /bin/trueblog
網絡標註禁用ipv6ip
cat <<EOF>>/etc/sysconfig/networkget
IPV6INIT=noit
EOFclass
ipv6模塊應該是沒有加載的network
lsmod | grep ipv6grep
查ipv6 地址應該是沒有的
ifconfig | grep -i inet6