사용자 도구

사이트 도구


os:debian:networking:disableipv6

Disable IPV6 module on default kernels

Debian kernel 2.4

  1. In /etc/modutils, change the line
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 off
    alias ipv6 off
  3. Reboot.

Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1)

  1. In /etc/modprobe.d/aliases, change the line
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 off
    alias ipv6 off
  3. Reboot.

Debian kernel 2.6/Ubuntu (alternate method)

  1. In /etc/modprobe.d/blacklist, add a line
    blacklist ipv6
  2. Reboot.

RHEL/CentOS

  1. In /etc/modprobe.conf, make sure you have
    alias net-pf-10 off
    alias ipv6 off
  2. Reboot.

RHEL/CentOS/Fedora Core (method 2)/Mandriva (method 1)

  1. In /etc/sysconfig/network, add a line
    NETWORKING_IPV6="no"
  2. Reboot.

SuSE 9.0

  1. In /etc/modules.conf, change the line
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 off
    alias ipv6 off
  3. Reboot.

SuSE 9.1/9.2/9.3/10.0 ("official" method)

  1. In /etc/modprobe.conf, change the line
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 ipv6
    install ipv6 /bin/true
  3. Reboot.

SuSE 9.1/9.2/9.3/10.0 (alternate method)/Mandriva (method 2)/Slackware

  1. In /etc/modprobe.conf, make sure you change
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 off
    alias ipv6 off
  3. Reboot.

Gentoo

  1. In /etc/modules.d/aliases, make sure you change
    alias net-pf-10 ipv6
  2. to
    alias net-pf-10 off
    alias ipv6 off
  3. Reboot.
os/debian/networking/disableipv6.txt · 마지막으로 수정됨: 2007/09/02 06:37 저자 222.238.62.148