내용으로 건너뛰기
adminschool.net wiki
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
os:debian:networking:disableipv6
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== Disable IPV6 module on default kernels ====== ===== Debian kernel 2.4 ===== - In /etc/modutils, change the line <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 off alias ipv6 off </code> - Reboot. ===== Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1) ===== - In /etc/modprobe.d/aliases, change the line <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 off alias ipv6 off </code> - Reboot. ===== Debian kernel 2.6/Ubuntu (alternate method) ===== - In /etc/modprobe.d/blacklist, add a line <code> blacklist ipv6 </code> - Reboot. ===== RHEL/CentOS ===== - In /etc/modprobe.conf, make sure you have <code> alias net-pf-10 off alias ipv6 off </code> - Reboot. ===== RHEL/CentOS/Fedora Core (method 2)/Mandriva (method 1) ===== - In /etc/sysconfig/network, add a line <code> NETWORKING_IPV6="no" </code> - Reboot. ===== SuSE 9.0 ===== - In /etc/modules.conf, change the line <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 off alias ipv6 off </code> - Reboot. ===== SuSE 9.1/9.2/9.3/10.0 ("official" method) ===== - In /etc/modprobe.conf, change the line <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 ipv6 install ipv6 /bin/true </code> - Reboot. ===== SuSE 9.1/9.2/9.3/10.0 (alternate method)/Mandriva (method 2)/Slackware ===== - In /etc/modprobe.conf, make sure you change <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 off alias ipv6 off </code> - Reboot. ===== Gentoo ===== - In /etc/modules.d/aliases, make sure you change <code> alias net-pf-10 ipv6 </code> - to <code> alias net-pf-10 off alias ipv6 off </code> - Reboot.
os/debian/networking/disableipv6.txt
· 마지막으로 수정됨: 2007/09/02 06:37 저자
222.238.62.148
문서 도구
문서 보기
이전 판
역링크
맨 위로