Difference between revisions of "Disable IPv6 di Ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Sumber: http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html If you disable IPv6 and get reasonable Internet connection & DNS speeds Method 1 You need to edit the aliases file u...) |
Onnowpurbo (talk | contribs) |
||
Line 3: | Line 3: | ||
If you disable IPv6 and get reasonable Internet connection & DNS speeds | If you disable IPv6 and get reasonable Internet connection & DNS speeds | ||
− | Method 1 | + | ==Method 1== |
− | + | Edit file alias menggunakan perintah berikut | |
− | gksudo gedit /etc/modprobe.d/aliases | + | gksudo gedit /etc/modprobe.d/aliases |
− | + | Cari kalimat | |
− | + | alias net-pf-10 ipv6 | |
− | + | ubah | |
− | + | alias net-pf-10 off | |
− | + | Jika cara di atas tidak jalan maka kita perlu mengubah menjadi | |
− | + | alias net-pf-10 off ipv6 | |
− | + | Save file dan reboot | |
− | + | ==Method2== | |
− | + | Disable IPv6 di Firefox. Type about:config dan cari: | |
− | + | network.dns.disableIPv6 | |
− | + | set menjadi TRUE | |
− | + | ==Method 3== | |
− | + | Edit file /etc/default/grub | |
− | + | gksudo gedit /etc/default/grub | |
− | + | Ubah | |
− | + | GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” | |
− | + | menjadi | |
− | + | GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash” | |
− | + | Save dan exit | |
− | + | Update grub mengunakan perintah | |
+ | |||
+ | sudo update-grub | ||
Revision as of 08:12, 6 February 2011
Sumber: http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html
If you disable IPv6 and get reasonable Internet connection & DNS speeds
Method 1
Edit file alias menggunakan perintah berikut
gksudo gedit /etc/modprobe.d/aliases
Cari kalimat
alias net-pf-10 ipv6
ubah
alias net-pf-10 off
Jika cara di atas tidak jalan maka kita perlu mengubah menjadi
alias net-pf-10 off ipv6
Save file dan reboot
Method2
Disable IPv6 di Firefox. Type about:config dan cari:
network.dns.disableIPv6
set menjadi TRUE
Method 3
Edit file /etc/default/grub
gksudo gedit /etc/default/grub
Ubah
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
menjadi
GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”
Save dan exit
Update grub mengunakan perintah
sudo update-grub