Category Archives: FLOSS

About Free/Libre/Open Source Software

Using SNAT for Highly Available Services

Problem Often network based services are restricted to a particular source IP address. A common example is SNMP. A good system/network administrator will restrict access to the SNMP daemon from a particular host, usually a central management server. Sometimes these … Continue reading

Posted in FLOSS | Tagged , , | Leave a comment

Migrating Users in Linux

When a server is to be replaced, often it is a requirement to migrate all user accounts as it is to the new server, which means that the password on these accounts also should not change. Before the account migration … Continue reading

Posted in FLOSS | Tagged | Leave a comment

Setting up SNMP

SNMP is Simple Network Management Protocol. It allows the operational statistics of a computer to be stored in object identifiers (OIDs) which can then be remotely queried and changed. For any serious remote monitoring, SNMP is required. I generally prefer … Continue reading

Posted in FLOSS | Tagged , , | Leave a comment

Setting Up Tomcat and Apache

This howto describes the tomcat+apache setup using mod_jk. The setup described here is where an instance of Apache load balances multiple tomcat instances. The web applications served by both the Tomcat instances must be identical for this to work. This … Continue reading

Posted in FLOSS | Tagged , | Leave a comment

Highly Available Apache with mod_jk load balanced Tomcat

This how-to describes the procedure for setting up a highly available setup in which a pair of apache servers are load balancing a pair of tomcat servers. I have tested this configuration with Red Hat Enterprise 4, Fedora Core 5, … Continue reading

Posted in FLOSS | Tagged , , , | Leave a comment