답변:
IPv6를 비활성화하려면
$ su -
# nano /etc/sysctl.conf
이 줄을 sysctl.conf 파일에 추가하십시오.
#disable ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
새 설정으로 sysctl.conf 파일을 저장하고 다음 명령을 실행하여 새 설정을 활성화하십시오.
# sysctl -p
시스템을 다시 확인하십시오
$ cat /proc/sys/net/ipv6/conf/all/disable_ipv6
이제“1”이 표시되면 시스템에서 IPv6이 비활성화 된 것입니다.
에서 http://namhuy.net/1419/disable-ipv6-ubuntu-linux-mint.html
Ubuntu 11.04에서 IPv6을 끄려면
먼저, 켜기 또는 끄기, 확인하십시오
$ ifconfig -a
eth0 Link encap:Ethernet HWaddr
inet addr: Bcast: Mask:
**inet6** addr: fe80::210:f3ff:fe21:722a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:982 errors:0 dropped:0 overruns:0 frame:0
TX packets:943 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:800461 (800.4 KB) TX bytes:144524 (144.5 KB)
Interrupt:20 Memory:f7d00000-f7d20000
eth1 Link encap:Ethernet HWaddr
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16 Memory:f7c00000-f7c20000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
**inet6** addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1200 (1.2 KB) TX bytes:1200 (1.2 KB)
둘째, 끄고, 나는 다음과 같이 라인을 수정하고 그럽을 패치했습니다.
$ grep ipv6 /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
$ update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.38-11-generic-pae
Found initrd image: /boot/initrd.img-2.6.38-11-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
done
$ ip addr