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.
  • [get | view] (2006-08-18 08:50:22, 401.0 KB) [[attachment:6net_ipv6security.pdf]]
  • [get | view] (2006-08-18 15:11:33, 172.7 KB) [[attachment:IDS-and-IPv6.pdf]]
  • [get | view] (2006-08-21 14:23:53, 2.0 KB) [[attachment:ip6fw_client.conf.txt]]
  • [get | view] (2006-08-21 14:24:14, 4.9 KB) [[attachment:ip6fw_simple.conf.txt]]
  • [get | view] (2006-09-06 09:36:04, 6.9 KB) [[attachment:ip6tables.conf.txt]]
  • [get | view] (2006-08-21 11:21:57, 190.2 KB) [[attachment:ipv6_ciscoacl.pdf]]
  • [get | view] (2006-08-21 11:22:16, 182.5 KB) [[attachment:ipv6_ciscoacl_cisco.pdf]]
  • [get | view] (2006-08-21 10:51:13, 93.6 KB) [[attachment:ipv6_ip6fw.pdf]]
  • [get | view] (2006-08-21 10:16:25, 504.4 KB) [[attachment:ipv6_pf.pdf]]
  • [get | view] (2006-08-21 11:48:01, 250.2 KB) [[attachment:ipv6_windowsxp_firewall.pdf]]
  • [get | view] (2006-08-18 15:56:19, 0.7 KB) [[attachment:pf_boot_client.conf.txt]]
  • [get | view] (2006-08-21 10:38:01, 0.8 KB) [[attachment:pf_simple_client.conf.txt]]
  • [get | view] (2006-09-12 13:40:08, 2.7 KB) [[attachment:pf_simple_firewall_http_ssh_server.conf.txt]]
  • [get | view] (2006-09-12 13:36:25, 1.8 KB) [[attachment:pf_simple_firewall_noserver.conf.txt]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.