following situation: i have two network interfaces - one ethernet and one gprs (actually it does not matter, just two different links ... )
nic 1 has a default route configured and is default gateway (metric 20) nic 2 has a default route configured (metric 25)
i send a ping request to nic 1 --> i receive the response from nic 1. everything ok so far
i send a ping request to nic 2 --> i never see a response as the icmp response is sent out on nic 1!!!
is there a way to tell the system that it should send out all answers on the nic where the request came in? and just use the default gateway for connections that the system opens itself?
sorry ... forgot to mention we are talking about windows ce here ...