#!/bin/sh -x ifconfig $1 10.60.0.81 netmask 255.255.254.0 up iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o $1 -j MASQUERADE