Contributed by jose on from the help! dept.
http://www.thedeepsky.com/howto/newbie_pf_guide.php "
Thanks, Eric!
(Comments are closed)
OpenBSD Journal
Contributed by jose on from the help! dept.
http://www.thedeepsky.com/howto/newbie_pf_guide.php "
Thanks, Eric!
(Comments are closed)
Copyright © - Daniel Hartmeier. All rights reserved. Articles and comments are copyright their respective authors, submission implies license to publish on this web site. Contents of the archive prior to as well as images and HTML templates were copied from the fabulous original deadly.org with Jose's and Jim's kind permission. This journal runs as CGI with httpd(8) on OpenBSD, the source code is BSD licensed. undeadly \Un*dead"ly\, a. Not subject to death; immortal. [Obs.]
By zibi () on
in rc.conf.local and then you don't use that eg.:
---
Listing 1. /etc/rc.conf.local
#!/bin/sh -
pf=YES # Packet filter / NAT
pf_rules=/etc/pf.conf # Packet filter rules file
nat_rules=/etc/nat.conf # NAT rules file
pflogd_flags= # add more flags, ie. "-s 256"
---
You should put the statement that everything is
now in /etc/pf.conf
By Anonymous Coward () on
By byte () on
"If you have a server hanging on the net, and it receives a UDP packet destined for a port it doesn't listen on, it will drop the packet with no reply [...]"
Packets to closed UDP ports are supposed to trigger ICMP port unreachable error messages.
Comments
By Anonymous Coward () on
By Ryvar () none on mailto:none
--Ryv
Comments
By Anonymous Coward () on
By Peter MacFarlane () cpmacfar@isn.net on mailto:cpmacfar@isn.net