Artem1
1
Hi all.
I make on qnx-box:
io-net -pttcpip
pppd /dev/ser2
(tcp/ip up)
I make on PC
pppd 10.0.0.1:10.0.0.2 /dev/ser1
(tcp/ip up)
After that I make on qnx-box mount Tio-net -o host=FB export=/ npm-qnt.so
Box say “all ok”, but in /net I can’t see noting.
On PC I can see in /net othet computers but “FB” not. (ping 10.0.0.2
working)
“Artem” <dpartemua@atlantis.dp.ua> wrote in message
news:9vveo0$g0r$1@inn.qnx.com…
After that I make on qnx-box mount Tio-net -o host=FB export=/ npm-qnt.so
Box say “all ok”, but in /net I can’t see noting.
I think you mean npm-qnet.so , which defaults to ethernet as the
physical/network layer. You need to specify bind=ip to use IP as the
transport.
-Adam