Archive for February, 2009
Building SMTP Proxy with Endian Firewall 2.1.2
We are faced attacks by spammer, especially if our mail server are not given the protection of adequate anti-spam program. Network Administrator or the Admin’s Mail Server often gets complaints from end user, of course this is quite tiring. Loss bandwidth due to spam attack that is quite intensive. The utmost resources of the Mail [...]
Posted: 24th February 2009 under Internet, Linux, Networking, Security.
Tags:endian firewall, smtp proxy
Comments: none
Edit
Installation FreeRadius on Linux part 3
After installation and setup is finished, we can set up so that each time the service radiusd automatically executed. This is how to configure automatic service at boot time: Login as root. Copy freeradius-1.1.7/scripts/rc.radiusd to /etc/init.d #cp freeradius-1.1.7/scripst/rc.radiusd /etc/init.d/radiusd Change the file permission to 755, #chmod 755 /etc/init.d/radiusd Edit radiusd file, add the following line [...]
Posted: 20th February 2009 under Linux, Security.
Tags:freeradius, Security
Comments: none
Edit
Installation FreeRadius on Linux part 2
After you have finished installing and testing in the previous section, it’s time to do the integration FreeRadius with MySQL database. Do not forget, MySQL database is installed correctly and running well. Ensure service http, mysql is running properly. For Centos/Redhat/RHEL/Fedora Distro, run /etc/init.d/httpd status and /etc/init.d/mysqld status.
Posted: 5th February 2009 under Linux, Security.
Tags:freeradius, Security
Comments: none
Edit