QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
QNX4 TCP/IP Networking without QNX4 Native Networking(FLEET). |
Ref. No. |
QNX.000009579 |
Category(ies) |
Network, Configuration |
Issue |
Is it possible to use QNX TCP/IP networking without using the QNX native networking, FLEET? If so, how would you do it?
|
Solution |
TCP/IP may be used without using FLEET. The important things to note are:
1. There are no netmap entries in the /etc/config/netmap file except for the entry for the machine itself.
2. Keep all of the same node numbers for each node.
3. 'nameloc' will need to be run on each machine if any licensed software must be run. Running nameloc will not produce any QNX Fleet packets because it will never hit the network, and just sit and poll itself at 1 second intervals. This can be increased by specifying the '-p' option to nameloc. See usemsg from 'use nameloc'. |
|