I need some help understnding how the CISCO 6500 router is routing.
I have few servers connected to a 6500 server. (A, B, C). All the server are in a private subnet of their own (192.168.1.0). Server A has a public IP address on the corporate network (10.10.10.32). So it is a multinetting situation. THere is a route in the router
Ip route 192.168.1.0 255.255.255.0 10.10.10.32.
Basically to reach any hosts in the private subnet to go through the VIP. When I do a tracerooute to 192.168.1.1 (machine A) which is the router for my private subet and also holds the VIP, the traceroute goest to the VIP and then to 192.168.1.1. However, when I ping 192.168.1.2, the tracert goese directly to the server 192.168.1.2 without going through the VIP? The 6500 delivers the packet directly to 192.168.1.2 instead of going through the VIP. Can some one explain me why this is happening?
Thanks.