Disable IPV6
From WickyWiki
In some cases you may want to try without IPV6 enabled. This is how to do it:
sudo gedit /etc/default/grub
Edit GRUB_CMDLINE_LINUX="quiet splash" to:
GRUB_CMDLINE_LINUX="ipv6.disable=1 quiet splash"
sudo update-grub2
Reboot.