Skip to content

Commit

Permalink
test: otp: Drop iptables hackery
Browse files Browse the repository at this point in the history
* Don't muck with iptables on the host machine.
  • Loading branch information
kylemanna committed Oct 26, 2020
1 parent 7d372e5 commit e8c614e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tests/otp/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ grep 'reneg-sec 0' $CLIENT_DIR/config.ovpn || abort 'reneg-sec not set to 0 in c
#
# Fire up the server
#
sudo iptables -N DOCKER || echo 'Firewall already configured'
sudo iptables -I FORWARD -j DOCKER || echo 'Forward already configured'
# run in shell bg to get logs
docker run --name "ovpn-test" -v $OVPN_DATA:/etc/openvpn --rm -p 1194:1194/udp --privileged $IMG &

#for i in $(seq 10); do
Expand Down

0 comments on commit e8c614e

Please sign in to comment.