wy
wyłączenie ipv6
pamiętam, że to sie robiło jakoś w pliku /etc/modprobe.d/aliases ale bym był wdzięczny jakby mi ktoś napisał co trzeba tam zmienić.
Kod: Zaznacz cały
alias net-pf-10 off
alias ipv6 off
• Debian kernel 2.4:
In /etc/modutils, change the line
alias net-pf-10 ipv6
to
alias net-pf-10 off
alias ipv6 off
Reboot.
• Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1):
In /etc/modprobe.d/aliases, change the line
alias net-pf-10 ipv6
to
alias net-pf-10 off
alias ipv6 off
Reboot.
• Debian kernel 2.6/Ubuntu (alternate method):
In /etc/modprobe.d/blacklist, add a line
blacklist ipv6
Reboot.
In /etc/modutils, change the line
alias net-pf-10 ipv6
to
alias net-pf-10 off
alias ipv6 off
Reboot.
• Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core (method 1):
In /etc/modprobe.d/aliases, change the line
alias net-pf-10 ipv6
to
alias net-pf-10 off
alias ipv6 off
Reboot.
• Debian kernel 2.6/Ubuntu (alternate method):
In /etc/modprobe.d/blacklist, add a line
blacklist ipv6
Reboot.