사용자 도구

사이트 도구


os:debian:networking:disableipv6

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
os:debian:networking:disableipv6 [2007/07/02 04:56]
starlits 새로 만듬
os:debian:networking:disableipv6 [2007/09/02 06:37] (현재)
222.238.62.148
줄 1: 줄 1:
 ====== Disable IPV6 module on default kernels ====== ====== Disable IPV6 module on default kernels ======
 +
  
 ===== Debian kernel 2.4 ===== ===== Debian kernel 2.4 =====
줄 5: 줄 6:
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 off alias net-pf-10 off
 alias ipv6 off alias ipv6 off
줄 11: 줄 12:
   - Reboot.   - Reboot.
    
 +
 ===== Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1) ===== ===== Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1) =====
   - In /etc/modprobe.d/aliases, change the line <code>   - In /etc/modprobe.d/aliases, change the line <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 off alias net-pf-10 off
 alias ipv6 off alias ipv6 off
줄 21: 줄 23:
   - Reboot.   - Reboot.
    
 +
 ===== Debian kernel 2.6/Ubuntu (alternate method) ===== ===== Debian kernel 2.6/Ubuntu (alternate method) =====
   - In /etc/modprobe.d/blacklist, add a line <code>   - In /etc/modprobe.d/blacklist, add a line <code>
줄 40: 줄 43:
   - Reboot.   - Reboot.
    
 +
 ===== SuSE 9.0 ===== ===== SuSE 9.0 =====
   - In /etc/modules.conf, change the line <code>   - In /etc/modules.conf, change the line <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 off alias net-pf-10 off
 alias ipv6 off alias ipv6 off
줄 50: 줄 54:
   - Reboot.   - Reboot.
    
 +
 +
 ===== SuSE 9.1/9.2/9.3/10.0 ("official" method) ===== ===== SuSE 9.1/9.2/9.3/10.0 ("official" method) =====
   - In /etc/modprobe.conf, change the line <code>   - In /etc/modprobe.conf, change the line <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 install ipv6 /bin/true install ipv6 /bin/true
줄 60: 줄 66:
   - Reboot.   - Reboot.
    
 +
 +
 ===== SuSE 9.1/9.2/9.3/10.0 (alternate method)/Mandriva (method 2)/Slackware ===== ===== SuSE 9.1/9.2/9.3/10.0 (alternate method)/Mandriva (method 2)/Slackware =====
   - In /etc/modprobe.conf, make sure you change <code>   - In /etc/modprobe.conf, make sure you change <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 off alias net-pf-10 off
 alias ipv6 off alias ipv6 off
줄 70: 줄 78:
   - Reboot.   - Reboot.
    
 +
 +
 ===== Gentoo ===== ===== Gentoo =====
   - In /etc/modules.d/aliases, make sure you change <code>   - In /etc/modules.d/aliases, make sure you change <code>
 alias net-pf-10 ipv6 alias net-pf-10 ipv6
 </code> </code>
-    - to <code>+  - to <code>
 alias net-pf-10 off alias net-pf-10 off
 alias ipv6 off alias ipv6 off
os/debian/networking/disableipv6.1183319788.txt.gz · 마지막으로 수정됨: 2007/07/02 04:56 저자 starlits