Disabling IPV6

From RSWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.