What is the Internet protocol?

Internet Protocol (IP) is the protocol or set of rules by which data is sent from one computer to another on the internet. The Internet Protocol gives every computer, every machine, or computer on the internet a unique address called an IP address. The IP address is used to uniquely identify each device on a network. The IPv4 is the previous version of the Internet protocol.

The IPv4 is of size 32 bits, whereas the IPv6 is of size 128 bits. As the number of devices in the world is increasing rapidly, there is a chance that all the possible IPv4 addresses might get exhausted. so the ipv6 was introduced. 

How to Disable IPv6 in linux?

In this article, we will discuss how to disable IPv6 in Linux. We can achieve this using sysctl.

Similar Reads

What is IPv6?

IPv6 stands for internet protocol version 6, which is the latest version of the internet protocol....

What is the Internet protocol?

Internet Protocol (IP) is the protocol or set of rules by which data is sent from one computer to another on the internet. The Internet Protocol gives every computer, every machine, or computer on the internet a unique address called an IP address. The IP address is used to uniquely identify each device on a network. The IPv4 is the previous version of the Internet protocol....

Disabling IPv6 in Linux

For disabling the IPv6 we can use the sysctl command. The sysctl command is used to view and view the kernel settings, It is used to modify the kernel parameters at runtime. The IPv6 is disabled by modifying Kernel parameters with sysctl....

Enabling the IPv6

1. To re-enable the IPv6, the process is the same as above except that instead of 1 keep it as 0....

Disable IPv6 using GRUB

1. Open the terminal and open the grub file in nano editor using the following command...