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...
Tiger86_92132
Jun 17, 2011Nimbostratus
I'm sorry, I didn't say clearly. I used Jason's code:
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 }
}
}
It doesn't work
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