Creating an Ubuntu Router Rumi, May 16, 2013 Step 1 The setup Here is your Ubuntu serve box with two interfaces, eth0————-Internet eth2————-Internal Note: Your Internet is running using eth0. Step1: Install DHCP Server #apt-get install dhcp3-server Continue Reading
Install Openfiler from USB Rumi, April 24, 2013 The problem we have now is our storage server has no optical drive and we do not have any external optical drive available here in office. Alternatively, we can use USB stick drive and make sure our server are able to boot from USB. Server: DELL PowerEdge R510 OS version:… Continue Reading
Install and Configure Zenoss as Centralized Monitoring System Rumi, April 24, 2013 Good system administrator should know that they need to do these 3 most important things after delivering a server: secure monitor backup As part of monitoring task, in this tutorial, I am going to show on how to build a centralized monitoring system using Zenoss. Zenoss will need to use… Continue Reading
High Availability: Configure Piranha for HTTP, HTTPS and MySQL Rumi, April 24, 2013April 24, 2013 In this post we will complete over the Piranha configuration with HTTP and HTTPS load balancing using direct-routing with firewall marks and MySQL load balancing using direct-routing only. HTTP/HTTPS will need to be accessed by users via virtual public IP 130.44.50.120 while MySQL service will be accessed by web servers… Continue Reading
Manage Multiple MySQL Servers using PHPmyAdmin Rumi, April 19, 2013April 19, 2013 In my environment, I have 5 different MySQL database servers running separately under different geographical location. Since it run standalone and not in cluster mode, I need to have one platform to manage these database servers altogether. PHPmyAdmin is able to do this, with some changes on the configuration files…. Continue Reading
CentOS: Configure Piranha as Load Balancer (Direct Routing Method) Rumi, April 19, 2013 I am currently working on a web cluster project using CentOS. In this project, I have 2 web servers running on Apache and mounted the same document root to serve the HTTP content. I also have 2 servers in front of it to become the load balancer and failover to… Continue Reading
Creating a Certificate Signing Request Using Certreq.exe Rumi, April 6, 2013 Create a file named CSRParameters.inf on the C:\ drive using the contents below as a template (replace the single quotes with double quotes): [NewRequest] Subject="CN=mailgw.mango.com.bd,OU=IIG,O=Mango Teleservices Limited,S=Not Applicable,L=Dhaka,C=BD" KeySpec=1 KeyLength=2048 Exportable=TRUE MachineKeySet=TRUE SMIME=False PrivateKeyArchive=FALSE UserProtected=FALSE UseExistingKeySet=FALSE ProviderName="Microsoft RSA SChannel Cryptographic Provider" ProviderType=12 RequestType=PKCS10 KeyUsage=0xa0 Silent=TRUE [EnhancedKeyUsageExtension] OID=1.3.6.1.5.5.7.3.1 Open a command… Continue Reading
Replacing the default (self signed) certificate on a RD Session Host server Rumi, April 1, 2013April 1, 2013 Many times I wanted to get rid of that annoying certificate warning message when I make a RDP connection to a RD Session Host server or a workstation. If you are using RDP inside an Active Directory network, the warning is gone, because the connection is using kerberos for security,… Continue Reading
Configuring DKIM signing in MDaemon Rumi, March 25, 2013March 25, 2013 DomainKeys Identified Mail (DKIM) is an open protocol for protecting email users against email address identity theft and email message content tampering. It does this by providing positive identification of the signer’s identity along with an encrypted “hash” of the message content. To configure and use DKIM: The system administrator… Continue Reading
MDaemon 10.x: Running WorldClient under IIS7.5 on Windows 2008 Rumi, March 25, 2013 Procedure Install the Web Server Role with ISAPI Extensions and ISAPI Filters (for exact steps please consult your Operating System documentation) Open the IIS console Click Start Click All Programs Click Administrative Tools Click Internet Information Services (IIS) Manager On the Connections pane, expand the [Machine_name] node Right click on… Continue Reading