vendredi 2 mai 2008
RPM for NuFW
Par Laurent, vendredi 2 mai 2008 à 13:48 :: repo
RPM for NuFW are now availables in my repository for :
- Fedora 7 & Fedora 8
- RHEL 5/CentOS 5
This let you install :
- nufw daemon
yum --enablerepo=llicour install nufw
- nuauth daemon
yum --enablerepo=llicour install nuauth
- nutcpc tool
yum --enablerepo=llicour install nutcpc
RPM Packages availables for this project are :
- libnuclient3
- nuauth
- nuauth-ldap
- nuauth-mysql-auth
- nuauth-mysql-log
- nuauth-pgsql-log
- nuauth-prelude-log
- nuauth-utils
- nufw
- nutcpc
- pam_nufw
Others packages have been added in my repository for dependencies :
- libnetfilter_queue for CentOS5 / RHEL5
- libnetfilter_logs for CentOS5 / RHEL5
On RHEL/CentOS, you should also need packages from others repositories :
After install, nufw and nuauth daemon are registered as a service, but not started. They can be start with :
service nufw start service nuauth start
(see /etc/sysconfig/nufw, /etc/sysconfig/nuauth and /etc/nufw/... for options)
See NuFW Home page for configuration
Thanks to authors from INL
Instructions to add my repository are here