iptables -t nat -F && iptables -t nat -A POSTROUTING -j SNAT -o eth1 --to 192.168.0.198 && echo 1 > /proc/sys/net/ipv4/ip_forward
