#!/bin/bash echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -s {{network_cidr}} -o eth0 -j MASQUERADE