Searched refs:dstip (Results 1 – 3 of 3) sorted by relevance
587 dstip=192.168.123.2603 $algo sel src $srcip/24 dst $dstip/24617 ipsecsel="dir out src $srcip/24 dst $dstip/24"619 tmpl proto esp src $srcip dst $dstip \671 dstip=192.168.123.4712 tmpl proto esp src $srcip dst $dstip spi 9 \742 ping -I $dev -c 3 -W 1 -i 0 $dstip >/dev/null747 sa[0] tx ipaddr=$dstip967 dstip="10.0.2.3"1045 dstip=10.0.2.4[all …]
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" > "…