disable ipv6?
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
1 Reply
Not much to go on here… You should read:
https://www.linode.com/community/questions/17096/asking-better-questions
Did you restart your Linode afterwards? If you did, did you save these settings in /etc/sysctl.conf first?
-- sw