• [^] # Re: Requete DNS IPv6

    Posté par . En réponse au message Comment se faire passer pour un Windows ?. Évalué à 2.

    heureusement google est notre ami
    disable ipv6 linux

    nous renvoie :
    http://www.cyberciti.biz/tips/linux-how-to-disable-the-ipv6-(...)

    qui dit

    Sometime you just need to disable IPv6 protocol. In some case, you do not need it at all or it may increase browsing speed.

    Linux has Internet Protocol Version 6 (IPv6) enabled by default, almost all distro enable it.

    Open your modprob.conf file (Red Hat and friends) and add following line:
    # vi /etc/modprobe.conf

    Add following line:
    alias net-pf-10 off

    Save and close the file. Reboot the system.
    -------------------------
    If you are using Debian/Ubuntu linux (thanks to beranger), open file /etc/modprobe.d/aliases
    # vi /etc/modprobe.d/aliases
    Find the line:
    alias net-pf-10 ipv6
    Replace to
    alias net-pf-10 off
    alias ipv6 off