Re: Ipv6 abschalten in sid / Kernel 2.6.30-1-686
Am Montag, den 20.07.2009, 14:48 +0200 schrieb Vladislav Vorobiev:
> Hallo,
>
> ich habe heute den Kernel erneuert. Jetzt habe ich 2.6.30-1-686 von SID.
>
> Und mein Rechner hat wieder ein ipv6 Problem. Alle DNS anfragen dauern ewig.
>
> Hier als Erinnerung
>
> http://www.nabble.com/Debian-und-Vigor-m%C3%B6gen-sich-nicht--DNS-Problem-td22824421.html
>
> damals hatte ich in /etc/modprobe.d/aliases
>
> alias net-pf-10 off
> alias ipv6 off
>
> eingetragen um ipv6 abzuschalten.
>
> Die Einträge sind immer noch da. Außerdem habe ich in
> /etc/modprobe.d/blacklist.conf
>
> blacklist ipv6
>
> eingetragen.
>
> Es nützt alles nichts mehr.
[schnipp]
Ich würde es mal über die /etc/sysctl.conf probieren, dann muß du die
Module auch nicht blackisten.
# cat /etc/sysctl.conf
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv6.conf.all.dad_transmits = 0
net.ipv6.conf.all.forwarding = 0
net.ipv6.conf.all.router_solicitations = 0
> Viele Grüße
> Vladislav
--
mfG Sascha
Reply to: