Debian Disable Ipv6

[Solved] Debian Disable Ipv6 | Shell - Code Explorer | yomemimo.com
Question : debian disable ipv6

Answered by : lemonz

#1. Open a terminal window.
#2. Issue the command sudo nano /etc/sysctl.conf
#3. Add the following 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. Save and close the file.
#5. Reboot the machine.

Source : | Last Update : Fri, 02 Oct 20

Answers related to debian disable ipv6

Code Explorer Popular Question For Shell