Net &, netstart, netmap not found

Hi,
I was trying to set up my network card (realtek 8139)
The QNX system was not able to detect it while installing/startup, so I
started it manualy
with
slay io-net
io-net -drtl -ptcpip
and it worked, so I put it to the etc/rc.d/rc.sysinit file. So far so good.
When specifying an IP address at the network config tool, I can ping my QNX
target,
but when rebooting, all these IP and Netmask settings are gone.

I´ve tried to do a netstart and netmap, but it says at netmap (/bin/sh
netmap: not found).

Any idea what there is missing?

Thanks
Christian

Hi,

In your rc.sysinit file try running ‘netmanager’ after starting io-net.
netmanager will will apply the settings stored in your ‘/etc/net.cfg’
file (which is created by phlip).

slay io-net
io-net -dspeedo -ptcpip &
netmanager &

Regards,

Joe

“Christian Hoetterges” <hoetterges@web.de> wrote in message
news:9ltfs9$nkk$1@inn.qnx.com

Hi,
I was trying to set up my network card (realtek 8139)
The QNX system was not able to detect it while installing/startup, so I
started it manualy
with
slay io-net
io-net -drtl -ptcpip
and it worked, so I put it to the etc/rc.d/rc.sysinit file. So far so
good.
When specifying an IP address at the network config tool, I can ping my
QNX
target,
but when rebooting, all these IP and Netmask settings are gone.

I´ve tried to do a netstart and netmap, but it says at netmap (/bin/sh
netmap: not found).

There is no such think as netmap under QNX6 (thank god). Even under
QNX4 for TCP/IP operation, netmaps were not required.

Any idea what there is missing?

Thanks
Christian
\