Edit the /etc/sysctl.conf
vim /etc/sysctl.conf
add as below :
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
This command will apply immediately once executed.
sysctl -p
Edit the /etc/sysctl.conf
vim /etc/sysctl.conf
add as below :
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
This command will apply immediately once executed.
sysctl -p
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
Leave a Reply