Deleted Added
sdiff udiff text old ( 15210 ) new ( 16578 )
full compact
1############
2# Setup system for firewall service.
3# $Id: rc.firewall,v 1.2 1996/04/12 09:16:42 phk Exp $
4
5############
6#
7# >>Warning<<
8# This file is not very old yet, and have been put together without much
9# test of the contents.
10
11############

--- 13 unchanged lines hidden (view full) ---

25# Repelling the wily hacker
26# William R. Cheswick, Steven M. Bellowin
27#
28# Addison-Wesley
29# ISBN 0-201-6337-4
30#
31
32############
33# Flush out the list before we begin.
34/sbin/ipfw flush
35
36############
37# If you just configured ipfw in the kernel as a tool to solve network
38# problems or you just want to disallow some particular kinds of traffic
39# they you will want to change the default policy to open.
40
41# /sbin/ipfw add 65000 pass all from any to any
42
43############
44# Only in rare cases do you want to change this rule

--- 101 unchanged lines hidden ---