PDA

View Full Version : Setting up utorrent for wug use in LINUX



Krid
05-04-2011, 23:14
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

hobbez1
12-02-2012, 22:50
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