Disabling IPV6: Difference between revisions

From RSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{AdWords}}
{{Deprecated}}
== Disabling IPV6 in Linux ==
== Disabling IPV6 in Linux ==
When using a newer distribution you may find that it is taking a long time for your web browser to locate the page you have requested.
When using a newer distribution you may find that it is taking a long time for your web browser to locate the page you have requested.
Line 15: Line 15:


A reboot might be required.
A reboot might be required.
{{AdWords2}}


[[Category:Linux| ]]
[[Category:Linux| ]]

Latest revision as of 11:17, 27 February 2017

This information is deprecated. It should be considered end of life and should not be used in any production setting

Disabling IPV6 in Linux

When using a newer distribution you may find that it is taking a long time for your web browser to locate the page you have requested.

This is almost always down to IPV6 being enabled on the machine.

To disable it, log in as the root user

edit /etc/modules.conf or on some disrtibutions /etc/modprobe.d/modules.conf

Search for the line alias net-pf-10 and make sure that it now looks as follows:

alias net-pf-10 off

A reboot might be required.