Showing posts with label Ping. Show all posts
Showing posts with label Ping. Show all posts

Wednesday, February 25, 2015

Sun solaris : Ping not found

Ping tool usually found under /usr/sbin/ping

You can use directly by do this :

/usr/sbin/ping 10.10.10.11


You can edit your ~/.profile and put in the path.

PATH=$PATH:/usr/sbin
export PATH


Exit and login back the terminal ssh. and try "ping 10.10.10.11".

Sunday, April 27, 2014

Windows : Continous ping ipaddress

using this command you can ping ipaddress continously to monitor stablity of network between you pc to the ipaddress.

ping 192.168.2.201 -t