boot image : network problem

Hi everyone

I build my own os image and i want to use the network. So i launch the driver with “io-net -d via-rhine -p ttcpip”. en0 ip0 and ip_en appear in /dev/io-net. the problem comes after : I type “ifconfig en0 inet 10.0.0.4” and qnx answers me :
ifconfig : SIOCGIFMETRIC en0 : Operation not supported
ifconfig : SIOCDIFADDR : Operation not supported

Maybe I forget something in my build script…
Do you have an idea ?

thanks a lot

~M~

Tiny TCP/IP stack doesn’t support ifconfig for setting parameters
qnx.com/developers/docs/mome … ip.so.html
Use
… -p ttcpip if=en0:10.0.0.4
in image or full TCP/IP stack npm-tcpip.so
Eduard.

it works !
thank you !

~M~