Forum Discussion
stuart_weinstei
Jan 10, 2012Nimbostratus
resources on same VLAN
As I am new to F5 LTM, have ACE and CSS experience, I am in need of some guidance on the best way to handle the flow of traffic as follows
Nodes in the pool are in VLAN X, web services, that need to access DB server in the same VLAN X.
As I understand it, assuming I am, I could do a snat using the IP of the VIP or an Irule if i have it right)
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals x.x.x.x/bit mask }{
snat automap
}
}
Is the above correct? is there a better way?
Thanks in advance
2 Replies
Sort By
- Hi Stuart,
- Aaron's right, you don't need an iRule for this and would likely be better served without one. But just in case you try your iRule, you're missing a bracket 😉
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals x.x.x.x/bit mask] }{ 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