Hi, I have a question please. when I run the below command and viewed no output. Please help me to disable IPV6. Thank you ifconfig -a | grep inet6
Open the following file for editing:
nano /etc/default/grub
Then add the following parameter for GRUB_CMDLINE_LINUX:
ipv6.disable=1
Like the following example:
GRUB_CMDLINE_LINUX="ipv6.disable=1 crashkernel=auto"
In the next step, run the following command:
grub2-mkconfig -o /boot/grub2/grub.cfg
Finally, run the following command to restart the server:
shutdown -r now
+8595670151
7 days a week, 24 hours a day