BIG-IP

F5负载均衡算法及基本原理(Intro to Load Balancing)

参考网上一些介绍,对这篇文章加个中文注释。 原文:Intro to Load Balancing for Developers – The Algorithms  posted on Tuesday, March 31, 2009 11:02 PM   Random: This load balancing method randomly distributes load across the servers available, picking one via random number generation and sending the current … 继续阅读

【转】F5 Outbound 流量负载均衡实现原理

 转自安全专家REISTLIN:F5 Outbound 流量负载均衡实现原理 F5多链路负载均衡设备主要采用以下几种技术来处理 Outbound 流出流量。 一、Default Gateway Pool 在 Default Gateway Pool 中,定义相应的 ISP 对端路由器地址,作为负载均衡的对象,并且可以捆绑健康检查,负载均衡算法以及会话保持等属性。Default Gateway Pool 中 的Nodes 定义为多个 F5 多链路负载均衡设备的缺省路由。 For Example: pool default_gateway_pool { lb_method dynamic_ratio member 100.1.1.1:0 member 200.1.1.1:0 } Default Gateway Pool 中的 Nodes 为若干个下一跳路由器(Next Hop … 继续阅读

wget挂在F5上的服务域名返回很慢的问题

2009-09-05 00:54 wget F5 上的域名很慢问题 现象,wget 挂在 F5 上的服务域名(绑定VS)返回很慢,卡在解析域名上: Resolving abc.my.domain.com… 1、可以 strace wget http://abc.my.domain.com ,看到哪一步系统调用的时候慢了; 2、发现 wget –inet4-only http://abc.my.domain.com 就很快了。 man wget :        -4        –inet4-only        -6        –inet6-only            Force connecting to IPv4 or IPv6 addresses. … 继续阅读