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
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==


You need to edit the aliases file using the following command
Edit file alias menggunakan perintah berikut


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


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


change to
alias net-pf-10 ipv6


    alias net-pf-10 off
ubah


If the above change is not working you need to change the following one
alias net-pf-10 off


    alias net-pf-10 off ipv6
Jika cara di atas tidak jalan maka kita perlu mengubah menjadi


Save the file and reboot
alias net-pf-10 off ipv6


Method2
Save file dan reboot


Disable IPv6 in Firefox. Type about:config and search for:
==Method2==


    network.dns.disableIPv6
Disable IPv6 di Firefox. Type about:config dan cari:


and set it to TRUE
network.dns.disableIPv6


Method 3
set menjadi TRUE


Edit /etc/default/grub file
==Method 3==


    gksudo gedit  /etc/default/grub
Edit file /etc/default/grub


Change
gksudo gedit  /etc/default/grub


    GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
Ubah


to
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”


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


Save and exit the file
GRUB_CMDLINE_LINUX_DEFAULT=”ipv6.disable=1 quiet splash”


Update the grub from the command line
Save dan exit


    sudo update-grub
Update grub mengunakan perintah
 
sudo update-grub





Revision as of 01: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


Referensi

Pranala Menarik