VMware Resource Pools 101

VMware resource pools are a bit weird. They don’t work the way you would assume them to, so it is easy to get the wrong. This article details quite simply how you can use them for an example to illustrate this I will use my live production environment to illustrate how and how not to … Read more

Monitor Status of Dell PowerVault TL4000 Quick and Dirty with Nagios

You can monitor the Dell PowerVault TL4000 Tape Library using the Nagios check_snmp plugin. After setting the TL4000 to accept SNMP connections on v2 SNMP you can run the following command below. This queries for the status of the library as a rollup. # ./check_snmp -H <IP Address> -C community -o .1.3.6.1.4.1.674.10893.2.102.2.1.0 -r3 SNMP OK … Read more

Cisco ASA NAT Exemption (post version 8.3)

The changes to the ASA IOS post version 8.3 changes the way that NAT works. NAT Exemption is normally used to disable translation for certain addresses e.g. for VPN tunnelling. So for this example below you create an access-list containing the IP addresses that are to be exempted from NAT. So say these are the … Read more

Cisco ASA Static NAT (pre version 8.3)

Pre version 8.3 to statically NAT an internal host to an external IP address you would use the following: This then means…… inside = the source interface for the NAT connection (assuming going from the inside to the outside) outside = the translated interface for the NAT connection 212.219.63.195 = External IP address to which … Read more