You shouldn't have to setup routing to networks local to an interface. You should confirm this with `netstat -rn` on your service console. You should have a route for each interface on your service console automatically added to your routing table to the network defined by the interface's IP and subnet mask combination.
Question: Are you pinging the system from the local networks, or from a remote network? If you are pinging from a remote network, then this is what I would expect with only 1 default route.
I believe you just need to add another default route. You can do this with the `route` command. Try `man route` is you're not familiar with it on a UNIX- /Linux-type system.
Please post the output of `netstat -rn` and `ifconfig vswif1` if you want me to help you build your route command.
Happy virtualizing!
JP
Please consider awarding points to helpful or correct replies.