VLAN testing in ESX 4, So I need to test lots of VLANs and make sure connectivity is OK. Well here is quick and easy way to do it? 1. Create a port group on the vSwitch with ID 4095. […]
nlb load balance linux
Load balancing can help with almost any kind of service, including HTTP, DNS, FTP, POP/IMAP, RDP and SMTP. There are a number of open source load balancing applications, but one simple command-line load balancer, balance, remains one of the most […]
ESX Loses Connection to VC
ERROR: warning ‘Heartbeat’] Failed to bind heartbeat socket (-1). Using any IP. Our ESX server is in a remote site using NAT to connect to the Virtual Center and it loses connection because the ports are not open and the […]
Download Recursive Entire Site
Using WGET on Windows: Start>Run>cmd set http_proxy=http://proxy:8080 wget -d -v -x -U “Mozilla” –proxy=on –proxy-user=user –proxy-passwd=pass –spider –recursive –level=2 http://www.yahoo.com/ In linux: export http_proxy=”http://${user}:${pass}@proxy:8080″ wget -d -v -x -U “Mozilla” –proxy=on –recursive http://www.yahoo.com/ –spider will not save files locally –level=2 […]
How to install Centreon-Syslog module
1.Download and install the centreon-syslog-server # wget http://forge.centreon.com/attachments/download/568/centreon-syslog-server-1.1.tar.gz # tar -zxvf centreon-syslog-server-1.1.tar.gz # cd centreon-syslog-server-1.1.tar.gz # chmod +x install.sh # bash install.sh -i NOTE: go thru the interactive setup, u will need the mysql root pass. Make note of the […]
Setup Fail2Ban
How to Install fail2ban on CentOS RedHat Reference to my original post here Make sure you have the repo darg for CentOS/RedHat # yum install fail2ban # chkconfig –add fail2ban # chkconfig fail2ban on # vim /etc/fail2ban.conf [DEFAULT] background = […]
How to install varnish
Updatede version of this howto I have used a lot os Squid, but now we need a reverse cache solution. And the best one out there is an Open Source software called Varnish. How to install (tested on CentOs /RedHat) […]