This commit is contained in:
Nico Schottelius 2019-08-16 12:39:55 +02:00
parent 095a7ba7d8
commit 4a022adbc2
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ if [ $# -lt 1 ]; then
fi
sudo /etc/init.d/tayga stop
modprobe -r jool_siit
iptables -t mangle -F
ip6tables -t mangle -F
sudo modprobe -r jool_siit
sudo iptables -t mangle -F
sudo ip6tables -t mangle -F
sudo sysctl -w net.ipv4.conf.all.forwarding=1