How to disable ipv6?
Stickies from centos.org/
Edit 2 file berikut:
[root@pandaren ~]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
GATEWAY=xxx.xxx.xxx.xxx
HOSTNAME=xxx.xxx.co.id
DOMAINNAME=xxx.co.id
[root@pandaren ~]#
[root@pandaren ~]# more /etc/modprobe.conf
alias eth0 tg3
alias scsi_hostadapter ata_piix
alias ipv6 off
alias net-pf-10 off
[root@pandaren ~]#
