H

iptables -t nat -F

iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE

sysctl -w net.ipv4.ip_forward=1

iptables -I FORWARD -j ACCEPT