Assign IP address

Is there a way that whenever QNX is loaded to a device I could force it to give the device a specific IP address chosen by me.

thanks
ashu

Could you please explain when you want to configure the IP address. I mean when the system is coming up, means when the IP stack is getting loaded, or when the system is running.

Ciao,

Dheeraj

personnaly i use the “ifconfig” command in my boot script.

~M~

you can do something like this:

ifconfig en0 down
ifconfig en0 10.0.4.210 netmask 255.255.255.0 up