I’ve just set up QNX6.2. I am able to connect to the internet by issuing an io-net command (io-net -d ne2000 ioport=0x320,irq=5 -p tcpip) and then going to the Network panel, enabling the device and choosing DHCP. However, when I reboot these settings are not saved and I have to reissue them. What do I have to do to make the system automatically connect on startup?
(I’d like to have both the “XPhoton” and “httpd” commands automatically startup as well)
However, in the Network>Devices tab, “Connection” is still set to “Manual” and not DHCP. As a result, the name servers are not listed in the Network>Network tab. If I manually choose DHCP and apply, the name servers are fetched. Is there a switch I’m missing to trigger DHCP to be set?
Note: In the System Process Inspector (Utilities>System Information) I can see that io-net and dhcp.client are both running under “tinit”. There is also another io-net process running on it’s own.
Change your script so it slays io-net before you start a new copy,
Also instead of running dhcp.client, run netmanager. It will use the config file written by phlip so it will appear to “remember” you settings.