Difference between revisions of "Scratch"

From MyWiki
Jump to: navigation, search
Line 6: Line 6:
  
 
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:
 
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
 
net.ipv6.conf.all.disable_ipv6=1
  

Revision as of 10:55, 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:

  1. systcl -p

Regards

Jon