126119Sdarrenr#!/bin/sh
226119Sdarrenr# The proxy bit is as follows:
326119Sdarrenr# proxy [port <portname>] <tag>/<protocol>
426119Sdarrenr# the <tag> should match a tagname in the proxy table, as does the protocol.
526119Sdarrenr# this format isn't finalised yet
626119Sdarrenrecho "map ed0 0/0 -> 192.1.1.1/32 proxy port ftp ftp/tcp" | /sbin/ipnat -f -
7