Netfilter Tracker PreAlpha 0.02
-------------------------------

!!!! WARNING !!!! 
This is a prealpha version for testing and developing purposes ONLY.
Don't use in a production environment.

Requeriments
------------
iptableslogfiler: Perl 5.8.x or newest version.

netfilter tracker: Java Runtime Environment 1.4.2 or newest version.

netfilter viewer: Java Runtime Environment 1.4.2 or newest version.

Optional to compile: Apache Ant 1.6.x or newest version.

Quick install
-------------
* Compile:
  tar zxvf netfiltertracker-src-xxx.tgz
  cd netfiltertracker
  ant all
 
  All modules will be created into 'build' directory.
 
* iptableslogfilter 
  IPTablesLogFilter.pl 
  Copy into firewall, edit and change ip and port values. Run in background.

  trustedstore => Not necessary in prealpha version

* netfiltertracker
  Place directory netfiltertracker where you want (preferably in a dedicated machine) :)
  First launch: 
      Edit netfiltertracker.conf and set ip and port values correctly. 
      sh tracker.sh --start
      Open new terminal and create new login:
      sh tracker.sh --adduser 

  sh tracker.sh --help shows all options.
 
* netfilterviewer
  Place directory netfilterviewer where you want :)
  To launch viewer:
  sh viewer.sh
  Login into tracker host with the new user.
