Sofiane_86327
Feb 28, 2011Nimbostratus
How SNAT works
Hi guys,
i have created this irule to send traffic comming from network 10.0.0.0 to a separate Pool
when CLIENT_ACCEPTED
{
if { [IP::addr [IP::client_addr] /8 equals 10.0.0.0] }
{
pool my_pool
snatpool snat_pool
}
}
but i can't figure out how snat will work.
this is the isseu:
- i ma deploying an Active/Standby LC solution
- i have to use Private IP's as Big IP self-IP addresses since i don't have enough public Ip addresses.
- the snat pool is composed if two Public IP, one from each ISP
My question is:
- how the SNAT process works, how can the LC choose the correct ip to use with the correct ISP.
regards
Sofiane