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