Disable IPv6 support for CentOS

Source: Internet
Author: User
IPv6 is enabled by default on CentOS, but it is useless at present. sometimes there are some problems. so, you can turn it off. 1. check whether IPv6 support is enabled for some systems # ifconfigeth0. you can see that inet6addr... indicates that IPv6 support is enabled. disable it now. 2. add two lines of statements in/etc/modprobe. conf. it's too long for me to get it.

IPv6 is enabled by default on CentOS, but it is useless at present. sometimes there are some problems. so, you can turn it off.

1. check whether IPv6 support is enabled for some systems.

# Ifconfig eth0

You can see that inet6 addr... indicates that it is enabled, and now it is disabled.

2. add two lines of statements in/etc/modprobe. conf. it's too long for me to get it.

# Vim/etc/modprobe. conf

Add

Alias net-pf-10 off
Alias ipv6 off

Save and exit.

3. restart the system and check IPv6 support again.

# Reboot

# Ifconfig eth0

If you want to enable IPv6 support again, simply delete the two statements you have added and restart the system.

Related Article

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.