Forum Discussion
JoeTheFifth
Mar 05, 2012Altostratus
iRule Newbieee question
Hi Guys,
I'm using the irule mentioned here :
http://support.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/product/relnotes_ve_10_1_0.htmlbigip_restrict
rule target_s...
hooleylist
Mar 05, 2012Cirrostratus
Hi Joe,
This is the iRule portion you'd enter in the GUI when creating a new iRule:
when CLIENT_ACCEPTED { virtual server_ssl_test }
The rest is defining a pool, and two virtual servers. If you wanted to run these commands via the CLI, you could use these separate commands:
rule target_server_ssl { when CLIENT_ACCEPTED { virtual server_ssl_test } }
pool b68_https { member 10.1.1.68:4443 }
virtual client_ssl_test { destination 10.1.1.117:443 profile http clientssl tcp rule target_server_ssl }
virtual server_ssl_test { destination 10.1.1.117:443 profile http serverssl tcp pool b68_https vlan none enable }
b save
But instead of working around a trial version SSL limitation, I'd encourage you to get in touch with an F5 or partner SE and get a 45 day eval key for the LTM VE lab edition. This will allow you to run all the TMM modules and not deal with the trial version limitation.
Aaron
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