Forum Discussion
Geoff_34657
Nimbostratus
Aug 22, 2017I cannot figure why my irule is not always working.
I have 1 VS on port 80 with an irule to redirect to a specific HTTPS site on port 8443. If I go directly to the URL below in the irule it works just fine. I use a GTM and a CNAME in the process als...
Geoff_34657
Nimbostratus
Aug 22, 2017VS Config
ltm virtual /Trust/site_8443_VS {
destination /Trust/X.X.X.X%40:8443
ip-protocol tcp
mask 255.255.255.255
pool /Trust/site.8443
profiles {
/Common/serverssl {
context serverside
}
/Common/tcp { }
/Trust/site {
context clientside
}
}
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address enabled
translate-port enabled
}
ltm virtual /Trust/site_http_VS {
destination /Trust/X.X.X.X%40:80
ip-protocol tcp
mask 255.255.255.255
pool /Trust/site_80_pool
profiles {
/Common/http { }
/Common/tcp { }
}
rules {
/Trust/site.redirect
}
source 0.0.0.0/0
source-address-translation {
pool /Trust/site_SNAT
type snat
}
translate-address enabled
translate-port enabled
}
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