#!/bin/sh # NAT MASQUERADE for all traffic leaving eth0 iptables -t nat -o eth0 -A POSTROUTING -j MASQUERADE