I installed FC9.
I have "inet addr:" and "inet6 addr:" in the eth0 interface output of ifconfig command. How can I do to disable ipv6 in FC9?
Thanks Andrea
Andrea Bencini wrote:
I installed FC9.
I have "inet addr:" and "inet6 addr:" in the eth0 interface output of ifconfig command. How can I do to disable ipv6 in FC9?
Thanks Andrea
Hi Andrea,
add this line to /etc/modprobe.conf:
install ipv6 /bin/true
and restart your network.