How to disable IPv6 on Linux via GRUB

by | Oct 17, 2018

ETIQUETAS: Linux-en | Open source | Tips

The IPv6 Internet Protocol is integrated in many Linux distributions, but if it is not going to be used, it is convenient to disable it in order to avoid issues derived from inadequate configurations. In case of Linux, it can be disabled from the GRUB bootloader.

The first step will be to check that we have access as super user, to be able to edit the GRUB file with the text editor and make the changes mentioned below. When the file is opened, the lines GRUB_CMDLINE_LINUX_DEFAULT =”” and GRUB_CMDLINE_LINUX =”” will appear, which we will have to edit as follows:

GRUB_CMDLINE_LINUX_DEFAULT =”ipv6.disable=1

GRUB_CMDLINE_LINUX =”ipv6.disable=1″

The next step will be to save the changes, close GRUB and update it by executing the sudo update-grub command. Once this is done, we restart the computer and we will have IPv6 disabled.

In this way, problems to access the WAN and other types of issues related to an incorrect IPv6 configurations will be avoided.

Source: Redes Zone.

SHARE

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Recent posts

VDI: The most secure environment for hybrid working

Today is Data Privacy Day. The purpose of this date is to raise awareness and promote privacy and data protection best practices. It was initiated by the European Commission, the Council of Europe, and the Data Protection authorities of the European Union’s member states. Their main goal was to drive attention to the importance of privacy, user data protection, and compliance of the General Data Protection Regulation (RGPD). It is a regulation characterized by significant fines for non-compliance since its implementation in 2018.

How to avoid issues with virtual machines

Virtualization comes with a wide range of benefits for organizations. It helps cut IT costs and reduces downtime while increasing efficiency and productivity. It also increases the resiliency of networks, primarily when disasters occur, and promotes more green-friendly operations.

However, using virtual machines also comes with a set of downsides. Information security may get compromised, workloads mixed up, separation duties lost, among other issues. It is vital to know how you can get over these problems, and that’s what this article will discuss.

Let’s get started.

Archives


Stay up to date with all the news from UDS ENTERPRISE through our social networks. Follow us!

Skip to content