Mike_61719
Mar 20, 2012Cirrus
SNAT question in 11.1 VE
I am on version 11.1 BigIP VE and I'm having an issue with the SNAT setup.
Example:
VIP- 192.168.1.10
SNAT - 192.168.1.100
SELF IP - 192.168.1.110
The SNAT pool is assigned to the VIP. However, when the SNAT is assigned, the traffic still is being seen as the Self IP.
Here is the list in the bigip.conf file.
ltm virtual /Common/NetworkAccess_vs {
auto-lasthop enabled
destination /Common/192.168.1.10:https
ip-protocol tcp
mask 255.255.255.255
profiles {
/Common/NetworkAccess { }
/Common/NetworkAccess_cp {
context clientside
}
/Common/clientssl {
context clientside
}
/Common/http { }
/Common/ppp { }
/Common/rba { }
/Common/tcp { }
/Common/websso { }
}
snatpool /Common/RA_SNAT
vlans-disabled
}
Does anyone have some thoughts on this or why it would not function?