Linux - Disable IPv6
How to: Disable IPv6 - terminal command
Disable IPv6 on Linux
sysctl -w net.ipv6.conf.all.disable_ipv6=1
Enable IPv6 on Linux
sysctl -w net.ipv6.conf.all.disable_ipv6=0
How to: Disable IPv6 - terminal command
Disable IPv6 on Linux
sysctl -w net.ipv6.conf.all.disable_ipv6=1
Enable IPv6 on Linux
sysctl -w net.ipv6.conf.all.disable_ipv6=0