Description
Sets the connection to forward IP packets. This is strict forwarding and will bypass any pool configured on the virtual server.
The request will be forwarded out the appropriate interface according to the routes in the LTM routing table. No destination address or port translation is performed.
Syntax
1 |
forward |
forward
- Sets the connection to forward IP packets, bypassing load balancing.
Examples
1 |
when CLIENT_ACCEPTED { if { [matchclass [IP::client_addr] equals $::Hosts]} { snat 192.168.100.12 } else { forward }} |
Related Information
Valid Events: | ||
ALL, except RULE_INIT | ||
Sample Code: | ||
AccessControlBasedOnIP, SelectiveSNAT,
This iRule forwards traffic based on "trusted" source addresses.
12/5/2007 4:22:30 PM - deb
iRule that SNATS based on host address and port while just forwarding everything else.
3/5/2008 6:43:39 AM - hoolio
|
文章评论