********************************************************************************
 Ataga IPv4/IPv4 Network Address Protocol Translation Daemon
 (c) 2005 by Lukasz Tomicki <tomicki@o2.pl>
 Early Deployment version 0.1
********************************************************************************

This is a source only distribution intended only for the most desperate,
everyone else should use RPM instead. For a full list of available please go to
http://tomicki.net/naptd.php. If a package for your distribution or architecture
isn't available please email me.

To install NAPT, change into the directory where you unpacked the source to and 
issue the following commands:

make
make install

An automatic installation program will guide you through creating a 
configuration file. You should then be able to start NAPT by typing 'naptd'. 
Be aware that the installation will try to add NAPT to your startup 
configuration. The following commands are executed by the installer:

cp scripts/naptd /etc/init.d/
ln -s /etc/init.d/naptd /etc/rc3.d/S95naptd 
ln -s /etc/init.d/naptd /etc/rc5.d/S95naptd
ln -s /etc/init.d/naptd /etc/rc3.d/K95naptd 
ln -s /etc/init.d/naptd /etc/rc5.d/K95naptd

You should have read the full documentation available at 
http://tomicki.net/naptd.php before attempting to install.

Please email me about any problems you have with installing NAPT on your system.
