Forum Discussion
Tiger86_92132
Apr 19, 2011Nimbostratus
A simple load balancing network
Hi,
I'm using BIG-IP 1600 with LC module. I need to config a simple load balancing network (just need outbound load balance), here's my network:
- I have 2 VLAN external for 2 internet lines...
JRahm
Jun 14, 2011Admin
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.8.0.0/16] } {
switch -glob [string tolower [HTTP::host]] {
"*facebook*" -
"*twitter*" -
"*megaupload*" { discard }
default { forward }
}
}
untested, but gives you an idea of approach.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects