Linux Forbidden IPv6

Source: Internet
Author: User
1. Disable loading IPV6 module # echo "Install Ipv6/bin/true" >/etc/modprobe.d/disable-ipv6.conf enforce/bin/whenever the system needs to load the IPV6 module True to replace the actual loaded module. 2. Close the ip6tables# chkconfig ip6tables off3. Disable the IPV6-based network so that it will not be triggered by the boot # Vi/etc/sysconfig/networknetworking_ipv6=no4. Disable the NIC IPv6 setting so that it runs only in IPV4 mode # VI/ETC/SYSCONFIG/NETWORK-SCRIPTS/IFCFG-ETHX or vi/etc/sysconfig/network-scripts/ Ifcfg-em1xipv6init=noipv6_autoconf=no5. Restart effective # REBOOT6. Verify that it is in effect # Lsmod | grep IPv6 If there is no output to indicate that the IPV6 module is disabled, otherwise it is enabled method two: Append alias net-pf-10 offalias ipv6 off in/etc/modprobe.d/dist.conf

Linux Forbidden IPv6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.