xref: /titanic_52/usr/src/cmd/ipf/examples/ftppxy (revision 7f0b8309074a5d8e9f9d8ffe7aad7bb0b1ee6b1f)
1#!/bin/sh
2# The proxy bit is as follows:
3# proxy [port <portname>] <tag>/<protocol>
4# the <tag> should match a tagname in the proxy table, as does the protocol.
5# this format isn't finalised yet
6echo "map ed0 0/0 -> 192.1.1.1/32 proxy port ftp ftp/tcp" | /sbin/ipnat -f -
7