Forum Discussion
Peter_Z
Apr 12, 2011Cirrus
Internal server to VIP from other than Internal subnet
Hello,
I'm curious, if it is possible to have servers behind the internal BIG-IP vlan to access the VS (VIP) that is either from the External BIG-IP subnet (same as the external vlan self-IP...
Michael_Yates
Apr 13, 2011Nimbostratus
I agree with nitass.
If you do not want to configure SNAT Automap full time then you can use an iRule to engage SNAT when it is talking to another device on a different subnet of the same device.
Create a Data Group (mynetwork in this example) and add the subnets for the BigIP into it. This example is for v10.x.x.
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals mynetwork] } {
snat automap
}
}
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