Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to check route information?: (5 Items)
   
How to check route information?  
Hi,

I tried "route print" to check the gateway address but failed. It showed that "botched keyword: print". So how can I 
check the gateway and how to use route command in qnx?
I'm using qnx 6.3.2.

Thanks. 
Re: How to check route information?  
On Mon, Sep 20, 2010 at 05:15:38PM -0400, Yuan Sun wrote:
> Hi,
> 
> I tried "route print" to check the gateway address but failed. It showed that "botched keyword: print". So how can I 
check the gateway and how to use route command in qnx?
> I'm using qnx 6.3.2.

# route show
# netstat -r[n]

Regards,

-seanb
Re: How to check route information?  
Thank you.
I have another question. When I checked the gateway, the one I concerned about showed: 00:40:05:a1:66:fb. 
What does this mean?
Re: How to check route information?  
In fact, I was trying to ping gateway address to check my machine's network problem. It's connected in a local network 
and could work normally last week. But today I found I couldn't either ping it from other machines or ping others from 
it. And the light on the hub was off when the cable connection had no problem. 
How can I check the gateway address for ping other than the gateway mac address? Or are there any other ways to find out
 where the problem lies?

Thank you so much. 
Re: How to check route information?  
You can use 
#netstat -r to check all routes in your PC.