Howto / Linux
Disable IPV6 for networking performance
Author: Katrame
Visits: 2355
Date: 14.07.2007
To disable IPV6 for performance, I modified the /etc/modprobe.d/aliases file such that,
Author: Katrame
Visits: 2355
Date: 14.07.2007
#alias net-pf-10 ipv6
alias net-pf-10 off
and also /etc/hosts
# The following lines are desirable for IPv6 capable hosts
#::1 ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters
#ff02::3 ip6-allhosts
Page 1 of 2
>>
Se vuoi discutere con noi su questo articolo o comunque vuoi porci delle domande usa il nostro Forum

