I am running a Solaris 11 system over a local private network 192.168.100.0/24 and I run ping -s
to get continuous ping.
From the Gateway to my server I get
root@mygateway:~# ping -s 192.168.100.42
PING 192.168.100.42: 56 data bytes
64 bytes from 192.168.100.42: icmp_seq=0. time=0.311 ms
64 bytes from 192.168.100.42: icmp_seq=1. time=0.255 ms
64 bytes from 192.168.100.42: icmp_seq=2. time=0.271 ms
But when I ping from my server to the gateway, ping is not showing any output, but then after 3 minutes, it outputs results for ALL the last 3 minutes with high times, and continues to work with good times.
root@myserver:~# date; ping -s 192.168.100.101
Tuesday, January 27, 2015 09:17:13 AM GMT
PING 192.168.100.101: 56 data bytes
64 bytes from 192.168.100.101: icmp_seq=0. time=0.467 ms
64 bytes from 192.168.100.101: icmp_seq=1. time=161000.816 ms
64 bytes from 192.168.100.101: icmp_seq=2. time=160001.061 ms
64 bytes from 192.168.100.101: icmp_seq=3. time=159001.295 ms
...
...
...
64 bytes from 192.168.100.101: icmp_seq=201. time=0.234 ms
64 bytes from 192.168.100.101: icmp_seq=202. time=0.254 ms
ssh from my server to my gateway works properly.
Appreciate your advice.