#!/bin/sh if [ "$IFACE" = "{{ upstream_iface }}" ]; then iptables -t nat -A POSTROUTING -o "$IFACE" -j MASQUERADE fi