*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pf.boot.conf | Section: 5 | Source: NetBSD | File: pf.boot.conf.5
PF.BOOT.CONF(5) FreeBSD File Formats Manual PF.BOOT.CONF(5) NAME pf.boot.conf - initial configuration for packet filter DESCRIPTION The pf.boot.conf file is used as initial configuration for the pf(4) packet filter. This file is loaded before the network is configured by the rc.d(8) script network. Its purpose is to protect the machine from possible attacks between the network configuration and the loading of the final ruleset. The syntax of this file is described in pf.conf(5). Note that at the stage the configuration is loaded, the network interface(s) do not have an IP address yet, so you cannot use rules that derive addresses from an interface (for example: "pass out from any to fxp0"). FILES /etc/defaults/pf.boot.conf Default initial ruleset file. /etc/pf.boot.conf Override of the default initial ruleset file. EXAMPLES When using NFS (e.g. diskless situations), you'll also need the following rules in addition to the default rules to unblock NFS: scrub in all no-df pass in proto udp from any port { 111, 2049 } to any pass out proto udp from any to any port { 111, 2049 } SEE ALSO pf(4), pf.conf(5), pfctl(8) FreeBSD 14.1-RELEASE-p8 August 17, 2005 FreeBSD 14.1-RELEASE-p8

Navigation Options