freebsd-dev/sbin/natd/samples/natd.test
Brian Somers 24084f9bfc Bring natd into main source tree now that the
pppd/natd combination works ok.

Submitted by:	Ari Suutari <ari.suutari@ps.carel.fi>
1997-06-22 04:19:08 +00:00

15 lines
221 B
Bash

#!/bin/sh
if [ $# != 1 ]
then
echo "usage: natd.test ifname"
exit 1
fi
ipfw flush
ipfw add divert 32000 ip from any to any via $1
ipfw add pass ip from any to any
./natd -port 32000 -interface $1 -verbose