Beginner: qnet

Hi!

I’m trying to connect two QNX RTP machines in a LAN through Qnet.
Therefore I edited the file /etc/system/enum/include/net and added
“-pqnet export=/”. Is this the right place for doing this?

But it doesn’t seem to work. In /net I only have “localhost”. I tried “resolve=dns” (with /etc/hosts setup correctly), but trying to get the
contents of the other machine, I get the error “No route to host”.

Once it worked (by accident?), but after rebooting the other machine
it never worked again.

Regards,
Markus Poellmann

Markus Poellmann <poellman@talknet.de> wrote:

Hi!

I’m trying to connect two QNX RTP machines in a LAN through Qnet.
Therefore I edited the file /etc/system/enum/include/net and added
“-pqnet export=/”. Is this the right place for doing this?

But it doesn’t seem to work. In /net I only have “localhost”. I tried “resolve=dns” (with /etc/hosts setup correctly), but trying to get the
contents of the other machine, I get the error “No route to host”.

Once it worked (by accident?), but after rebooting the other machine
it never worked again.

The recommended way to start qnet is create an /etc/rc.d/rc.local,
chmod a+x on it, and put this line in:

mount -Tio-net /lib/dll/npm-qnet.so

-xiaodan