Create Date: Jan 11 2012 6:38AM
Hello,
To me, it looks like the problem is caused by your SAN having no reverse path back to your primary subnet.
Do you use the summitstack as a router between these subnets?
And does your SAN have a route to the 10.0.0.0/24 network? (e.g. configured with multinetting as well, or does it use the summitstack as default gateway?)
If you're using the summitstack "10.0.0.3" as default gateway, If so, you will just need to enable ip forwarding on your "DATA" VLAN.
Otherwise, you can enable ip forwarding, and add a static route to the primary subnet, inside your SAN network configuration, e.g.
code:ip route add 10.0.0.0/24 gw 172.16.52.1 dev eth0
(from Kenneth_Oestrup)