qnet

Hi all.

I can’t start qnet on 2 computers.

I need for any advise, or any examples. I can start ppp and tcp/ip. If I
understand correctly, I should use dns. What wariants without usage DNS for
link 2 computers are?

I tried to use fd device:

io-net -d fd fd=/dev/ser2,mac=000000000002
mount -Tio-net -o"host=ccc.net" /lib/dll/npm-qnet.so

io-net -d fd fd=/dev/ser2,mac=000000000003
mount -Tio-net -o"host=aaa.net" /lib/dll/npm-qnet.so

Its not worked.

“Artem” <dpartemua@atlantis.dp.ua> wrote in message
news:a0cl8q$f9e$1@inn.qnx.com

I tried to use fd device:

io-net -d fd fd=/dev/ser2,mac=000000000002
mount -Tio-net -o"host=ccc.net" /lib/dll/npm-qnet.so

io-net -d fd fd=/dev/ser2,mac=000000000003
mount -Tio-net -o"host=aaa.net" /lib/dll/npm-qnet.so

Its not worked.

Try running PPP accross the serial port, and then running QNET over IP

-Adam

Operating Systems Group <os@qnx.com> ÐÉÛÅÔ ×
ÓÏÏÂÝÅÎÉÉ:a0vb6s$4bb$1@nntp.qnx.com

“Artem” <> dpartemua@atlantis.dp.ua> > wrote in message
news:a0cl8q$f9e$> 1@inn.qnx.com> …

I tried to use fd device:

io-net -d fd fd=/dev/ser2,mac=000000000002
mount -Tio-net -o"host=ccc.net" /lib/dll/npm-qnet.so

io-net -d fd fd=/dev/ser2,mac=000000000003
mount -Tio-net -o"host=aaa.net" /lib/dll/npm-qnet.so

Its not worked.

Try running PPP accross the serial port, and then running QNET over IP

I think this requred DNS for searching another host. Unfortunately bind sill
not porting yet.
I tray to use QNET over PPP without DNS, but /net/10.0.0.1 is not working
also.

“Artem” <dpartemua@atlantis.dp.ua> wrote in message
news:a114d6$go8$1@inn.qnx.com

Try running PPP accross the serial port, and then running QNET over IP

I think this requred DNS for searching another host. Unfortunately bind
sill
not porting yet.

DNS is not required for QNET to discover other QNET hosts.

I tray to use QNET over PPP without DNS, but /net/10.0.0.1 is not working
also.

The IP address should have nothing to do with QNET itself - it’s used as
transport only. So the host names of the other QNET hosts should appear
under /net not the IP’s (unless you made the IP the host name, which is a
bad idea IMHO).

-Adam