Wireless and Wired network interfaces Windows 7 route table
I got this working. It turned out that I had to be more specific with the routes going to my Ethernet interface.
So, I had to define a route for each IP subnet
for example:
route add 10.56.0.0 255.255.0.0
route add 10.36.0.0 255.255.0.0
and also to remove the default route:
route delete 0.0.0.0 255.0.0.0 10.56.12.1