Difference between revisions of "Scratch"
From MyWiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | 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: | ||
+ | |||
+ | # systcl -p | ||
+ | |||
+ | Regards | ||
+ | |||
+ | Jon |
Revision as of 10:52, 15 February 2019
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:
- systcl -p
Regards
Jon