#!/bin/sh # Do source NAT, from the internal network to the outside world. iptables -t nat -F POSTROUTING outNAT 192.168.0.6 216.254.8.6 outNAT 192.168.0.7 216.254.8.7 outNAT 192.168.0.9 216.254.8.9 outNAT 192.168.0.64/26 216.254.8.8