diff --git a/test/iscsi_tgt/common.sh b/test/iscsi_tgt/common.sh index ca8d05f7c..ad9cc5cae 100644 --- a/test/iscsi_tgt/common.sh +++ b/test/iscsi_tgt/common.sh @@ -75,6 +75,7 @@ function create_veth_interfaces() { # Accept connections from veth interface iptables -I INPUT 1 -i $INITIATOR_INTERFACE -p tcp --dport $ISCSI_PORT -j ACCEPT + iptables -A FORWARD -i $ISCSI_BRIDGE -o $ISCSI_BRIDGE -j ACCEPT # Verify connectivity ping -c 1 $TARGET_IP