Searched refs:dstip (Results 1 – 3 of 3) sorted by relevance
652 dstip=192.168.123.2665 ipsecid="proto esp src $srcip dst $dstip spi 0x07"668 $algo sel src $srcip/24 dst $dstip/24671 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`675 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`682 ipsecsel="dir out src $srcip/24 dst $dstip/24"684 tmpl proto esp src $srcip dst $dstip \688 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`693 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`736 dstip=192.168.123.4[all …]
29 dstip="$2"31 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then32 echo "ERROR: ping from $fromns to $dstip"41 dstip="$2"48 if ! ip netns exec "$fromns" ping -q -f -b -c 1 -q "$dstip" > /dev/null 2>&1; then49 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" > "…