OSWikiHK: 請協力 GPLv3 的中文翻譯工作。
Disable IPv6
OSWikiHK,自由中文開源知識庫
目录 |
[编辑]
GNU/Linux 核心
[编辑]
Debian/ Ubuntu
在檔案 /etc/modprobe.d/00local 加入以下兩行:
alias net-pf-10 off alias ipv6 off
搞定後重新啟動整個系統。
[编辑]
CentOS/Fedora/Mandrake/RedHat
在檔案 /etc/modprobe.conf 加入以下一行:
alias net-pf-10 off
在檔案/etc/sysconfig/network加入以下一行:
NETWORKING_IPV6=NO
搞定後重新啟動整個系統。
[编辑]
應用軟件
[编辑]
Mozilla/Firefox/Epiphany
在位址欄打入「about:config」進入配置頁,將選項「network.dns.disableIPv6」設定為「true」。
[编辑]
相關連結
- Debian Administration :: Disabling IPv6 under a 2.6 kernel
- Disable IPV6 module on default kernels | MDLog:/sysadmin
- HOWTO Disable IPv6 support on Debian - BeezNest
- DebianAdmin: Activate NAT on Debian etch and Disable IPv6 support on Debian
- Disable IPV6 on debian sarge at Life With Free Software
- How-To: Disable IPV6 to speed up Internet. - Ubuntu Forums
- disable ipv6 - MandrivaUsers.org
- How to Disable IPV6 - MandrivaUsers.org

