Forum Discussion

Kalpesh_48932's avatar
Kalpesh_48932
Icon for Nimbostratus rankNimbostratus
Jan 08, 2013

Issue with SNAT

Hello, I have configured VIP with specific SNAT. snat IP is other than the LAN subnet. VIP works with AUTOMAP, however when specific SNAT configure is do not work,

 

 

below is the config of VIP.

 

 

 

virtual r_vs_agr {

 

snat automap

 

pool Pool_AGR

 

destination 10.155.65.39:https

 

ip protocol tcp

 

persist persist_sso

 

profiles {

 

http_sso {}

 

r_clientssl_uat-sso {

 

clientside

 

}

 

serverssl {

 

serverside

 

}

 

tcp {

 

clientside

 

}

 

tcp-lan-optimized {

 

serverside

 

}

 

}

 

vlans INTERCO enable

 

}

 

 

pool Pool_AGR {

 

lb method member observed

 

monitor all my_http_GET and tcp_halfopen_8446

 

members {

 

10.155.51.29:8446 {}

 

10.155.51.30:8446 {}

 

10.155.51.53:https {}

 

10.155.51.54:https {}

 

}

 

}

 

 

 

 

When I configure SNAT with an IP of 10.155.70.x range VIP becomes non accessible.

 

 

I also checked on pool nodes for route and found default route pointing to my core switches from which SNAT IP is accessible with source IP.

 

 

I dont understand, why it is not working with specific SNAT if it works with AUTOMAP. which IP VIP takes to communicate with nodes if automap is configured for VIP?

 

 

Regards,

 

Kalpesh

 

 

19 Replies