Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / reaim / redhat / README.txt
1 RedHat Installation
2 ===================
3
4 Please note that because this is a network service, requiring modifications
5 to your firewall rules, I do not provide an automated way to set this up.
6
7 1. Build reaim, and copy the executable to /usr/sbin
8 2. Copy the etc/init.d/reaim and etc/logrotate.d/reaim files to the appropriate
9    directories on your disk.
10 3. Run chkconfig --add reaim
11 4. Run adduser -c "ReAim Proxy Server" -d / -s /sbin/nologin reaim
12 5. Setup your firewall redirections.
13 6. Touch /var/log/reaim.log, and chown it to the reaim user.
14 7. Run /etc/init.d/reaim start
15
16 If it doesn't work after this, see the manual page for some troubleshooting tips.