Linux
Three-node Squid proxy with Keepalived
This is a configuration with three Squid cache servers using Keepalived for HA.
01. Servers and configurations
02. Installing Squid
03. Configuring the time server
04. Creating and configuring the cache folder for squid
05. Configuring squid
06. Configuring peering squid
07. Binding to non-local interfaces
08. Installing and Configuring …
Installing targetcli on CentOS 6.8
Installing the kernel-ml-4.5.4 on CentOS 6.8
yum install wget
mkdir /root/elrepo
cd /root/elrepo
wget http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
yum install *
yum --enablerepo=elrepo-kernel install kernel-ml kernel-ml-devel
nano /etc/grub.conf
default=0
reboot
Installing targetcli
yum install gcc gcc-c++ make automake autoconf ncurses-devel lsscsi git
Deps:
- for configshell: python-devel epydoc pyparsing python-urwid …
Building a central rsyslog server (CentOS 6)
A setup on CentOS 6 with rsyslog sending the logs to a MariaDB database in addition to storring them locally.
Steps
1. Installing rsyslog v8
2. Configuring rsyslog
3. Creating a config file for internal servers
4. Adding database logging
5. Adding iptables rules
6. Configuring clients
1. Installing rsyslog …