Randy_Johnson_1
Jan 24, 2012Nimbostratus
Questions regarding a 'WildCard Virtual Server'
Questions regarding a 'WildCard Virtual Server'
Group -
I'm trying to set up a wildCard Virtual Server, and I'm a bit confused.
My use case is this -
Our LTM sits inside our firewall.
We load balance a pool of webservers behind the LTM, with virtual servers defined in the VLAN on the External side of the LTM, the web servers use the LTM as thier 'default gateway'
We use 'nonroutable' addresses inside the firewall.
We have changed the applications hosted on our load balanced web servers so that they need to make https requests to resources out on the Internet.
The simplest way to do this (reading the manual chapter on Configuring Virtual Servers at http://support.f5.com/kb/en-us/prod...ml1193196 )
would seem to be to configure a 'Wildcard virtual server'.
I have created the 'wildcard' server, as below-
virtual vs_Wildcard_Forwarding {
ip forward
snat automap
destination any:any
mask 0.0.0.0
ip protocol tcp
profiles fastL4 {}
}
But now I need to configure a 'pool of transparent devices' ?
Are these 'transparent devices' my firewall, or the external sites to which I need to direct requests from my web servers ?
thanks for any advice !!