en1:10.62.66.81 subnet mask:255.255.255.240 gateway:10.62.66.94
it needs to connect to 10.50.22.4;
en2:10.62.0.9 subnet mask:255.255.255.248 gateway:10.62.0.14
it needs to connect to 10.50.23.4;
how to write the route command?
below is my config:
route delete 10.0.0.0
route add -net 10.62.0.0 -interface 10.62.0.9
route add -net 10.62.66.0 -interface 10.62.66.81
route add 10.50.23.4 10.62.0.14
route add 10.50.22.4 10.62.66.94
but it works not good,attach jpg is the result,the two route road is both binded to en1,i think 10.62.0.14 should be binded to en2,how to config it?