The issue is:
Kaboodle uses its IP (A.B.C.D) and pings address range
A.B.C.1 - A.B.C.224 which is not right

I implemented:
(a) define all my IPs and their masks
(b) do ping in cycle by all net interfaces and address ranges corresponding
to their masks

To do next:
CSearchNetworkManager deals with a single net interface data set. Now the
data is initiated in
BOOL CNIDPC::GetMacAddressforLocalMachine()
{
CSearchNetworkManager::SetNetworkId(networkID);
CSearchNetworkManager::SetSubnetMask(subnetMask);
CSearchNetworkManager::SetInterfaceIndexaAndType(...);
}

1. We should create an array of net interface data sets.
2. CSearchNetworkManager::StartPing(PING_CODE code) should
verify responses to our ping not at one interface only but using the
interface array.

- Igor



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to