Forum Discussion
Outbound SNAT Using a URL (instead IP)
Hello. I have several OutboundSNAT where an internal VLAN hits the destination address (from outside our network) and it get to the destination via a snat pool (public IP). That works OK.
Now, I have a new requirement where the destination its a URL, instead of a IP.
Any idea in how can I do this?
Thank you
J.
1 Reply
- The_Bhattman
Nimbostratus
Hi Trx, - Also does establish connection still alive if you go from an http Virtual Server and https Virtual Server using the same pool?
ex)
....... HTTP Virtual Server IRules:
when CLIENT_ACCEPTED {
set ::Flag 0}
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] contains "https") } {Route traffic over SSL when accessing secure static filesHTTP::respond 301 Location https://[HTTP::host][HTTP::uri]return} else {Do nothing and remain on httpreturn}}
...... Now the traffic goes to the IRules on the SSL Virtual Server
The question is the establish connection still alive and can we access the "Flag" variable created when the established connection was completed on the http VS?
Thanks.
Regards,
TRX
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