Welcome to the Linux Foundation Forum!

Disable IPV6 in Debian Lenny?

Posts: 19

I have tried various ways of disabling IPv6 on my primary workstation running Debian Lenny but it still sticks. Any ideas?

:laugh:

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 3
    I didn't try it, but it may help you: link
  • Posts: 19
    :cheer:

    Heh, i had made a spalling erorr in the config file the first time i tried.

    It works like a charm now, thanks mate.
  • Posts: 1
    try it
    1. echo blacklist ipv6 >> /etc/modprobe.d/blacklist.local
  • Posts: 3
    For the archive:
    edit:

    /etc/modprobe.d/aliases

    By default you will have a line like this:

    alias net-pf-10 ipv6

    Replace that line with:

    alias net-pf-10 off
    alias ipv6 off

    (The second line may/may not be required with newer (2.26.+) kernels, but it won’t hurt anything)

    Also, while we’re at it, on your desktop machines, help out Firefox by disabling IPv6 there too. It’s simple, in the location bar enter:

    about:config

    Then search for:

    network.dns.disableIPv6

    and toggle its value to ‘true'
  • Posts: 134
    edit /etc/modprobe.d/aliases
    alias net-pf-10 off
    alias ipv6 off

    you can do it with everything else you don need it (X25, appletalk, ...)

    Hope it helps

    Ben

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training