summaryrefslogtreecommitdiff
path: root/dist/ipf/rules/nat.eg
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2012-09-15 18:12:17 +0000
committerplunky <plunky@NetBSD.org>2012-09-15 18:12:17 +0000
commit98b0c05a965f9cd6409ee07d6043a093f874ee90 (patch)
treeba21b3389f173166651f976c86a771acf09b8816 /dist/ipf/rules/nat.eg
parent941fc6371627b2f1e9c9bb21ee34c1e28eb9d594 (diff)
IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now;
these files are obsolete
Diffstat (limited to 'dist/ipf/rules/nat.eg')
-rw-r--r--dist/ipf/rules/nat.eg14
1 files changed, 0 insertions, 14 deletions
diff --git a/dist/ipf/rules/nat.eg b/dist/ipf/rules/nat.eg
deleted file mode 100644
index 9c26754a57f..00000000000
--- a/dist/ipf/rules/nat.eg
+++ /dev/null
@@ -1,14 +0,0 @@
-# map all tcp connections from 10.1.0.0/16 to 240.1.0.1, changing the source
-# port number to something between 10,000 and 20,000 inclusive. For all other
-# IP packets, allocate an IP # between 240.1.0.0 and 240.1.0.255, temporarily
-# for each new user.
-#
-map ed1 10.1.0.0/16 -> 240.1.0.1/32 portmap tcp 10000:20000
-map ed1 10.1.0.0/16 -> 240.1.0.0/24
-#
-# Redirection is triggered for input packets.
-# For example, to redirect FTP connections through this box, to the local ftp
-# port, forcing them to connect through a proxy, you would use:
-#
-rdr ed0 0.0.0.0/0 port ftp -> 127.0.0.1 port ftp
-#