Amule: Difference between revisions

From miki
Jump to navigation Jump to search
(→‎privacy: MoBlock, iplist, netfilter)
 
Line 38: Line 38:
==== Usage ====
==== Usage ====
* Type <tt>sudo ipblock -g</tt> to start the GUI. At first boot, it will creates the '''rc.d''' entry.
* Type <tt>sudo ipblock -g</tt> to start the GUI. At first boot, it will creates the '''rc.d''' entry.
* Configuration file is at '''/etc/ipblock.conf'''. All lists URL is at '''ipblock.list'''.
* Configuration file is at '''<tt>/etc/ipblock.conf</tt>'''. All lists URL is at '''<tt>/etc/ipblock.list</tt>'''.


=== Netfilter ===
=== Netfilter ===

Revision as of 18:47, 5 October 2008

Privacy

MoBlock

iplist

Installation

tar -xvfj libnfnetlink-0.0.39.tar.bz2
cd libnfnetlink-0.0.39
./configure --prefix=/usr              # install libs in /usr/lib instead of /usr/local/lib
make
sudo make install
  • Then build libnetfilter_queue:
tar -xvfj libnetfilter_queue-0.0.16.tar.bz2
cd libnetfilter_queue-0.0.16
./configure --prefix=/usr              # install libs in /usr/lib instead of /usr/local/lib
make
sudo make install
  • Finally, install iplist, but ignore dependencies:
sudo rpm -ivh --nodeps iplist-0.22-0.suse11.i586.rpm

Usage

  • Type sudo ipblock -g to start the GUI. At first boot, it will creates the rc.d entry.
  • Configuration file is at /etc/ipblock.conf. All lists URL is at /etc/ipblock.list.

Netfilter