Kirit_Patel_521
Dec 13, 2011Nimbostratus
Wildcard virtual server for outbound and one to one SNAT problem
Folks
I have a situation where I have defined wildcard virtual server with 0.0.0.0 network and 0.0.0.0 mask with IP forwarding which will basically allow every server internal to go outbound.
Now when i define one to one SNAT for a particular server it does not work meaning the one to one snat should take precedence over wildcard . This is in 10.2.3
Here is my config. So when i initiate traffic from server 172.16.12.40 i should see traffic coming out from 204.8.131.252 not the flotaing-ip of the LOad balancer.
virtual out-vip {
ip forward
snat automap
destination any:any
mask 0.0.0.0
}
snat out-204.8.131.252 {
translation 204.8.131.252
origins 172.16.12.40
vlans VLAN12-T1-SandP enable
}