Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - QNet over IP:which resolver to choose?: Page 1 of 5 (5 Items)
   
QNet over IP:which resolver to choose?  
In a Qnet distributed network, if there are n number of nodes and each nodes having 3 interfaces, How will these nodes 
be addressed?

That is for example,

QNet
------
Node1 -> Interface en0 192.10.0.111  |
           -> Interface en1 192.11.0.111  |->nd1.local.net
           -> Interface en2 192.12.0.111  |

Node2 -> Interface en0 192.10.0.112  |
           -> Interface en1 192.11.0.112  |->nd2.local.net
           -> Interface en2 192.12.0.112  |

Non-Qnx
PC1  -> Interface en0 192.10.0.113  -> pc1.local.net

Resolver should allow to do the following,
Case 1:
From Node1,
ping      nd2.local.net

Case 2:
From PC1
ping      nd2.local.net

In both cases ping should succeed.

Please let me know the commands to execute and the corresponding source files to look at for any changes to make.