Disable IPv6 di Ubuntu: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump 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)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Sumber: http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html
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==


Method 1
Edit file alias menggunakan perintah berikut


You need to edit the aliases file using the following command
gksudo gedit  /etc/modprobe.d/aliases


gksudo gedit  /etc/modprobe.d/aliases
Cari kalimat


Find the line: alias net-pf-10 ipv6
alias net-pf-10 ipv6


change to
ubah


    alias net-pf-10 off
alias net-pf-10 off


If the above change is not working you need to change the following one
Jika cara di atas tidak jalan maka kita perlu mengubah menjadi


    alias net-pf-10 off ipv6
alias net-pf-10 off ipv6


Save the file and reboot
Save file dan reboot


Method2
==Method2==


Disable IPv6 in Firefox. Type about:config and search for:
Disable IPv6 di Firefox. Type about:config dan cari:


    network.dns.disableIPv6
network.dns.disableIPv6


and set it to TRUE
set menjadi TRUE


Method 3
==Method 3==


Edit /etc/default/grub file
Edit file /etc/default/grub


    gksudo gedit  /etc/default/grub
gksudo gedit  /etc/default/grub


Change
Ubah


    GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”


to
menjadi


    GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”
GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”


Save and exit the file
Save dan exit


Update the grub from the command line
Update grub mengunakan perintah


    sudo update-grub
sudo update-grub





Latest revision as of 01:12, 6 February 2011

Sumber: http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html

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


Referensi

Pranala Menarik