您的当前位置:首页 --> CentOS入门 |
CentOS 6.7 禁用 IPV6网络 |
浏览次数:1394 关键词 ( 网络 CentOS ) |
ifconfig | grep inet6
lsmod | grep ipv6
# chkconfig ip6tables off
# vim /etc/sysconfig/network
NETWORKING_IPV6=no
# vim /etc/sysconfig/network-scripts/ifcfg-eth0
IPV6INIT=no
IPV6_AUTOCONF=no
# vim /etc/hosts
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
# vim /etc/modprobe/dist.conf
alias net-pf-10 off
alias ipv6 off
install ipv6 /bin/true
ifconfig | grep inet6
lsmod | grep ipv6
|
下载次数:9 |
下载地址:点击下载 |
本资源为程序自动采集,如有侵权请联系我们移除 admin#80vps.com 来信请将#替换为@ |
下一条 centos系统中网络配置相关 上一条 centos 远程SSH默认22端口修改为其他端口 |