#!/bin/sh # # # 26-Apr-04 amo Date-of-Birth # # # In the NAT FAQ they say If you only want to do simple nat # echo 1 > /proc/sys/net/ipv4/ip_forward # # # eth0 is your way out from wireless to outside world # iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # # # End of file