2024-08-07, 05:03 PM
What did you do to disable IPv6? Something like the steps outlined in this link?
https://itsfoss.com/disable-ipv6-ubuntu-linux/
https://itsfoss.com/disable-ipv6-ubuntu-linux/
Code:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1