Tech Notes Archive

  • Best of Both Worlds: Selective Source-NAT

    Best of Both Worlds: Selective Source-NAT

    One of the most common issues that comes up is something often referred to as the “same subnet” problem.  In certain configurations, you cannot connect to a VIP (Virtual IP address, or Virtual Server) if the client you’re connecting from is on the same subnet...

    Full Story

  • Quick and Dirty Performance Testing With Apache Bench

    Quick and Dirty Performance Testing With Apache Bench

    If you need a quick and dirty way to throw some load onto a load balancer/ADC or web server, Apache comes with a great tool called Apache Bench.  Since it’s an HTTP client, it will of course work with any server, not just Apache-based servers....

    Full Story

  • Mega Proxy Not So Mega, Akshually

    Mega Proxy Not So Mega, Akshually

    Apologies for the LOLcatspeak.  I’m incapable of helping myself. The driving force behind Layer 7 persistence (keeping an individual user tied to a specific server in a server group based on HTTP headers instead of IP address) was the dreaded AOL Megaproxy issue.  AOL had...

    Full Story

  • Linux.com Article: Load Testing

    Linux.com Article: Load Testing

    I was doing my obessive-compulsive reloading of Digg’s main page, and came accross this article on load testing with open source tools.  Good read.

    Full Story

  • Part-Time Regex’r? Regex Coach

    Part-Time Regex’r? Regex Coach

    I deal with regex enough to need to know a beginning to intermediate level of knowledge, but I don’t use it enough to be able to form regex statements without thinking. Or in load balancing terms, it’s not burned into my brain ASIC. Every time...

    Full Story

  • 4 Things You Can Do To Improve Your Load Balancing Infrastructure for 2008

    4 Things You Can Do To Improve Your Load Balancing Infrastructure for 2008

    It’s a new year, and time for resolutions and all that. In that spirit, I’ve put together a list of 4 things you can do to improve your load balancing infrastructure. Some are quick, some are more involved, but they’ll all pay huge dividends.  ...

    Full Story

  • The Importance of Diagnostic Tools

    The Importance of Diagnostic Tools

    Diagnostic tools are critically important.  It’s something that often gets forgotten in product development, but it can make or break a product, especially in a product’s formative years (or during big code updates) while the kinks are being worked out. The swiss army knife of...

    Full Story

  • Same Sunbet Problem

    Same Sunbet Problem

    One of the most common problems that afflict load balancing situations is the “same subnet” problem. This is when a client tries to browse a Virtual Service/VIP from the same subnet as the real servers. Lately, I’ve seen this come up on the mailing list....

    Full Story

  • Daylight Savings Time fix for older F5 BIG-IPs

    Daylight Savings Time fix for older F5 BIG-IPs

    On March 1st, a user asked the asked a question about what they might do to fix the DST problem (Daylight Savings Time), since it’s changing this year, for older F5 BIG-IP systems that were out of contract and ineligible for code fixes. Steve Lothspeich...

    Full Story