I have multiple nic. and each nic is setting different ip range (routing table).

if i connect to specific ip, how get nic id actually using nic to connect the ip?

i have short english, sorry ^^;;

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I'm working on a project which requires similar functionality. You could try the function GetBestInterface which takes an IP and returns the interface index of the best interface to that IP.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365920%28v=VS.85%29.aspx

link|improve this answer
Thank you so much. your reply is very helpful to me. – hok kor Nov 1 '11 at 15:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.