Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Setup TCP/IP for QNX4 to NT

0 views
Skip to first unread message

Mitchell Schoenbrun

unread,
Jul 14, 2001, 12:15:05 AM7/14/01
to
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 --------- masc...@pobox.com

Rob Speros

unread,
Jul 13, 2001, 8:04:45 PM7/13/01
to

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

0 new messages