Why QNX ping itself in IP mode so slowly?

In my QNX host, IP address is 192.168.186.128, network configure mode
is manual
#date
15:50
#ping -c 1 192.168.186.128
received bytes …
#date
15:53
what’s the problem?

johnsonyoung_new <johntaobao-ebay@yahoo.com-dot-cn.no-spam.invalid> wrote:

In my QNX host, IP address is 192.168.186.128, network configure mode
is manual
#date
15:50
#ping -c 1 192.168.186.128
received bytes …
#date
15:53
what’s the problem?

Could be dns. try
ping -n -c 1 192.168.186.128

Thanks a lot! But the problem stille exists.
#inetd
#ftp 192.168.186.128
then connection time will be very long.

johnsonyoung_new <johntaobao-ebay@yahoo.com-dot-cn.no-spam.invalid> wrote:

Thanks a lot! But the problem stille exists.
#inetd
#ftp 192.168.186.128
then connection time will be very long.

As I said in my last post, your DNS config on the QNX box is
probably not correct. A quick test is to add 192.168.186.128 to
the /etc/hosts file to get around DNS:
192.168.186.128 myqnxbox