Quote:
|
Originally Posted by arnuld
i have Debian Etch amd64 using netinst CD. i want to disable Ipv6 as it causes problems. i know what i need to add:
alias net-pf-10 off
alias ipv6 off
on Fedora i add these lines to "/etc/modprobe.conf" and internet troubles go away :-) now on debian i have these 3 files:
/etc/modprobe.conf
/etc/modprobe.d/aliases
/etc/modprobe.d/blacklist
where should i add those 2 alias lines ?
|
In the /etc/modprobe.d/ directory try creating a file ipv6 with your two lines in it this should be processed by modutils on boot and your settings used, for KDE if using it then in your /etc/environment put this.
Code:
## Added by me for no IPV6 in KDE
KDE_NO_IPV6=1