Scratch

From MyWiki
Revision as of 10:55, 15 February 2019 by George2 (Talk | contribs)

Jump to: navigation, search

Hi George,

Good findings.

> So for both of the problem servers I would propose that I create an /etc/gai.conf file, edit the /etc/sysctl.conf and then reboot.

Yes that is a good plan. And yes to make net.ipv6.conf.all.disable_ipv6=1 persistent just append the following line to /etc/sysctl.conf:

net.ipv6.conf.all.disable_ipv6=1

and then to load the new settings:

  1. systcl -p

Regards

Jon