root@test:~# ping -c 5 172.16.88.26
PING 172.16.88.26 (172.16.88.26) 56(84) bytes of data.
64 bytes from 172.16.88.26: icmp_req=1 ttl=64 time=0.035 ms
64 bytes from 172.16.88.26: icmp_req=2 ttl=64 time=0.036 ms
64 bytes from 172.16.88.26: icmp_req=3 ttl=64 time=0.041 ms
64 bytes from 172.16.88.26: icmp_req=4 ttl=64 time=0.042 ms
64 bytes from 172.16.88.26: icmp_req=5 ttl=64 time=0.045 ms
--- 172.16.88.26 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.035/0.039/0.045/0.008 ms
root@test:~# ping -c 5 172.16.88.2
PING 172.16.88.2 (172.16.88.2) 56(84) bytes of data.
From 172.16.88.26 icmp_seq=2 Destination Host Unreachable
From 172.16.88.26 icmp_seq=3 Destination Host Unreachable
From 172.16.88.26 icmp_seq=4 Destination Host Unreachable
From 172.16.88.26 icmp_seq=5 Destination Host Unreachable
--- 172.16.88.2 ping statistics ---
5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 4001ms
pipe 3
root@test:~# ping -c 5 172.16.88.1
PING 172.16.88.1 (172.16.88.1) 56(84) bytes of data.
From 172.16.88.26 icmp_seq=1 Destination Host Unreachable
From 172.16.88.26 icmp_seq=2 Destination Host Unreachable
From 172.16.88.26 icmp_seq=3 Destination Host Unreachable
From 172.16.88.26 icmp_seq=4 Destination Host Unreachable
From 172.16.88.26 icmp_seq=5 Destination Host Unreachable
--- 172.16.88.1 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4000ms
pipe 3