Jump to content

Edit History

ps_what

ps_what

TEMPORARY FIX

For anyone in my shoes I can say I found a "half fix" that consists in disabling IPv6.

This to me is not ideal, as the world moves more and more to include it, but in a pinch will have to suffice while I find a way to correct the problems with IPv6.

I will still appreciate any help from someone in this matter.

 

For people in the same situation, here is how to disable IPv6:

- Open the file with your favourite text editor:

/etc/sysctl.conf

- Append the following code at the end:

# Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

- To apply changes, run in the console:

sudo sysctl -p

 

Thanks again in advance for any contributions

×
×
  • Create New...