Searched refs:dstip (Results 1 – 3 of 3) sorted by relevance
35 dstip="$2"37 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then38 echo "ERROR: ping from $fromns to $dstip"47 dstip="$2"54 if ! ip netns exec "$fromns" ping -q -f -b -c 1 -q "$dstip" > /dev/null 2>&1; then55 echo "ERROR: ping -b from $fromns to $dstip"
345 local dstip=$3354 …timeout "$SOCAT_TIMEOUT" ip netns exec "$nsa" socat -4 TCP:"$dstip":"$dstport" STDIO < "$nsin" > "…
634 dstip=192.168.123.2650 $algo sel src $srcip/24 dst $dstip/24664 ipsecsel="dir out src $srcip/24 dst $dstip/24"666 tmpl proto esp src $srcip dst $dstip \718 dstip=192.168.123.4764 tmpl proto esp src $srcip dst $dstip spi 9 \794 ping -I $dev -c 3 -W 1 -i 0 $dstip >/dev/null799 sa[0] tx ipaddr=$dstip1020 dstip="10.0.2.3"1098 dstip=10.0.2.4[all …]
Completed in 9 milliseconds