+sudo
This commit is contained in:
parent
095a7ba7d8
commit
4a022adbc2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue