Forum Discussion
agriesser
Apr 08, 2014Nimbostratus
Access loadbalanced IP from internal VLAN
Hi again,
I'm not sure if my current problems are related to the changes outlined here:
https://devcentral.f5.com/questions/nat-exemption-next-hop-routing
But it might well be. I'm cur...
- Apr 08, 2014
So by removing any SNAT, it looks like the return traffic from your servers isn't going back through the BIG-IP for this 192.168.1.0/24 vlan since they are in the same subnet.
One way to fix this is to apply an iRule to your 1.1.1.1 virtual server that will SNAT only if the request is from your internal vlan:
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals 192.168.1.0/24] }{ snat automap } }
Emre_Ovali_1466
Apr 08, 2014Cirrus
Could you please clarify the problem a little bit more?
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