#!/bin/sh
ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
