diff --git a/bin/benchmark-cleanup-software-nat64-jool.sh b/bin/benchmark-cleanup-software-nat64-jool.sh new file mode 100755 index 0000000..08e4351 --- /dev/null +++ b/bin/benchmark-cleanup-software-nat64-jool.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -x +set -e + +sudo iptables -t mangle -F +sudo ip6tables -t mangle -F +sudo modprobe -r jool_siit diff --git a/bin/benchmark-prepare-software-nat64-tayga.sh b/bin/benchmark-prepare-software-nat64-tayga.sh new file mode 100644 index 0000000..534aff1 --- /dev/null +++ b/bin/benchmark-prepare-software-nat64-tayga.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +sudo /etc/init.d/tayga stop + +cat <