Deleted Added
full compact
rc.firewall (15210) rc.firewall (16578)
1############
2# Setup system for firewall service.
1############
2# Setup system for firewall service.
3# $Id: rc.firewall,v 1.1 1996/04/03 17:13:58 phk Exp $
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############
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############
33# If you just configured ipfw in the kernel as a tool to solve network
34# problems or you just want to disallow some particular kinds of traffic
35# they you will want to change the default policy to open.
36
37# /sbin/ipfw add 65000 pass all from any to any
38
39############
40# Only in rare cases do you want to change this rule

--- 101 unchanged lines hidden ---
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 ---