Attachment 'pf_simple_client.conf.txt'
Download 1 # Required order: options, normalization, queueing, translation, filtering.
2 # Macros and tables may be defined and used anywhere.
3 # Note that translation rules are first match while filter rules are last match.
4 # CHANGE to your network interface card!!!
5 ext_if="fxp0"
6
7 #block everything
8 block in log all
9 block out log all
10 #allow everything for loopback
11 pass in quick on lo0 all
12 pass out quick on lo0 all
13 #allow all outgoing packets
14 pass out quick proto tcp from $ext_if to any keep state
15 pass out quick proto udp from $ext_if to any keep state
16 pass out quick inet proto icmp from $ext_if to any keep state
17 pass out quick proto ipv6-icmp from any to any keep state
18 pass in quick proto ipv6-icmp from any to any
19 #enable to ssh access
20 #pass in quick proto tcp from any to any port = 22
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.