Forum Discussion
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 !!
- mikand_61525NimbostratusYou mean that your webservers will be srcip for requests going to the internet?
- nitassEmployee
if bigip's default route is firewall, ip forwarding virtual server will work fine.
however, if there is no default route on bigip or you want to specific gateway for traffic (e.g. there are a number of gateway available), you may use standard or performance layer 4 virtual server.
this is standard virtual server.
[root@ve1023:Active] config b virtual vs_Wildcard_Forwarding list
and this is performance layer 4 virtual server.
[root@ve1023:Active] config b virtual vs_Wildcard_Forwarding list
- mikand_61525NimbostratusWouldnt it be bad to use "snat automap" in this situation since the firewall is already performing the nating?
Recent Discussions
Related Content
* 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