diff options
| -rw-r--r-- | etc/rc.firewall | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index de2b563484be..9558f97a28a6 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.1 1996/04/03 17:13:58 phk Exp $ +# $Id: rc.firewall,v 1.2 1996/04/12 09:16:42 phk Exp $ ############ # @@ -30,6 +30,10 @@ # ############ +# Flush out the list before we begin. +/sbin/ipfw flush + +############ # If you just configured ipfw in the kernel as a tool to solve network # problems or you just want to disallow some particular kinds of traffic # they you will want to change the default policy to open. |
