|
|
|
@ -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 |
|
|
|
|