QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
I can ping nodes on my local network but not the Internet. |
Ref. No. |
QNX.000009997 |
Category(ies) |
Network |
Issue |
If you can ping nodes on your local network but you can't ping nodes beyond your local subnet then this probably means you need to specify to QNX what the default router is. |
Solution |
Execute the following (assuming your router or gateway is 192.168.1.10):
'route add default 192.168.1.10'
Note that this will only effective until the machine is rebooted, to be in effect permanently you may want to add this to a startup script. |
|