how to guides, manuals and many more useful tips & tricks for daily Linux, Unix administration
1 2 3 4 5 6 7
vi /etc/sysctl.conf # At the end, add: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 # Save and quit
1
sysctl -p
No comments:
Post a Comment