Disable IPv6 in CentOS

Source: Internet
Author: User

After CentOS 6 is installed by default, IPv6 is automatically enabled, but IPv6 is not widely used yet. We recommend that you disable the IPv6 module. The following describes how to disable the function.

Note: Blue = command name

Light Green = Command Parameters

Light blue = Option

Purple = directory

System Environment: CentOS 6.2 i686

1. Check whether ipv6 is enabled in the system.

A) view the ENI attributes

Command: ifconfig

Note: "inet6 addr:..." is available :....... The ipv6 feature is enabled.

B) view the information loaded by the kernel module

Command: lsmod | grep ipv6


2. Disable ipv6

Add at the end of/etc/modprobe. d/dist. conf

Alias net-pf-10 off
Alias ipv6 off
You can use the vi editor or the following command:
Cat <EOF>/etc/modprobe. d/dist. conf
Alias net-pf-10 off
Alias ipv6 off
EOF


Restart the computer after writing and modifying the data.

Ipv6 enable method click http://www.centoscn.com

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.