This shows you the differences between two versions of the page.
| — |
tips:how-to-disable-ipv6 [28.08.2011 22:51] (current) vergo created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to disable IPv6 ====== | ||
| + | <note important> | ||
| + | |||
| + | Current Ubuntu releases have ipv6 enabled by default and in most cases it isn't needed at least yet. Here's a short description for disabling ipv6 but start by checking if it's even enabled currently. | ||
| + | |||
| + | < | ||
| + | |||
| + | If that produced no output then ipv6 is already disabled. Otherwise first open (as root) the file /// | ||
| + | |||
| + | < | ||
| + | |||
| + | and replace it with | ||
| + | |||
| + | < | ||
| + | |||
| + | Then open /// | ||
| + | |||
| + | < | ||
| + | # disable ipv6 | ||
| + | blacklist ipv6 | ||
| + | </ | ||
| + | |||
| + | Next you'll have to reboot the system since that seems to be the only way to get already loaded ipv6 modules out of memory. | ||
| + | |||
| + | It should be noted that editing only /// | ||
| + | |||
| + | < | ||
| + | |||
| + | will get added every time something in the system tries to access the net using ipv6. That can happen often in a busy system so there' | ||