Pages

Sunday, July 16, 2017

Disable IPv6

Disable IPv6


If you are facing router problems or any other issues with ubuntu. First try to disable IPv6 support built into Ubuntu as majority of the current home hardware doesnt support IPv6 at the moment.

Open the file /etc/modprobe.d/aliases and change the following line

net-pf-10 ipv6

to

net-pf-10 ipv6 off

Reboot the system and check if you are still facing the issue.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.