View Full Version : Setting up utorrent for wug use in LINUX
are there how-to's to diasble ipv6 and set up ipfilter in ubuntu, i can only find windows ones, would really appreciate help with doing this is linux. thanx
Krid
See this is an old post, but here goes.
run the following commands, as a user with sudo rights:
echo 1|sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6
gksudo gedit /etc/sysctl.conf #opens sysctl.conf file for editing
#Then add these lines:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
As for ipfilter, depends on what exaactly you want to do, and what your firewall looks like currently
Powered by vBulletin™ Version 4.0.1 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.