Slashdot Mirror


User: joe45

joe45's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:How to install IPv6 on (Almost) All You Need To Know About IPv6 · · Score: 1
    The command how to install IPv6 is :

    windows XP: run -> type:" ipv6 install linux "

    redhat: " insmod ipv6 " or " modprobe ipv6 " , check the list get IPv6 or not,

    " rmmod ipv6 " delete ipv6.

    autorun: edit /etc/sysconfig/network add new line " NETWORKING_IPV6=YES "

    FreeBSD Unix : edit /etc/rc.conf add new ipv6_enable="YES"

  2. IPv6 install on (Almost) All You Need To Know About IPv6 · · Score: 1
    windows XP: run -> type: " ipv6 install "

    linux redhat: " insmod ipv6 " or " modprobe ipv6 "

    what's you system is?

    and what you want ask?

  3. How to install IPv6 on (Almost) All You Need To Know About IPv6 · · Score: 2, Informative

    The command how to install IPv6 is : windows XP: run -> type: ipv6 install linux redhat: insmod ipv6 or modprobe ipv6 , check the list get IPv6 or not, rmmod ipv6 delete ipv6. autorun: edit /etc/sysconfig/network add new line " NETWORKING_IPV6=YES " FreeBSD Unix : edit /etc/rc.conf add new ipv6_enable="YES"