When I am trying to ping the server, the output of ping command is not coming to the console.
ads@3290:~#ping ksr-india01
PING ksr-india01.uit.com (10.105.34.184) 56(84) bytes of data.
^C
--- ksr-india01.uit.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 5999ms
if you see until i pressed the ctrl+c
, no output came. I believe that even though server is unreachable then also ping should print the some info. Something like this
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
but it is not printing. Can anyone please tell me what is the setting I am missing