Let’s start the discussion about How to disable IPv6 on Linux in following methods.
Finish this task before adding the Harvester to the NFA console. When you install a Harvester in the NFA console and enable IPv6, the Harvester automatically binds with an IPv6-format address. This stops the Harvester data from being received by Network Flow Analysis.
Contents
debian disable ipv6
1. Open a terminal window.
2. Issue the command sudo nano /etc/sysctl.conf
3. Then Add the following commands at the bottom of the file.
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
4. Now save the file and reboot the system.
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to Access the Windows 10 Startup Folder