Setup TCP/IP for QNX4 to NT

How do I set up TCP/IP on QNX 4 to talk to a Windows NT Box?
sysinit.1 has
Socket node1 &
ifconfig node1 up

/etc/config/netmap is
1 1 macQNX
2 1 macNT

/etc/hosts is
HostIP node1
OtherIP node2

Do I have to do anything special on the Windows NT side?

Thanks
-RS

Previously, Rob Speros wrote in comp.os.qnx:

How do I set up TCP/IP on QNX 4 to talk to a Windows NT Box?
sysinit.1 has
Socket node1 &
ifconfig node1 up

ifconfig en1 node1 up

/etc/config/netmap is
1 1 macQNX
2 1 macNT

This is not needed at all unless you plan to teach your NT the
QNET protocol.

/etc/hosts is
HostIP node1
OtherIP node2

Do I have to do anything special on the Windows NT side?

You don’t seem to be running “inetd”. If you want to telnet or
ftp, to the QNX system, or support some other service you will
either have to start the daemon’s individually or run inetd.


One think to watch out for is that HostIP and OtherIP need
to be on the same network. Assuming you are using
a Class C network, that means that the first three bytes
of the IP must be the same.


Mitchell Schoenbrun --------- maschoen@pobox.com