Forum Discussion
Wasfi_Bounni
Nov 23, 2020Cirrocumulus
Can an i-rule redirect all traffic hitting a Forwarding IP vserver to a standard Vserver
Hi; I wonder if an i-rule can be written to redirect all traffic arriving at a "Forwarding IP" Virtual Server with the destination address of 10.10.10.0/24 to a "Standard or Fast L4 Virtual Serve...
- Nov 23, 2020
yes, quite simply.
when CLIENT_ACCEPTED { if { [IP::addr [IP::local_addr] equals "1.2.3.4/24" } { virtual /Common/myOtherVirtualServer } }
PeteWhite
Nov 23, 2020Employee
yes, quite simply.
when CLIENT_ACCEPTED {
if { [IP::addr [IP::local_addr] equals "1.2.3.4/24" } {
virtual /Common/myOtherVirtualServer
}
}
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