Forum Discussion
hooleylist
Apr 29, 2011Cirrostratus
What kind of application is this? Do clients use the same source port at the same time?
If clients all use the same source address you could try creating a SNAT pool with many addresses, configure that on the virtual server and set the virtual server source port setting to strict preserve. If the changing source address from the SNAT pool config becomes a problem, you could use a hash to determine the SNAT address to use. This iRule would replace the need for a defined SNAT pool.
http://devcentral.f5.com/wiki/default.aspx/iRules/snat_pool_persistence.html
Aaron