Browse Source

NAT example rules file

OPENBSD_2_1
kstailey 27 years ago
parent
commit
f1215ee9b0
2 changed files with 10 additions and 5 deletions
  1. +5
    -5
      src/etc/Makefile
  2. +5
    -0
      src/etc/nat.rules

+ 5
- 5
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 1997/03/02 04:41:53 millert Exp $
# $OpenBSD: Makefile,v 1.42 1997/04/09 02:41:55 kstailey Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -16,10 +16,10 @@ BINGRP= wheel
BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
daily dm.conf exports ftpusers ftpchroot gettytab group hosts \
hosts.equiv hosts.lpd ifaliases inetd.conf ipf.rules ksh.kshrc \
locate.rc man.conf monthly motd mrouted.conf myname netstart \
networks newsyslog.conf passwd.conf phones printcap protocols \
rbootd.conf rc rc.local remote rpc security services shells \
syslog.conf virc weekly etc.${MACHINE}/disktab
locate.rc man.conf monthly motd mrouted.conf myname nat.rules \
netstart networks newsyslog.conf passwd.conf phones printcap
protocols rbootd.conf rc rc.local remote rpc security services
shells syslog.conf virc weekly etc.${MACHINE}/disktab
# -rw-rw-r--
BIN2= motd


+ 5
- 0
src/etc/nat.rules View File

@ -0,0 +1,5 @@
# $OpenBSD: nat.rules,v 1.1 1997/04/09 02:41:55 kstailey Exp $
#
# see /usr/share/ipf/nat.1 for examples
# map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000

Loading…
Cancel
Save